1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <doc>
3   <members>
4     <assembly>
5       <name>UnityEditor</name>
6     </assembly>
7     <member name=
"T:UnityEditor.ActionOnDotNetUnhandledException">
8       <summary>
9         <para>The behavior
in case of unhandled .NET exception.</para>
10       </summary>
11     </member>
12     <member name=
"F:UnityEditor.ActionOnDotNetUnhandledException.Crash">
13       <summary>
14         <para>Crash
in case of unhandled .NET exception (Crash Report will be generated).</para>
15       </summary>
16     </member>
17     <member name=
"F:UnityEditor.ActionOnDotNetUnhandledException.SilentExit">
18       <summary>
19         <para>Silent exit
in case of unhandled .NET exception (no Crash Report generated).</para>
20       </summary>
21     </member>
22     <member name=
"T:UnityEditor.AlphabeticalSort">
23       <summary>
24         <para>Hierarchy sort method to allow
for items and their children to be sorted alphabetically.</para>
25       </summary>
26     </member>
27     <member name=
"P:UnityEditor.AlphabeticalSort.content">
28       <summary>
29         <para>Content to visualize the alphabetical sorting method.</para>
30       </summary>
31     </member>
32     <member name=
"T:UnityEditor.AndroidGamepadSupportLevel">
33       <summary>
34         <para>Gamepad support level
for Android TV.</para>
35       </summary>
36     </member>
37     <member name=
"F:UnityEditor.AndroidGamepadSupportLevel.RequiresGamepad">
38       <summary>
39         <para>Requires a gamepad
for gameplay.</para>
40       </summary>
41     </member>
42     <member name=
"F:UnityEditor.AndroidGamepadSupportLevel.SupportsDPad">
43       <summary>
44         <para>Game
is fully operational with a D-pad, no gamepad needed.</para>
45       </summary>
46     </member>
47     <member name=
"F:UnityEditor.AndroidGamepadSupportLevel.SupportsGamepad">
48       <summary>
49         <para>Works with a gamepad, but does not require it.</para>
50       </summary>
51     </member>
52     <member name=
"T:UnityEditor.AndroidPreferredInstallLocation">
53       <summary>
54         <para>Preferred application install location.</para>
55       </summary>
56     </member>
57     <member name=
"F:UnityEditor.AndroidPreferredInstallLocation.Auto">
58       <summary>
59         <para>Let the OS decide, app doesn
't have any preferences.</para>
60       </summary>
61     </member>
62     <member name=
"F:UnityEditor.AndroidPreferredInstallLocation.ForceInternal">
63       <summary>
64         <para>Force installation
into internal memory. Needed for things like Live Wallpapers.</para>
65       </summary>
66     </member>
67     <member name=
"F:UnityEditor.AndroidPreferredInstallLocation.PreferExternal">
68       <summary>
69         <para>Prefer external,
if possible. Install to internal otherwise.</para>
70       </summary>
71     </member>
72     <member name=
"T:UnityEditor.AndroidSdkVersions">
73       <summary>
74         <para>Supported Android SDK versions.</para>
75       </summary>
76     </member>
77     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel10">
78       <summary>
79         <para>Android
2.3.3, "Gingerbread", API level 10.</para>
80       </summary>
81     </member>
82     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel11">
83       <summary>
84         <para>Android
3.0, "Honeycomb", API level 11.</para>
85       </summary>
86     </member>
87     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel12">
88       <summary>
89         <para>Android
3.1, "Honeycomb", API level 12.</para>
90       </summary>
91     </member>
92     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel13">
93       <summary>
94         <para>Android
3.2, "Honeycomb", API level 13.</para>
95       </summary>
96     </member>
97     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel14">
98       <summary>
99         <para>Android
4.0, "Ice Cream Sandwich", API level 14.</para>
100       </summary>
101     </member>
102     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel15">
103       <summary>
104         <para>Android
4.0.3, "Ice Cream Sandwich", API level 15.</para>
105       </summary>
106     </member>
107     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel16">
108       <summary>
109         <para>Android
4.1, "Jelly Bean", API level 16.</para>
110       </summary>
111     </member>
112     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel17">
113       <summary>
114         <para>Android
4.2, "Jelly Bean", API level 17.</para>
115       </summary>
116     </member>
117     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel18">
118       <summary>
119         <para>Android
4.3, "Jelly Bean", API level 18.</para>
120       </summary>
121     </member>
122     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel19">
123       <summary>
124         <para>Android
4.4, "KitKat", API level 19.</para>
125       </summary>
126     </member>
127     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel21">
128       <summary>
129         <para>Android
5.0, "Lollipop", API level 21.</para>
130       </summary>
131     </member>
132     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel22">
133       <summary>
134         <para>Android
5.1, "Lollipop", API level 22.</para>
135       </summary>
136     </member>
137     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel9">
138       <summary>
139         <para>Android
2.3.1, "Gingerbread", API level 9.</para>
140       </summary>
141     </member>
142     <member name=
"T:UnityEditor.AndroidShowActivityIndicatorOnLoading">
143       <summary>
144         <para>Application should show ActivityIndicator
when loading.</para>
145       </summary>
146     </member>
147     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.DontShow">
148       <summary>
149         <para>Don
't Show.</para>
150       </summary>
151     </member>
152     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedLarge">
153       <summary>
154         <para>Inversed Large.</para>
155       </summary>
156     </member>
157     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedSmall">
158       <summary>
159         <para>Inversed Small.</para>
160       </summary>
161     </member>
162     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.Large">
163       <summary>
164         <para>Large.</para>
165       </summary>
166     </member>
167     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.Small">
168       <summary>
169         <para>Small.</para>
170       </summary>
171     </member>
172     <member name=
"T:UnityEditor.AndroidSplashScreenScale">
173       <summary>
174         <para>Android splash screen scale modes.</para>
175       </summary>
176     </member>
177     <member name=
"F:UnityEditor.AndroidSplashScreenScale.Center">
178       <summary>
179         <para>Center.</para>
180       </summary>
181     </member>
182     <member name=
"F:UnityEditor.AndroidSplashScreenScale.ScaleToFill">
183       <summary>
184         <para>Scale to fill.</para>
185       </summary>
186     </member>
187     <member name=
"F:UnityEditor.AndroidSplashScreenScale.ScaleToFit">
188       <summary>
189         <para>Scale to fit.</para>
190       </summary>
191     </member>
192     <member name=
"T:UnityEditor.AndroidTargetDevice">
193       <summary>
194         <para>Target Android device architecture.</para>
195       </summary>
196     </member>
197     <member name=
"F:UnityEditor.AndroidTargetDevice.x86">
198       <summary>
199         <para>Intel only.</para>
200       </summary>
201     </member>
202     <member name=
"F:UnityEditor.AndroidTargetDevice.ARMv7">
203       <summary>
204         <para>ARMv7 only.</para>
205       </summary>
206     </member>
207     <member name=
"F:UnityEditor.AndroidTargetDevice.FAT">
208       <summary>
209         <para>All supported architectures.</para>
210       </summary>
211     </member>
212     <member name=
"T:UnityEditor.AnimatedValues.AnimBool">
213       <summary>
214         <para>Lerp
from 0 - 1.</para>
215       </summary>
216     </member>
217     <member name=
"P:UnityEditor.AnimatedValues.AnimBool.faded">
218       <summary>
219         <para>Retuns the
float value of the tween.</para>
220       </summary>
221     </member>
222     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor">
223       <summary>
224         <para>Constructor.</para>
225       </summary>
226       <param name=
"value">Start Value.</param>
227       <param name=
"callback"></param>
228     </member>
229     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean)">
230       <summary>
231         <para>Constructor.</para>
232       </summary>
233       <param name=
"value">Start Value.</param>
234       <param name=
"callback"></param>
235     </member>
236     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor(UnityEngine.Events.UnityAction)">
237       <summary>
238         <para>Constructor.</para>
239       </summary>
240       <param name=
"value">Start Value.</param>
241       <param name=
"callback"></param>
242     </member>
243     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean,UnityEngine.Events.UnityAction)">
244       <summary>
245         <para>Constructor.</para>
246       </summary>
247       <param name=
"value">Start Value.</param>
248       <param name=
"callback"></param>
249     </member>
250     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.Fade(System.Single,System.Single)">
251       <summary>
252         <para>Returns a
value between from and to depending on the current value of the bools animation.</para>
253       </summary>
254       <param name=
"from">Value to lerp from.</param>
255       <param name=
"to">Value to lerp to.</param>
256     </member>
257     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.GetValue">
258       <summary>
259         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
260       </summary>
261       <returns>
262         <para>Current
value.</para>
263       </returns>
264     </member>
265     <member name=
"T:UnityEditor.AnimatedValues.AnimFloat">
266       <summary>
267         <para>An animated
float value.</para>
268       </summary>
269     </member>
270     <member name=
"M:UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single)">
271       <summary>
272         <para>Constructor.</para>
273       </summary>
274       <param name=
"value">Start Value.</param>
275       <param name=
"callback"></param>
276     </member>
277     <member name=
"M:UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single,UnityEngine.Events.UnityAction)">
278       <summary>
279         <para>Constructor.</para>
280       </summary>
281       <param name=
"value">Start Value.</param>
282       <param name=
"callback"></param>
283     </member>
284     <member name=
"M:UnityEditor.AnimatedValues.AnimFloat.GetValue">
285       <summary>
286         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
287       </summary>
288       <returns>
289         <para>Current Value.</para>
290       </returns>
291     </member>
292     <member name=
"T:UnityEditor.AnimatedValues.AnimQuaternion">
293       <summary>
294         <para>An animated Quaternion
value.</para>
295       </summary>
296     </member>
297     <member name=
"M:UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion)">
298       <summary>
299         <para>Constructor.</para>
300       </summary>
301       <param name=
"value">Start Value.</param>
302       <param name=
"callback"></param>
303     </member>
304     <member name=
"M:UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion,UnityEngine.Events.UnityAction)">
305       <summary>
306         <para>Constructor.</para>
307       </summary>
308       <param name=
"value">Start Value.</param>
309       <param name=
"callback"></param>
310     </member>
311     <member name=
"M:UnityEditor.AnimatedValues.AnimQuaternion.GetValue">
312       <summary>
313         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
314       </summary>
315       <returns>
316         <para>Current Value.</para>
317       </returns>
318     </member>
319     <member name=
"T:UnityEditor.AnimatedValues.AnimVector3">
320       <summary>
321         <para>An animated Vector3
value.</para>
322       </summary>
323     </member>
324     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.#ctor">
325       <summary>
326         <para>Constructor.</para>
327       </summary>
328       <param name=
"value">Start Value.</param>
329       <param name=
"callback"></param>
330     </member>
331     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3)">
332       <summary>
333         <para>Constructor.</para>
334       </summary>
335       <param name=
"value">Start Value.</param>
336       <param name=
"callback"></param>
337     </member>
338     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3,UnityEngine.Events.UnityAction)">
339       <summary>
340         <para>Constructor.</para>
341       </summary>
342       <param name=
"value">Start Value.</param>
343       <param name=
"callback"></param>
344     </member>
345     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.GetValue">
346       <summary>
347         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
348       </summary>
349       <returns>
350         <para>Current Value.</para>
351       </returns>
352     </member>
353     <member name=
"T:UnityEditor.AnimatedValues.BaseAnimValue`1">
354       <summary>
355         <para>Abstract
base class for Animated Values.</para>
356       </summary>
357     </member>
358     <member name=
"P:UnityEditor.AnimatedValues.BaseAnimValue_1.isAnimating">
359       <summary>
360         <para>Is the
value currently animating.</para>
361       </summary>
362     </member>
363     <member name=
"F:UnityEditor.AnimatedValues.BaseAnimValue_1.speed">
364       <summary>
365         <para>Speed of the tween.</para>
366       </summary>
367     </member>
368     <member name=
"P:UnityEditor.AnimatedValues.BaseAnimValue_1.target">
369       <summary>
370         <para>Target to tween towards.</para>
371       </summary>
372     </member>
373     <member name=
"P:UnityEditor.AnimatedValues.BaseAnimValue_1.value">
374       <summary>
375         <para>Current
value of the animation.</para>
376       </summary>
377     </member>
378     <member name=
"F:UnityEditor.AnimatedValues.BaseAnimValue_1.valueChanged">
379       <summary>
380         <para>Callback
while the value is changing.</para>
381       </summary>
382     </member>
383     <member name=
"M:UnityEditor.AnimatedValues.BaseAnimValue_1.BeginAnimating(T,T)">
384       <summary>
385         <para>Begin an animation moving
from the start value to the target value.</para>
386       </summary>
387       <param name=
"newTarget">Target value.</param>
388       <param name=
"newStart">Start value.</param>
389     </member>
390     <member name=
"M:UnityEditor.AnimatedValues.BaseAnimValue_1.GetValue">
391       <summary>
392         <para>Abstract function to be overridden
in derived types. Should return the current value of the animated value.</para>
393       </summary>
394       <returns>
395         <para>Current Value.</para>
396       </returns>
397     </member>
398     <member name=
"M:UnityEditor.AnimatedValues.BaseAnimValue_1.StopAnim(T)">
399       <summary>
400         <para>Stop the animation and assign the given
value.</para>
401       </summary>
402       <param name=
"newValue">Value to assign.</param>
403     </member>
404     <member name=
"T:UnityEditor.AnimationClipCurveData">
405       <summary>
406         <para>An AnimationClipCurveData
object contains all the information needed to identify a specific curve in an AnimationClip. The curve animates a specific property of a component material attached to a game object animated bone.</para>
407       </summary>
408     </member>
409     <member name=
"F:UnityEditor.AnimationClipCurveData.curve">
410       <summary>
411         <para>The actual animation curve.</para>
412       </summary>
413     </member>
414     <member name=
"F:UnityEditor.AnimationClipCurveData.path">
415       <summary>
416         <para>The path of the game
object / bone being animated.</para>
417       </summary>
418     </member>
419     <member name=
"F:UnityEditor.AnimationClipCurveData.propertyName">
420       <summary>
421         <para>The name of the property being animated.</para>
422       </summary>
423     </member>
424     <member name=
"F:UnityEditor.AnimationClipCurveData.type">
425       <summary>
426         <para>The type of the component / material being animated.</para>
427       </summary>
428     </member>
429     <member name=
"T:UnityEditor.AnimationMode">
430       <summary>
431         <para>AnimationMode
is used by the AnimationWindow to store properties modifed by the AnimationClip playback.</para>
432       </summary>
433     </member>
434     <member name=
"P:UnityEditor.AnimationMode.animatedPropertyColor">
435       <summary>
436         <para>The color used to show that a property
is currently being animated.</para>
437       </summary>
438     </member>
439     <member name=
"M:UnityEditor.AnimationMode.InAnimationMode">
440       <summary>
441         <para>Are we currently
in AnimationMode.</para>
442       </summary>
443     </member>
444     <member name=
"M:UnityEditor.AnimationMode.IsPropertyAnimated(UnityEngine.Object,System.String)">
445       <summary>
446         <para>Is the specified property currently
in animation mode and being animated?</para>
447       </summary>
448       <param name=
"target"></param>
449       <param name=
"propertyPath"></param>
450     </member>
451     <member name=
"M:UnityEditor.AnimationMode.SampleAnimationClip(UnityEngine.GameObject,UnityEngine.AnimationClip,System.Single)">
452       <summary>
453         <para>Samples an AnimationClip
on the object and also records any modified properties in AnimationMode.</para>
454       </summary>
455       <param name=
"gameObject"></param>
456       <param name=
"clip"></param>
457       <param name=
"time"></param>
458     </member>
459     <member name=
"M:UnityEditor.AnimationMode.StartAnimationMode">
460       <summary>
461         <para>Starts the animation mode.</para>
462       </summary>
463     </member>
464     <member name=
"M:UnityEditor.AnimationMode.StopAnimationMode">
465       <summary>
466         <para>Stops Animation mode, reverts all properties that were animated
in animation mode.</para>
467       </summary>
468     </member>
469     <member name=
"T:UnityEditor.Animations.AnimatorCondition">
470       <summary>
471         <para>Condition that
is used to determine if a transition must be taken.</para>
472       </summary>
473     </member>
474     <member name=
"P:UnityEditor.Animations.AnimatorCondition.mode">
475       <summary>
476         <para>The mode of the condition.</para>
477       </summary>
478     </member>
479     <member name=
"P:UnityEditor.Animations.AnimatorCondition.parameter">
480       <summary>
481         <para>The name of the parameter used
in the condition.</para>
482       </summary>
483     </member>
484     <member name=
"P:UnityEditor.Animations.AnimatorCondition.threshold">
485       <summary>
486         <para>The AnimatorParameter
's threshold value for the condition to be true.</para>
487       </summary>
488     </member>
489     <member name=
"T:UnityEditor.Animations.AnimatorConditionMode">
490       <summary>
491         <para>The mode of the condition.</para>
492       </summary>
493     </member>
494     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.Equals">
495       <summary>
496         <para>The condition
is true when parameter value is equal to the threshold.</para>
497       </summary>
498     </member>
499     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.Greater">
500       <summary>
501         <para>The condition
is true when parameter value is greater than the threshold.</para>
502       </summary>
503     </member>
504     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.If">
505       <summary>
506         <para>The condition
is true when the parameter value is true.</para>
507       </summary>
508     </member>
509     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.IfNot">
510       <summary>
511         <para>The condition
is true when the parameter value is false.</para>
512       </summary>
513     </member>
514     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.Less">
515       <summary>
516         <para>The condition
is true when the parameter value is less than the threshold.</para>
517       </summary>
518     </member>
519     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.NotEqual">
520       <summary>
521         <para>The condition
is true when the parameter value is not equal to the threshold.</para>
522       </summary>
523     </member>
524     <member name=
"T:UnityEditor.Animations.AnimatorController">
525       <summary>
526         <para>The Animator Controller controls animation through layers with state machines, controlled
by parameters.</para>
527       </summary>
528     </member>
529     <member name=
"P:UnityEditor.Animations.AnimatorController.layers">
530       <summary>
531         <para>The layers
in the controller.</para>
532       </summary>
533     </member>
534     <member name=
"P:UnityEditor.Animations.AnimatorController.parameters">
535       <summary>
536         <para>Parameters are used to communicate between scripting and the controller. They are used to drive transitions and blendtrees
for example.</para>
537       </summary>
538     </member>
539     <member name=
"M:UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(System.Type,UnityEditor.Animations.AnimatorState,System.Int32)">
540       <summary>
541         <para>Adds a state machine behaviour
class of type stateMachineBehaviourType to the AnimatorState for layer layerIndex. This function should be used when you are dealing with synchronized layer and would like to add a state machine behaviour on a synchronized layer. C# Users can use a generic version.</para>
542       </summary>
543       <param name=
"stateMachineBehaviourType"></param>
544       <param name=
"state"></param>
545       <param name=
"layerIndex"></param>
546     </member>
547     <member name=
"M:UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(UnityEditor.Animations.AnimatorState,System.Int32)">
548       <summary>
549         <para>Generic version. See the page
for more details.</para>
550       </summary>
551       <param name=
"state"></param>
552       <param name=
"layerIndex"></param>
553     </member>
554     <member name=
"M:UnityEditor.Animations.AnimatorController.AddLayer(System.String)">
555       <summary>
556         <para>Utility function to
add a layer to the controller.</para>
557       </summary>
558       <param name=
"name">The name of the Layer.</param>
559       <param name=
"layer">The layer to add.</param>
560     </member>
561     <member name=
"M:UnityEditor.Animations.AnimatorController.AddLayer(UnityEditor.Animations.AnimatorControllerLayer)">
562       <summary>
563         <para>Utility function to
add a layer to the controller.</para>
564       </summary>
565       <param name=
"name">The name of the Layer.</param>
566       <param name=
"layer">The layer to add.</param>
567     </member>
568     <member name=
"M:UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion)">
569       <summary>
570         <para>Utility function that creates a
new state with the motion in it.</para>
571       </summary>
572       <param name=
"motion">The Motion that will be in the AnimatorState.</param>
573       <param name=
"layerIndex">The layer where the Motion will be added.</param>
574     </member>
575     <member name=
"M:UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion,System.Int32)">
576       <summary>
577         <para>Utility function that creates a
new state with the motion in it.</para>
578       </summary>
579       <param name=
"motion">The Motion that will be in the AnimatorState.</param>
580       <param name=
"layerIndex">The layer where the Motion will be added.</param>
581     </member>
582     <member name=
"M:UnityEditor.Animations.AnimatorController.AddParameter(System.String,UnityEngine.AnimatorControllerParameterType)">
583       <summary>
584         <para>Utility function to
add a parameter to the controller.</para>
585       </summary>
586       <param name=
"name">The name of the parameter.</param>
587       <param name=
"type">The type of the parameter.</param>
588       <param name=
"paramater">The parameter to add.</param>
589     </member>
590     <member name=
"M:UnityEditor.Animations.AnimatorController.AddParameter(UnityEngine.AnimatorControllerParameter)">
591       <summary>
592         <para>Utility function to
add a parameter to the controller.</para>
593       </summary>
594       <param name=
"name">The name of the parameter.</param>
595       <param name=
"type">The type of the parameter.</param>
596       <param name=
"paramater">The parameter to add.</param>
597     </member>
598     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPath(System.String)">
599       <summary>
600         <para>Creates an AnimatorController at the given path.</para>
601       </summary>
602       <param name=
"path">The path where the AnimatorController asset will be created.</param>
603       <returns>
604         <para>The created AnimationController or
null if an error occured.</para>
605       </returns>
606     </member>
607     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPathWithClip(System.String,UnityEngine.AnimationClip)">
608       <summary>
609         <para>Creates an AnimatorController at the given path, and automatically create an AnimatorLayer with an AnimatorStateMachine that will
add a State with the AnimationClip in it.</para>
610       </summary>
611       <param name=
"path">The path where the AnimatorController will be created.</param>
612       <param name=
"clip">The default clip that will be played by the AnimatorController.</param>
613     </member>
614     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree&amp;)">
615       <summary>
616         <para>Creates a BlendTree
in a new AnimatorState.</para>
617       </summary>
618       <param name=
"name">The name of the BlendTree.</param>
619       <param name=
"tree">The created BlendTree.</param>
620       <param name=
"layerIndex">The index where the BlendTree will be created.</param>
621     </member>
622     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree&amp;,System.Int32)">
623       <summary>
624         <para>Creates a BlendTree
in a new AnimatorState.</para>
625       </summary>
626       <param name=
"name">The name of the BlendTree.</param>
627       <param name=
"tree">The created BlendTree.</param>
628       <param name=
"layerIndex">The index where the BlendTree will be created.</param>
629     </member>
630     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateStateMachineBehaviour(UnityEditor.MonoScript)">
631       <summary>
632         <para>This function will create a StateMachineBehaviour instance based
on the class define in this script.</para>
633       </summary>
634       <param name=
"script">MonoScript class to instantiate.</param>
635       <returns>
636         <para>Returns instance id of created
object, returns 0 if something is not valid.</para>
637       </returns>
638     </member>
639     <member name=
"M:UnityEditor.Animations.AnimatorController.#ctor">
640       <summary>
641         <para>Constructor.</para>
642       </summary>
643     </member>
644     <member name=
"M:UnityEditor.Animations.AnimatorController.FindStateMachineBehaviourContext(UnityEngine.StateMachineBehaviour)">
645       <summary>
646         <para>Use
this function to retrieve the owner of this behaviour.</para>
647       </summary>
648       <param name=
"behaviour">The State Machine Behaviour to get context for.</param>
649       <returns>
650         <para>Returns the State Machine Behaviour edition context.</para>
651       </returns>
652     </member>
653     <member name=
"M:UnityEditor.Animations.AnimatorController.GetBehaviours">
654       <summary>
655         <para>Returns all StateMachineBehaviour that match type T or are derived
from T.</para>
656       </summary>
657     </member>
658     <member name=
"M:UnityEditor.Animations.AnimatorController.GetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState,System.Int32)">
659       <summary>
660         <para>Gets the effective state machine behaviour list
for the AnimatorState. Behaviours are either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get Behaviour list that is effectively used.</para>
661       </summary>
662       <param name=
"state">The AnimatorState which we want the Behaviour list.</param>
663       <param name=
"layerIndex">The layer that is queried.</param>
664     </member>
665     <member name=
"M:UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState)">
666       <summary>
667         <para>Gets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get the Motion that is effectively used.</para>
668       </summary>
669       <param name=
"state">The AnimatorState which we want the Motion.</param>
670       <param name=
"layerIndex">The layer that is queried.</param>
671     </member>
672     <member name=
"M:UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,System.Int32)">
673       <summary>
674         <para>Gets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get the Motion that is effectively used.</para>
675       </summary>
676       <param name=
"state">The AnimatorState which we want the Motion.</param>
677       <param name=
"layerIndex">The layer that is queried.</param>
678     </member>
679     <member name=
"M:UnityEditor.Animations.AnimatorController.MakeUniqueLayerName(System.String)">
680       <summary>
681         <para>Creates a unique name
for the layers.</para>
682       </summary>
683       <param name=
"name">The desired name of the AnimatorLayer.</param>
684     </member>
685     <member name=
"M:UnityEditor.Animations.AnimatorController.MakeUniqueParameterName(System.String)">
686       <summary>
687         <para>Creates a unique name
for the parameter.</para>
688       </summary>
689       <param name=
"name">The desired name of the AnimatorParameter.</param>
690     </member>
691     <member name=
"M:UnityEditor.Animations.AnimatorController.RemoveLayer(System.Int32)">
692       <summary>
693         <para>Utility function to
remove a layer from the controller.</para>
694       </summary>
695       <param name=
"index">The index of the AnimatorLayer.</param>
696     </member>
697     <member name=
"M:UnityEditor.Animations.AnimatorController.RemoveParameter(System.Int32)">
698       <summary>
699         <para>Utility function to
remove a parameter from the controller.</para>
700       </summary>
701       <param name=
"index">The index of the AnimatorParameter.</param>
702     </member>
703     <member name=
"M:UnityEditor.Animations.AnimatorController.SetStateEffectiveBehaviours">
704       <summary>
705         <para>Sets the effective state machine Behaviour list
for the AnimatorState. The Behaviour list is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to set the Behaviour list that is effectively used.</para>
706       </summary>
707       <param name=
"state">The AnimatorState which we want to set the Behaviour list.</param>
708       <param name=
"layerIndex">The layer to set the Behaviour list.</param>
709       <param name=
"behaviours">The Behaviour list that will be set.</param>
710     </member>
711     <member name=
"M:UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)">
712       <summary>
713         <para>Sets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to set the Motion that is effectively used.</para>
714       </summary>
715       <param name=
"state">The AnimatorState which we want to set the Motion.</param>
716       <param name=
"motion">The Motion that will be set.</param>
717       <param name=
"layerIndex">The layer to set the Motion.</param>
718     </member>
719     <member name=
"M:UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion,System.Int32)">
720       <summary>
721         <para>Sets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to set the Motion that is effectively used.</para>
722       </summary>
723       <param name=
"state">The AnimatorState which we want to set the Motion.</param>
724       <param name=
"motion">The Motion that will be set.</param>
725       <param name=
"layerIndex">The layer to set the Motion.</param>
726     </member>
727     <member name=
"T:UnityEditor.Animations.AnimatorControllerLayer">
728       <summary>
729         <para>The Animation Layer contains a state machine that controls animations of a model or part of it.</para>
730       </summary>
731     </member>
732     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.avatarMask">
733       <summary>
734         <para>The AvatarMask that
is used to mask the animation on the given layer.</para>
735       </summary>
736     </member>
737     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.blendingMode">
738       <summary>
739         <para>The blending mode used
by the layer. It is not taken into account for the first layer.</para>
740       </summary>
741     </member>
742     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.defaultWeight">
743       <summary>
744         <para>The
default blending weight that the layers has. It is not taken into account for the first layer.</para>
745       </summary>
746     </member>
747     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.iKPass">
748       <summary>
749         <para>When active, the layer will have an IK pass
when evaluated. It will trigger an OnAnimatorIK callback.</para>
750       </summary>
751     </member>
752     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.name">
753       <summary>
754         <para>The name of the layer.</para>
755       </summary>
756     </member>
757     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.stateMachine">
758       <summary>
759         <para>The state machine
for the layer.</para>
760       </summary>
761     </member>
762     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.syncedLayerAffectsTiming">
763       <summary>
764         <para>When active, the layer will take control of the duration of the Synced Layer.</para>
765       </summary>
766     </member>
767     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.syncedLayerIndex">
768       <summary>
769         <para>Specifies the index of the Synced Layer.</para>
770       </summary>
771     </member>
772     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.GetOverrideBehaviours(UnityEditor.Animations.AnimatorState)">
773       <summary>
774         <para>Gets the
override behaviour list for the state on the given layer.</para>
775       </summary>
776       <param name=
"state">The state which we want to get the behaviour list.</param>
777     </member>
778     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.GetOverrideMotion(UnityEditor.Animations.AnimatorState)">
779       <summary>
780         <para>Gets the
override motion for the state on the given layer.</para>
781       </summary>
782       <param name=
"state">The state which we want to get the motion.</param>
783     </member>
784     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.SetOverrideBehaviours">
785       <summary>
786         <para>Sets the
override behaviour list for the state on the given layer.</para>
787       </summary>
788       <param name=
"state">The state which we want to set the behaviour list.</param>
789       <param name=
"behaviours">The behaviour list that will be set.</param>
790     </member>
791     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.SetOverrideMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)">
792       <summary>
793         <para>Sets the
override motion for the state on the given layer.</para>
794       </summary>
795       <param name=
"state">The state which we want to set the motion.</param>
796       <param name=
"motion">The motion that will be set.</param>
797     </member>
798     <member name=
"T:UnityEditor.Animations.AnimatorLayerBlendingMode">
799       <summary>
800         <para>Specifies how the layer
is blended with the previous layers.</para>
801       </summary>
802     </member>
803     <member name=
"F:UnityEditor.Animations.AnimatorLayerBlendingMode.Additive">
804       <summary>
805         <para>Animations are added to the previous layers.</para>
806       </summary>
807     </member>
808     <member name=
"F:UnityEditor.Animations.AnimatorLayerBlendingMode.Override">
809       <summary>
810         <para>Animations overrides to the previous layers.</para>
811       </summary>
812     </member>
813     <member name=
"T:UnityEditor.Animations.AnimatorState">
814       <summary>
815         <para>States are the basic building blocks of a state machine. Each state contains a Motion ( AnimationClip or BlendTree) which will play
while the character is in that state. When an event in the game triggers a state transition, the character will be left in a new state whose animation sequence will then take over.</para>
816       </summary>
817     </member>
818     <member name=
"P:UnityEditor.Animations.AnimatorState.behaviours">
819       <summary>
820         <para>The Behaviour list assigned to
this state.</para>
821       </summary>
822     </member>
823     <member name=
"P:UnityEditor.Animations.AnimatorState.cycleOffset">
824       <summary>
825         <para>Offset at which the animation loop starts. Useful
for synchronizing looped animations.
826 Units
is normalized time.</para>
827       </summary>
828     </member>
829     <member name=
"P:UnityEditor.Animations.AnimatorState.cycleOffsetParameter">
830       <summary>
831         <para>The animator controller parameter that drives the cycle offset
value.</para>
832       </summary>
833     </member>
834     <member name=
"P:UnityEditor.Animations.AnimatorState.cycleOffsetParameterActive">
835       <summary>
836         <para>Define
if the cycle offset value is driven by an Animator controller parameter or by the value set in the editor.</para>
837       </summary>
838     </member>
839     <member name=
"P:UnityEditor.Animations.AnimatorState.iKOnFeet">
840       <summary>
841         <para>Should Foot IK be respected
for this state.</para>
842       </summary>
843     </member>
844     <member name=
"P:UnityEditor.Animations.AnimatorState.mirror">
845       <summary>
846         <para>Should the state be mirrored.</para>
847       </summary>
848     </member>
849     <member name=
"P:UnityEditor.Animations.AnimatorState.mirrorParameter">
850       <summary>
851         <para>The animator controller parameter that drives the mirror
value.</para>
852       </summary>
853     </member>
854     <member name=
"P:UnityEditor.Animations.AnimatorState.mirrorParameterActive">
855       <summary>
856         <para>Define
if the mirror value is driven by an Animator controller parameter or by the value set in the editor.</para>
857       </summary>
858     </member>
859     <member name=
"P:UnityEditor.Animations.AnimatorState.motion">
860       <summary>
861         <para>The motion assigned to
this state.</para>
862       </summary>
863     </member>
864     <member name=
"P:UnityEditor.Animations.AnimatorState.nameHash">
865       <summary>
866         <para>The hashed name of the state.</para>
867       </summary>
868     </member>
869     <member name=
"P:UnityEditor.Animations.AnimatorState.speed">
870       <summary>
871         <para>The
default speed of the motion.</para>
872       </summary>
873     </member>
874     <member name=
"P:UnityEditor.Animations.AnimatorState.speedParameter">
875       <summary>
876         <para>The animator controller parameter that drives the speed
value.</para>
877       </summary>
878     </member>
879     <member name=
"P:UnityEditor.Animations.AnimatorState.speedParameterActive">
880       <summary>
881         <para>Define
if the speed value is driven by an Animator controller parameter or by the value set in the editor.</para>
882       </summary>
883     </member>
884     <member name=
"P:UnityEditor.Animations.AnimatorState.tag">
885       <summary>
886         <para>A tag can be used to identify a state.</para>
887       </summary>
888     </member>
889     <member name=
"P:UnityEditor.Animations.AnimatorState.transitions">
890       <summary>
891         <para>The transitions that are going
out of the state.</para>
892       </summary>
893     </member>
894     <member name=
"P:UnityEditor.Animations.AnimatorState.writeDefaultValues">
895       <summary>
896         <para>Whether or not the AnimatorStates writes back the
default values for properties that are not animated by its Motion.</para>
897       </summary>
898     </member>
899     <member name=
"M:UnityEditor.Animations.AnimatorState.AddExitTransition">
900       <summary>
901         <para>Utility function to
add an outgoing transition to the exit of the state's parent state machine.</para>
902       </summary>
903       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
904       <returns>
905         <para>The Animations.AnimatorStateTransition that was added.</para>
906       </returns>
907     </member>
908     <member name=
"M:UnityEditor.Animations.AnimatorState.AddExitTransition(System.Boolean)">
909       <summary>
910         <para>Utility function to
add an outgoing transition to the exit of the state's parent state machine.</para>
911       </summary>
912       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
913       <returns>
914         <para>The Animations.AnimatorStateTransition that was added.</para>
915       </returns>
916     </member>
917     <member name=
"M:UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour(System.Type)">
918       <summary>
919         <para>Adds a state machine behaviour
class of type stateMachineBehaviourType to the AnimatorState. C# Users can use a generic version.</para>
920       </summary>
921       <param name=
"stateMachineBehaviourType"></param>
922     </member>
923     <member name=
"M:UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour">
924       <summary>
925         <para>Generic version. See the page
for more details.</para>
926       </summary>
927     </member>
928     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState)">
929       <summary>
930         <para>Utility function to
add an outgoing transition to the destination state.</para>
931       </summary>
932       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
933       <param name=
"destinationState">The destination state.</param>
934     </member>
935     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState,System.Boolean)">
936       <summary>
937         <para>Utility function to
add an outgoing transition to the destination state.</para>
938       </summary>
939       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
940       <param name=
"destinationState">The destination state.</param>
941     </member>
942     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine)">
943       <summary>
944         <para>Utility function to
add an outgoing transition to the destination state machine.</para>
945       </summary>
946       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
947       <param name=
"destinationStateMachine">The destination state machine.</param>
948     </member>
949     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine,System.Boolean)">
950       <summary>
951         <para>Utility function to
add an outgoing transition to the destination state machine.</para>
952       </summary>
953       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
954       <param name=
"destinationStateMachine">The destination state machine.</param>
955     </member>
956     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateTransition)">
957       <summary>
958         <para>Utility function to
add an outgoing transition.</para>
959       </summary>
960       <param name=
"transition">The transition to add.</param>
961     </member>
962     <member name=
"M:UnityEditor.Animations.AnimatorState.RemoveTransition(UnityEditor.Animations.AnimatorStateTransition)">
963       <summary>
964         <para>Utility function to
remove a transition from the state.</para>
965       </summary>
966       <param name=
"transition">Transition to remove.</param>
967     </member>
968     <member name=
"T:UnityEditor.Animations.AnimatorStateMachine">
969       <summary>
970         <para>A graph controlling the interaction of states. Each state references a motion.</para>
971       </summary>
972     </member>
973     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.anyStatePosition">
974       <summary>
975         <para>The position of the AnyState node.</para>
976       </summary>
977     </member>
978     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.anyStateTransitions">
979       <summary>
980         <para>The list of AnyState transitions.</para>
981       </summary>
982     </member>
983     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.behaviours">
984       <summary>
985         <para>The Behaviour list assigned to
this state machine.</para>
986       </summary>
987     </member>
988     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.defaultState">
989       <summary>
990         <para>The state that the state machine will be
in when it starts.</para>
991       </summary>
992     </member>
993     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.entryPosition">
994       <summary>
995         <para>The position of the entry node.</para>
996       </summary>
997     </member>
998     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.entryTransitions">
999       <summary>
1000         <para>The list of entry transitions
in the state machine.</para>
1001       </summary>
1002     </member>
1003     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.exitPosition">
1004       <summary>
1005         <para>The position of the exit node.</para>
1006       </summary>
1007     </member>
1008     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.parentStateMachinePosition">
1009       <summary>
1010         <para>The position of the parent state machine node. Only valid
when in a hierachic state machine.</para>
1011       </summary>
1012     </member>
1013     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.stateMachines">
1014       <summary>
1015         <para>The list of sub state machines.</para>
1016       </summary>
1017     </member>
1018     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.states">
1019       <summary>
1020         <para>The list of states.</para>
1021       </summary>
1022     </member>
1023     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorState)">
1024       <summary>
1025         <para>Utility function to
add an AnyState transition to the specified state or statemachine.</para>
1026       </summary>
1027       <param name=
"destinationState">The destination state.</param>
1028       <param name=
"destinationStateMachine">The destination statemachine.</param>
1029     </member>
1030     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorStateMachine)">
1031       <summary>
1032         <para>Utility function to
add an AnyState transition to the specified state or statemachine.</para>
1033       </summary>
1034       <param name=
"destinationState">The destination state.</param>
1035       <param name=
"destinationStateMachine">The destination statemachine.</param>
1036     </member>
1037     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorState)">
1038       <summary>
1039         <para>Utility function to
add an incoming transition to the exit of it's parent state machine.</para>
1040       </summary>
1041       <param name=
"destinationState">The destination Animations.AnimatorState state.</param>
1042       <param name=
"destinationStateMachine">The destination Animations.AnimatorStateMachine state machine.</param>
1043     </member>
1044     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorStateMachine)">
1045       <summary>
1046         <para>Utility function to
add an incoming transition to the exit of it's parent state machine.</para>
1047       </summary>
1048       <param name=
"destinationState">The destination Animations.AnimatorState state.</param>
1049       <param name=
"destinationStateMachine">The destination Animations.AnimatorStateMachine state machine.</param>
1050     </member>
1051     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddState(System.String)">
1052       <summary>
1053         <para>Utility function to
add a state to the state machine.</para>
1054       </summary>
1055       <param name=
"name">The name of the new state.</param>
1056       <param name=
"position">The position of the state node.</param>
1057       <returns>
1058         <para>The AnimatorState that was created
for this state.</para>
1059       </returns>
1060     </member>
1061     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddState(System.String,UnityEngine.Vector3)">
1062       <summary>
1063         <para>Utility function to
add a state to the state machine.</para>
1064       </summary>
1065       <param name=
"name">The name of the new state.</param>
1066       <param name=
"position">The position of the state node.</param>
1067       <returns>
1068         <para>The AnimatorState that was created
for this state.</para>
1069       </returns>
1070     </member>
1071     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddState(UnityEditor.Animations.AnimatorState,UnityEngine.Vector3)">
1072       <summary>
1073         <para>Utility function to
add a state to the state machine.</para>
1074       </summary>
1075       <param name=
"state">The state to add.</param>
1076       <param name=
"position">The position of the state node.</param>
1077     </member>
1078     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String)">
1079       <summary>
1080         <para>Utility function to
add a state machine to the state machine.</para>
1081       </summary>
1082       <param name=
"name">The name of the new state machine.</param>
1083       <param name=
"position">The position of the state machine node.</param>
1084       <returns>
1085         <para>The newly created Animations.AnimatorStateMachine state machine.</para>
1086       </returns>
1087     </member>
1088     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String,UnityEngine.Vector3)">
1089       <summary>
1090         <para>Utility function to
add a state machine to the state machine.</para>
1091       </summary>
1092       <param name=
"name">The name of the new state machine.</param>
1093       <param name=
"position">The position of the state machine node.</param>
1094       <returns>
1095         <para>The newly created Animations.AnimatorStateMachine state machine.</para>
1096       </returns>
1097     </member>
1098     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(UnityEditor.Animations.AnimatorStateMachine,UnityEngine.Vector3)">
1099       <summary>
1100         <para>Utility function to
add a state machine to the state machine.</para>
1101       </summary>
1102       <param name=
"stateMachine">The state machine to add.</param>
1103       <param name=
"position">The position of the state machine node.</param>
1104     </member>
1105     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour(System.Type)">
1106       <summary>
1107         <para>Adds a state machine behaviour
class of type stateMachineBehaviourType to the AnimatorStateMachine. C# Users can use a generic version.</para>
1108       </summary>
1109       <param name=
"stateMachineBehaviourType"></param>
1110     </member>
1111     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour">
1112       <summary>
1113         <para>Generic version. See the page
for more details.</para>
1114       </summary>
1115     </member>
1116     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineExitTransition(UnityEditor.Animations.AnimatorStateMachine)">
1117       <summary>
1118         <para>Utility function to
add an outgoing transition from the source state machine to the exit of it's parent state machine.</para>
1119       </summary>
1120       <param name=
"sourceStateMachine">The source state machine.</param>
1121     </member>
1122     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine)">
1123       <summary>
1124         <para>Utility function to
add an outgoing transition from the source state machine to the destination.</para>
1125       </summary>
1126       <param name=
"sourceStateMachine">The source state machine.</param>
1127       <param name=
"destinationStateMachine">The destination state machine.</param>
1128       <param name=
"destinationState">The destination state.</param>
1129       <returns>
1130         <para>The Animations.AnimatorTransition transition that was created.</para>
1131       </returns>
1132     </member>
1133     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorStateMachine)">
1134       <summary>
1135         <para>Utility function to
add an outgoing transition from the source state machine to the destination.</para>
1136       </summary>
1137       <param name=
"sourceStateMachine">The source state machine.</param>
1138       <param name=
"destinationStateMachine">The destination state machine.</param>
1139       <param name=
"destinationState">The destination state.</param>
1140       <returns>
1141         <para>The Animations.AnimatorTransition transition that was created.</para>
1142       </returns>
1143     </member>
1144     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorState)">
1145       <summary>
1146         <para>Utility function to
add an outgoing transition from the source state machine to the destination.</para>
1147       </summary>
1148       <param name=
"sourceStateMachine">The source state machine.</param>
1149       <param name=
"destinationStateMachine">The destination state machine.</param>
1150       <param name=
"destinationState">The destination state.</param>
1151       <returns>
1152         <para>The Animations.AnimatorTransition transition that was created.</para>
1153       </returns>
1154     </member>
1155     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.GetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine)">
1156       <summary>
1157         <para>Gets the list of all outgoing state machine transitions
from given state machine.</para>
1158       </summary>
1159       <param name=
"sourceStateMachine">The source state machine.</param>
1160     </member>
1161     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateMachineName(System.String)">
1162       <summary>
1163         <para>Makes a unique state machine name
in the context of the parent state machine.</para>
1164       </summary>
1165       <param name=
"name">Desired name for the state machine.</param>
1166     </member>
1167     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateName(System.String)">
1168       <summary>
1169         <para>Makes a unique state name
in the context of the parent state machine.</para>
1170       </summary>
1171       <param name=
"name">Desired name for the state.</param>
1172     </member>
1173     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveAnyStateTransition(UnityEditor.Animations.AnimatorStateTransition)">
1174       <summary>
1175         <para>Utility function to
remove an AnyState transition from the state machine.</para>
1176       </summary>
1177       <param name=
"transition">The AnyStat transition to remove.</param>
1178     </member>
1179     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveEntryTransition(UnityEditor.Animations.AnimatorTransition)">
1180       <summary>
1181         <para>Utility function to
remove an entry transition from the state machine.</para>
1182       </summary>
1183       <param name=
"transition">The transition to remove.</param>
1184     </member>
1185     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveState(UnityEditor.Animations.AnimatorState)">
1186       <summary>
1187         <para>Utility function to
remove a state from the state machine.</para>
1188       </summary>
1189       <param name=
"state">The state to remove.</param>
1190     </member>
1191     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachine(UnityEditor.Animations.AnimatorStateMachine)">
1192       <summary>
1193         <para>Utility function to
remove a state machine from its parent state machine.</para>
1194       </summary>
1195       <param name=
"stateMachine">The state machine to remove.</param>
1196     </member>
1197     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition)">
1198       <summary>
1199         <para>Utility function to
remove an outgoing transition from source state machine.</para>
1200       </summary>
1201       <param name=
"transition">The transition to remove.</param>
1202       <param name=
"sourceStateMachine">The source state machine.</param>
1203     </member>
1204     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.SetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition[])">
1205       <summary>
1206         <para>Sets the list of all outgoing state machine transitions
from given state machine.</para>
1207       </summary>
1208       <param name=
"stateMachine">The source state machine.</param>
1209       <param name=
"transitions">The outgoing transitions.</param>
1210       <param name=
"sourceStateMachine"></param>
1211     </member>
1212     <member name=
"T:UnityEditor.Animations.AnimatorStateTransition">
1213       <summary>
1214         <para>Transitions define
when and how the state machine switch from one state to another. AnimatorStateTransition always originate from an Animator State (or AnyState) and have timing parameters.</para>
1215       </summary>
1216     </member>
1217     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.canTransitionToSelf">
1218       <summary>
1219         <para>Set to
true to allow or disallow transition to self during AnyState transition.</para>
1220       </summary>
1221     </member>
1222     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.duration">
1223       <summary>
1224         <para>The duration of the transition.</para>
1225       </summary>
1226     </member>
1227     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.exitTime">
1228       <summary>
1229         <para>The normalized time of the source state
when the condition is true.</para>
1230       </summary>
1231     </member>
1232     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.hasExitTime">
1233       <summary>
1234         <para>When active the transition will have an exit time condition.</para>
1235       </summary>
1236     </member>
1237     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.hasFixedDuration">
1238       <summary>
1239         <para>When active the transition duration will have a
fixed duration.</para>
1240       </summary>
1241     </member>
1242     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.interruptionSource">
1243       <summary>
1244         <para>Which AnimatorState transitions can interrupt the Transition.</para>
1245       </summary>
1246     </member>
1247     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.offset">
1248       <summary>
1249         <para>The time at which the destination state will start.</para>
1250       </summary>
1251     </member>
1252     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.orderedInterruption">
1253       <summary>
1254         <para>The Transition can be interrupted
by a transition that has a higher priority.</para>
1255       </summary>
1256     </member>
1257     <member name=
"M:UnityEditor.Animations.AnimatorStateTransition.#ctor">
1258       <summary>
1259         <para>Creates a
new animator state transition.</para>
1260       </summary>
1261     </member>
1262     <member name=
"T:UnityEditor.Animations.AnimatorTransition">
1263       <summary>
1264         <para>Transitions define
when and how the state machine switch from on state to another. AnimatorTransition always originate from a StateMachine or a StateMachine entry. They do not define timing parameters.</para>
1265       </summary>
1266     </member>
1267     <member name=
"M:UnityEditor.Animations.AnimatorTransition.#ctor">
1268       <summary>
1269         <para>Creates a
new animator transition.</para>
1270       </summary>
1271     </member>
1272     <member name=
"T:UnityEditor.Animations.AnimatorTransitionBase">
1273       <summary>
1274         <para>Base
class for animator transitions. Transitions define when and how the state machine switches from one state to another.</para>
1275       </summary>
1276     </member>
1277     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.conditions">
1278       <summary>
1279         <para>Animations.AnimatorCondition conditions that need to be met
for a transition to happen.</para>
1280       </summary>
1281     </member>
1282     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.destinationState">
1283       <summary>
1284         <para>The destination state of the transition.</para>
1285       </summary>
1286     </member>
1287     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.destinationStateMachine">
1288       <summary>
1289         <para>The destination state machine of the transition.</para>
1290       </summary>
1291     </member>
1292     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.isExit">
1293       <summary>
1294         <para>Is the transition destination the exit of the current state machine.</para>
1295       </summary>
1296     </member>
1297     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.mute">
1298       <summary>
1299         <para>Mutes the transition. The transition will never occur.</para>
1300       </summary>
1301     </member>
1302     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.solo">
1303       <summary>
1304         <para>Mutes all other transitions
in the source state.</para>
1305       </summary>
1306     </member>
1307     <member name=
"M:UnityEditor.Animations.AnimatorTransitionBase.AddCondition(UnityEditor.Animations.AnimatorConditionMode,System.Single,System.String)">
1308       <summary>
1309         <para>Utility function to
add a condition to a transition.</para>
1310       </summary>
1311       <param name=
"mode">The Animations.AnimatorCondition mode of the condition.</param>
1312       <param name=
"threshold">The threshold value of the condition.</param>
1313       <param name=
"parameter">The name of the parameter.</param>
1314     </member>
1315     <member name=
"M:UnityEditor.Animations.AnimatorTransitionBase.RemoveCondition(UnityEditor.Animations.AnimatorCondition)">
1316       <summary>
1317         <para>Utility function to
remove a condition from the transition.</para>
1318       </summary>
1319       <param name=
"condition">The condition to remove.</param>
1320     </member>
1321     <member name=
"T:UnityEditor.Animations.AvatarMask">
1322       <summary>
1323         <para>AvatarMask are used to mask
out humanoid body parts and transforms.</para>
1324       </summary>
1325     </member>
1326     <member name=
"P:UnityEditor.Animations.AvatarMask.transformCount">
1327       <summary>
1328         <para>Number of transforms.</para>
1329       </summary>
1330     </member>
1331     <member name=
"M:UnityEditor.Animations.AvatarMask.#ctor">
1332       <summary>
1333         <para>Creates a
new AvatarMask.</para>
1334       </summary>
1335     </member>
1336     <member name=
"M:UnityEditor.Animations.AvatarMask.GetHumanoidBodyPartActive(UnityEditor.Animations.AvatarMaskBodyPart)">
1337       <summary>
1338         <para>Returns
true if the humanoid body part at the given index is active.</para>
1339       </summary>
1340       <param name=
"index">The index of the humanoid body part.</param>
1341     </member>
1342     <member name=
"M:UnityEditor.Animations.AvatarMask.GetTransformActive(System.Int32)">
1343       <summary>
1344         <para>Returns
true if the transform at the given index is active.</para>
1345       </summary>
1346       <param name=
"index">The index of the transform.</param>
1347     </member>
1348     <member name=
"M:UnityEditor.Animations.AvatarMask.GetTransformPath(System.Int32)">
1349       <summary>
1350         <para>Returns the path of the transform at the given index.</para>
1351       </summary>
1352       <param name=
"index">The index of the transform.</param>
1353     </member>
1354     <member name=
"M:UnityEditor.Animations.AvatarMask.SetHumanoidBodyPartActive(UnityEditor.Animations.AvatarMaskBodyPart,System.Boolean)">
1355       <summary>
1356         <para>Sets the humanoid body part at the given index to active or not.</para>
1357       </summary>
1358       <param name=
"index">The index of the humanoid body part.</param>
1359       <param name=
"value">Active or not.</param>
1360     </member>
1361     <member name=
"M:UnityEditor.Animations.AvatarMask.SetTransformActive(System.Int32,System.Boolean)">
1362       <summary>
1363         <para>Sets the tranform at the given index to active or not.</para>
1364       </summary>
1365       <param name=
"index">The index of the transform.</param>
1366       <param name=
"value">Active or not.</param>
1367     </member>
1368     <member name=
"M:UnityEditor.Animations.AvatarMask.SetTransformPath(System.Int32,System.String)">
1369       <summary>
1370         <para>Sets the path of the transform at the given index.</para>
1371       </summary>
1372       <param name=
"index">The index of the transform.</param>
1373       <param name=
"path">The path of the transform.</param>
1374     </member>
1375     <member name=
"T:UnityEditor.Animations.AvatarMaskBodyPart">
1376       <summary>
1377         <para>Avatar body part.</para>
1378       </summary>
1379     </member>
1380     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.Body">
1381       <summary>
1382         <para>The Body.</para>
1383       </summary>
1384     </member>
1385     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.Head">
1386       <summary>
1387         <para>The Head.</para>
1388       </summary>
1389     </member>
1390     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.LastBodyPart">
1391       <summary>
1392         <para>Total number of body parts.</para>
1393       </summary>
1394     </member>
1395     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.LeftArm">
1396       <summary>
1397         <para>The Left Arm.</para>
1398       </summary>
1399     </member>
1400     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.LeftFingers">
1401       <summary>
1402         <para>Left Fingers.</para>
1403       </summary>
1404     </member>
1405     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.LeftFootIK">
1406       <summary>
1407         <para>Left Foot IK.</para>
1408       </summary>
1409     </member>
1410     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.LeftHandIK">
1411       <summary>
1412         <para>Left Hand IK.</para>
1413       </summary>
1414     </member>
1415     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.LeftLeg">
1416       <summary>
1417         <para>The Left Leg.</para>
1418       </summary>
1419     </member>
1420     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.RightArm">
1421       <summary>
1422         <para>The Right Arm.</para>
1423       </summary>
1424     </member>
1425     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.RightFingers">
1426       <summary>
1427         <para>Right Fingers.</para>
1428       </summary>
1429     </member>
1430     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.RightFootIK">
1431       <summary>
1432         <para>Right Foot IK.</para>
1433       </summary>
1434     </member>
1435     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.RightHandIK">
1436       <summary>
1437         <para>Right Hand IK.</para>
1438       </summary>
1439     </member>
1440     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.RightLeg">
1441       <summary>
1442         <para>The Right Leg.</para>
1443       </summary>
1444     </member>
1445     <member name=
"F:UnityEditor.Animations.AvatarMaskBodyPart.Root">
1446       <summary>
1447         <para>The Root.</para>
1448       </summary>
1449     </member>
1450     <member name=
"T:UnityEditor.Animations.BlendTree">
1451       <summary>
1452         <para>Blend trees are used to blend continuously animation between their childs. They can either be
1D or 2D.</para>
1453       </summary>
1454     </member>
1455     <member name=
"P:UnityEditor.Animations.BlendTree.blendParameter">
1456       <summary>
1457         <para>Parameter that
is used to compute the blending weight of the childs in 1D blend trees or on the X axis of a 2D blend tree.</para>
1458       </summary>
1459     </member>
1460     <member name=
"P:UnityEditor.Animations.BlendTree.blendParameterY">
1461       <summary>
1462         <para>Parameter that
is used to compute the blending weight of the childs on the Y axis of a 2D blend tree.</para>
1463       </summary>
1464     </member>
1465     <member name=
"P:UnityEditor.Animations.BlendTree.blendType">
1466       <summary>
1467         <para>The Blending type can be either
1D or different types of 2D.</para>
1468       </summary>
1469     </member>
1470     <member name=
"P:UnityEditor.Animations.BlendTree.children">
1471       <summary>
1472         <para>A copy of the list of the blend tree child motions.</para>
1473       </summary>
1474     </member>
1475     <member name=
"P:UnityEditor.Animations.BlendTree.maxThreshold">
1476       <summary>
1477         <para>Sets the maximum threshold that will be used
by the ChildMotion. Only used when useAutomaticThresholds is true.</para>
1478       </summary>
1479     </member>
1480     <member name=
"P:UnityEditor.Animations.BlendTree.minThreshold">
1481       <summary>
1482         <para>Sets the minimum threshold that will be used
by the ChildMotion. Only used when useAutomaticThresholds is true.</para>
1483       </summary>
1484     </member>
1485     <member name=
"P:UnityEditor.Animations.BlendTree.useAutomaticThresholds">
1486       <summary>
1487         <para>When active, the children
's thresholds are automatically spread between 0 and 1.</para>
1488       </summary>
1489     </member>
1490     <member name=
"M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion)">
1491       <summary>
1492         <para>Utility function to
add a child motion to a blend trees.</para>
1493       </summary>
1494       <param name=
"motion">The motion to add as child.</param>
1495       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1496       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1497     </member>
1498     <member name=
"M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,UnityEngine.Vector2)">
1499       <summary>
1500         <para>Utility function to
add a child motion to a blend trees.</para>
1501       </summary>
1502       <param name=
"motion">The motion to add as child.</param>
1503       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1504       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1505     </member>
1506     <member name=
"M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,System.Single)">
1507       <summary>
1508         <para>Utility function to
add a child motion to a blend trees.</para>
1509       </summary>
1510       <param name=
"motion">The motion to add as child.</param>
1511       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1512       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1513     </member>
1514     <member name=
"M:UnityEditor.Animations.BlendTree.CreateBlendTreeChild(System.Single)">
1515       <summary>
1516         <para>Utility function to
add a child blend tree to a blend tree.</para>
1517       </summary>
1518       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1519       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1520     </member>
1521     <member name=
"M:UnityEditor.Animations.BlendTree.CreateBlendTreeChild(UnityEngine.Vector2)">
1522       <summary>
1523         <para>Utility function to
add a child blend tree to a blend tree.</para>
1524       </summary>
1525       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1526       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1527     </member>
1528     <member name=
"M:UnityEditor.Animations.BlendTree.RemoveChild(System.Int32)">
1529       <summary>
1530         <para>Utility function to
remove the child of a blend tree.</para>
1531       </summary>
1532       <param name=
"index">The index of the blend tree to remove.</param>
1533     </member>
1534     <member name=
"T:UnityEditor.Animations.BlendTreeType">
1535       <summary>
1536         <para>The type of blending algorithm that the blend tree uses.</para>
1537       </summary>
1538     </member>
1539     <member name=
"F:UnityEditor.Animations.BlendTreeType.Direct">
1540       <summary>
1541         <para>Direct control of blending weight
for each node.</para>
1542       </summary>
1543     </member>
1544     <member name=
"F:UnityEditor.Animations.BlendTreeType.FreeformCartesian2D">
1545       <summary>
1546         <para>Best used
when your motions do not represent different directions.</para>
1547       </summary>
1548     </member>
1549     <member name=
"F:UnityEditor.Animations.BlendTreeType.FreeformDirectional2D">
1550       <summary>
1551         <para>This blend type
is used when your motions represent different directions, however you can have multiple motions in the same direction, for example "walk forward" and "run forward".</para>
1552       </summary>
1553     </member>
1554     <member name=
"F:UnityEditor.Animations.BlendTreeType.Simple1D">
1555       <summary>
1556         <para>Basic blending
using a single parameter.</para>
1557       </summary>
1558     </member>
1559     <member name=
"F:UnityEditor.Animations.BlendTreeType.SimpleDirectional2D">
1560       <summary>
1561         <para>Best used
when your motions represent different directions, such as "walk forward", "walk backward", "walk left", and "walk right", or "aim up", "aim down", "aim left", and "aim right".</para>
1562       </summary>
1563     </member>
1564     <member name=
"T:UnityEditor.Animations.ChildAnimatorState">
1565       <summary>
1566         <para>Structure that represents a state
in the context of its parent state machine.</para>
1567       </summary>
1568     </member>
1569     <member name=
"P:UnityEditor.Animations.ChildAnimatorState.position">
1570       <summary>
1571         <para>The position the the state node
in the context of its parent state machine.</para>
1572       </summary>
1573     </member>
1574     <member name=
"P:UnityEditor.Animations.ChildAnimatorState.state">
1575       <summary>
1576         <para>The state.</para>
1577       </summary>
1578     </member>
1579     <member name=
"T:UnityEditor.Animations.ChildAnimatorStateMachine">
1580       <summary>
1581         <para>Structure that represents a state machine
in the context of its parent state machine.</para>
1582       </summary>
1583     </member>
1584     <member name=
"P:UnityEditor.Animations.ChildAnimatorStateMachine.position">
1585       <summary>
1586         <para>The position the the state machine node
in the context of its parent state machine.</para>
1587       </summary>
1588     </member>
1589     <member name=
"P:UnityEditor.Animations.ChildAnimatorStateMachine.stateMachine">
1590       <summary>
1591         <para>The state machine.</para>
1592       </summary>
1593     </member>
1594     <member name=
"T:UnityEditor.Animations.ChildMotion">
1595       <summary>
1596         <para>Structure that represents a motion
in the context of its parent blend tree.</para>
1597       </summary>
1598     </member>
1599     <member name=
"P:UnityEditor.Animations.ChildMotion.cycleOffset">
1600       <summary>
1601         <para>Normalized time offset of the child.</para>
1602       </summary>
1603     </member>
1604     <member name=
"P:UnityEditor.Animations.ChildMotion.directBlendParameter">
1605       <summary>
1606         <para>The parameter used
by the child when used in a BlendTree of type BlendTreeType.Direct.</para>
1607       </summary>
1608     </member>
1609     <member name=
"P:UnityEditor.Animations.ChildMotion.mirror">
1610       <summary>
1611         <para>Mirror of the child.</para>
1612       </summary>
1613     </member>
1614     <member name=
"P:UnityEditor.Animations.ChildMotion.motion">
1615       <summary>
1616         <para>The motion itself.</para>
1617       </summary>
1618     </member>
1619     <member name=
"P:UnityEditor.Animations.ChildMotion.position">
1620       <summary>
1621         <para>The position of the child. Used
in 2D blend trees.</para>
1622       </summary>
1623     </member>
1624     <member name=
"P:UnityEditor.Animations.ChildMotion.threshold">
1625       <summary>
1626         <para>The threshold of the child. Used
in 1D blend trees.</para>
1627       </summary>
1628     </member>
1629     <member name=
"P:UnityEditor.Animations.ChildMotion.timeScale">
1630       <summary>
1631         <para>The relative speed of the child.</para>
1632       </summary>
1633     </member>
1634     <member name=
"T:UnityEditor.Animations.StateMachineBehaviourContext">
1635       <summary>
1636         <para>This
class contains all the owner's information for this State Machine Behaviour.</para>
1637       </summary>
1638     </member>
1639     <member name=
"F:UnityEditor.Animations.StateMachineBehaviourContext.animatorController">
1640       <summary>
1641         <para>The Animations.AnimatorController that owns
this state machine behaviour.</para>
1642       </summary>
1643     </member>
1644     <member name=
"F:UnityEditor.Animations.StateMachineBehaviourContext.animatorObject">
1645       <summary>
1646         <para>The
object that owns this state machine behaviour. Could be an Animations.AnimatorState or Animations.AnimatorStateMachine.</para>
1647       </summary>
1648     </member>
1649     <member name=
"F:UnityEditor.Animations.StateMachineBehaviourContext.layerIndex">
1650       <summary>
1651         <para>The animator
's layer index that owns this state machine behaviour.</para>
1652       </summary>
1653     </member>
1654     <member name=
"T:UnityEditor.Animations.TransitionInterruptionSource">
1655       <summary>
1656         <para>Which AnimatorState transitions can interrupt the Transition.</para>
1657       </summary>
1658     </member>
1659     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.Destination">
1660       <summary>
1661         <para>The Transition can be interrupted
by transitions in the destination AnimatorState.</para>
1662       </summary>
1663     </member>
1664     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.DestinationThenSource">
1665       <summary>
1666         <para>The Transition can be interrupted
by transitions in the source or the destination AnimatorState.</para>
1667       </summary>
1668     </member>
1669     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.None">
1670       <summary>
1671         <para>The Transition cannot be interrupted. Formely know
as Atomic.</para>
1672       </summary>
1673     </member>
1674     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.Source">
1675       <summary>
1676         <para>The Transition can be interrupted
by transitions in the source AnimatorState.</para>
1677       </summary>
1678     </member>
1679     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.SourceThenDestination">
1680       <summary>
1681         <para>The Transition can be interrupted
by transitions in the source or the destination AnimatorState.</para>
1682       </summary>
1683     </member>
1684     <member name=
"T:UnityEditor.AnimationUtility">
1685       <summary>
1686         <para>Editor utility functions
for modifying animation clips.</para>
1687       </summary>
1688     </member>
1689     <member name=
"F:UnityEditor.AnimationUtility.onCurveWasModified">
1690       <summary>
1691         <para>Triggered
when an animation curve inside an animation clip has been modified.</para>
1692       </summary>
1693     </member>
1694     <member name=
"M:UnityEditor.AnimationUtility.CalculateTransformPath(UnityEngine.Transform,UnityEngine.Transform)">
1695       <summary>
1696         <para>Calculates path
from root transform to target transform.</para>
1697       </summary>
1698       <param name=
"targetTransform"></param>
1699       <param name=
"root"></param>
1700     </member>
1701     <member name=
"T:UnityEditor.AnimationUtility.CurveModifiedType">
1702       <summary>
1703         <para>Describes the type of modification that caused OnCurveWasModified to fire.</para>
1704       </summary>
1705     </member>
1706     <member name=
"M:UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip)">
1707       <summary>
1708         <para>Retrieves all curves
from a specific animation clip.</para>
1709       </summary>
1710       <param name=
"clip"></param>
1711       <param name=
"includeCurveData"></param>
1712     </member>
1713     <member name=
"M:UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip,System.Boolean)">
1714       <summary>
1715         <para>Retrieves all curves
from a specific animation clip.</para>
1716       </summary>
1717       <param name=
"clip"></param>
1718       <param name=
"includeCurveData"></param>
1719     </member>
1720     <member name=
"M:UnityEditor.AnimationUtility.GetAnimatableBindings(UnityEngine.GameObject,UnityEngine.GameObject)">
1721       <summary>
1722         <para>Returns all the animatable bindings that a specific game
object has.</para>
1723       </summary>
1724       <param name=
"targetObject"></param>
1725       <param name=
"root"></param>
1726     </member>
1727     <member name=
"M:UnityEditor.AnimationUtility.GetAnimatedObject(UnityEngine.GameObject,UnityEditor.EditorCurveBinding)">
1728       <summary>
1729         <para>Returns the animated
object that the binding is pointing to.</para>
1730       </summary>
1731       <param name=
"root"></param>
1732       <param name=
"binding"></param>
1733     </member>
1734     <member name=
"M:UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.Animation)">
1735       <summary>
1736         <para>Returns the array of AnimationClips that are referenced
in the Animation component.</para>
1737       </summary>
1738       <param name=
"component"></param>
1739     </member>
1740     <member name=
"M:UnityEditor.AnimationUtility.GetAnimationEvents(UnityEngine.AnimationClip)">
1741       <summary>
1742         <para>Retrieves all animation events associated with the animation clip.</para>
1743       </summary>
1744       <param name=
"clip"></param>
1745     </member>
1746     <member name=
"M:UnityEditor.AnimationUtility.GetCurveBindings(UnityEngine.AnimationClip)">
1747       <summary>
1748         <para>Returns all the
float curve bindings currently stored in the clip.</para>
1749       </summary>
1750       <param name=
"clip"></param>
1751     </member>
1752     <member name=
"M:UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,System.String,System.Type,System.String)">
1753       <summary>
1754         <para>Return the
float curve that the binding is pointing to.</para>
1755       </summary>
1756       <param name=
"clip"></param>
1757       <param name=
"relativePath"></param>
1758       <param name=
"type"></param>
1759       <param name=
"propertyName"></param>
1760       <param name=
"binding"></param>
1761     </member>
1762     <member name=
"M:UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)">
1763       <summary>
1764         <para>Return the
float curve that the binding is pointing to.</para>
1765       </summary>
1766       <param name=
"clip"></param>
1767       <param name=
"relativePath"></param>
1768       <param name=
"type"></param>
1769       <param name=
"propertyName"></param>
1770       <param name=
"binding"></param>
1771     </member>
1772     <member name=
"M:UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject,System.String,System.Type,System.String,System.Single&amp;)">
1773       <summary>
1774         <para>Retrieves the current
float value by sampling a curve value on a specific game object.</para>
1775       </summary>
1776       <param name=
"root"></param>
1777       <param name=
"relativePath"></param>
1778       <param name=
"type"></param>
1779       <param name=
"propertyName"></param>
1780       <param name=
"data"></param>
1781     </member>
1782     <member name=
"M:UnityEditor.AnimationUtility.GetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)">
1783       <summary>
1784         <para>Return the
object reference curve that the binding is pointing to.</para>
1785       </summary>
1786       <param name=
"clip"></param>
1787       <param name=
"binding"></param>
1788     </member>
1789     <member name=
"M:UnityEditor.AnimationUtility.GetObjectReferenceCurveBindings(UnityEngine.AnimationClip)">
1790       <summary>
1791         <para>Returns all the
object reference curve bindings currently stored in the clip.</para>
1792       </summary>
1793       <param name=
"clip"></param>
1794     </member>
1795     <member name=
"T:UnityEditor.AnimationUtility.OnCurveWasModified">
1796       <summary>
1797         <para>Triggered
when an animation curve inside an animation clip has been modified.</para>
1798       </summary>
1799       <param name=
"clip"></param>
1800       <param name=
"binding"></param>
1801       <param name=
"deleted"></param>
1802     </member>
1803     <member name=
"M:UnityEditor.AnimationUtility.SetAdditiveReferencePose(UnityEngine.AnimationClip,UnityEngine.AnimationClip,System.Single)">
1804       <summary>
1805         <para>Set the additive reference pose
from referenceClip at time for animation clip clip.</para>
1806       </summary>
1807       <param name=
"clip">The animation clip to be used.</param>
1808       <param name=
"referenceClip">The animation clip containing the reference pose.</param>
1809       <param name=
"time">Time that defines the reference pose in referenceClip.</param>
1810     </member>
1811     <member name=
"M:UnityEditor.AnimationUtility.SetAnimationClips(UnityEngine.Animation,UnityEngine.AnimationClip[])">
1812       <summary>
1813         <para>Sets the array of AnimationClips to be referenced
in the Animation component.</para>
1814       </summary>
1815       <param name=
"animation"></param>
1816       <param name=
"clips"></param>
1817     </member>
1818     <member name=
"M:UnityEditor.AnimationUtility.SetAnimationEvents(UnityEngine.AnimationClip,UnityEngine.AnimationEvent[])">
1819       <summary>
1820         <para>Replaces all animation events
in the animation clip.</para>
1821       </summary>
1822       <param name=
"clip"></param>
1823       <param name=
"events"></param>
1824     </member>
1825     <member name=
"M:UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEngine.AnimationCurve)">
1826       <summary>
1827         <para>Adds, modifies or removes an editor
float curve in a given clip.</para>
1828       </summary>
1829       <param name=
"clip">The animation clip to which the curve will be added.</param>
1830       <param name=
"binding">The bindings which defines the path and the property of the curve.</param>
1831       <param name=
"curve">The curve to add. Setting this to null will remove the curve.</param>
1832     </member>
1833     <member name=
"M:UnityEditor.AnimationUtility.SetKeyBroken(UnityEngine.AnimationCurve,System.Int32,System.Boolean)">
1834       <summary>
1835         <para>Change the specified keyframe broken tangent flag.</para>
1836       </summary>
1837       <param name=
"curve">The curve to modify.</param>
1838       <param name=
"index">Keyframe index.</param>
1839       <param name=
"broken">Broken flag.</param>
1840     </member>
1841     <member name=
"M:UnityEditor.AnimationUtility.SetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility/TangentMode)">
1842       <summary>
1843         <para>Change the specified keyframe tangent mode.</para>
1844       </summary>
1845       <param name=
"curve">The curve to modify.</param>
1846       <param name=
"index">Keyframe index.</param>
1847       <param name=
"tangentMode">Tangent mode.</param>
1848     </member>
1849     <member name=
"M:UnityEditor.AnimationUtility.SetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility/TangentMode)">
1850       <summary>
1851         <para>Change the specified keyframe tangent mode.</para>
1852       </summary>
1853       <param name=
"curve">The curve to modify.</param>
1854       <param name=
"index">Keyframe index.</param>
1855       <param name=
"tangentMode">Tangent mode.</param>
1856     </member>
1857     <member name=
"M:UnityEditor.AnimationUtility.SetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEditor.ObjectReferenceKeyframe[])">
1858       <summary>
1859         <para>Adds, modifies or removes an
object reference curve in a given clip.</para>
1860       </summary>
1861       <param name=
"keyframes">Setting this to null will remove the curve.</param>
1862       <param name=
"clip"></param>
1863       <param name=
"binding"></param>
1864     </member>
1865     <member name=
"T:UnityEditor.AnimationUtility.TangentMode">
1866       <summary>
1867         <para>Tangent constraints
on Keyframe.</para>
1868       </summary>
1869     </member>
1870     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Auto">
1871       <summary>
1872         <para>The tangents are automatically
set to make the curve go smoothly through the key.</para>
1873       </summary>
1874     </member>
1875     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Constant">
1876       <summary>
1877         <para>The curve retains a constant
value between two keys.</para>
1878       </summary>
1879     </member>
1880     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Free">
1881       <summary>
1882         <para>The tangent can be freely
set by dragging the tangent handle.</para>
1883       </summary>
1884     </member>
1885     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Linear">
1886       <summary>
1887         <para>The tangent points towards the neighboring key.</para>
1888       </summary>
1889     </member>
1890     <member name=
"T:UnityEditor.ApiCompatibilityLevel">
1891       <summary>
1892         <para>.NET API compatibility level.</para>
1893       </summary>
1894     </member>
1895     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_2_0">
1896       <summary>
1897         <para>.NET
2.0.</para>
1898       </summary>
1899     </member>
1900     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_2_0_Subset">
1901       <summary>
1902         <para>.NET
2.0 Subset.</para>
1903       </summary>
1904     </member>
1905     <member name=
"T:UnityEditor.ArrayUtility">
1906       <summary>
1907         <para>Helpers
for builtin arrays ...</para>
1908       </summary>
1909     </member>
1910     <member name=
"M:UnityEditor.ArrayUtility.Add(T[]&amp;,T)">
1911       <summary>
1912         <para>Appends item to the end of array.</para>
1913       </summary>
1914       <param name=
"array"></param>
1915       <param name=
"item"></param>
1916     </member>
1917     <member name=
"M:UnityEditor.ArrayUtility.AddRange(T[]&amp;,T[])">
1918       <summary>
1919         <para>Appends items to the end of array.</para>
1920       </summary>
1921       <param name=
"array"></param>
1922       <param name=
"items"></param>
1923     </member>
1924     <member name=
"M:UnityEditor.ArrayUtility.ArrayEquals(T[],T[])">
1925       <summary>
1926         <para>Compares two arrays.</para>
1927       </summary>
1928       <param name=
"lhs"></param>
1929       <param name=
"rhs"></param>
1930       <returns>
1931         <para>True
if both have the same number of elements and the contents are equal.</para>
1932       </returns>
1933     </member>
1934     <member name=
"M:UnityEditor.ArrayUtility.Clear(T[]&amp;)">
1935       <summary>
1936         <para>Clears the array.</para>
1937       </summary>
1938       <param name=
"array"></param>
1939     </member>
1940     <member name=
"M:UnityEditor.ArrayUtility.Contains(T[],T)">
1941       <summary>
1942         <para>Determines
if the array contains the item.</para>
1943       </summary>
1944       <param name=
"array"></param>
1945       <param name=
"item"></param>
1946       <returns>
1947         <para>True
if item is in array, false otherwise.</para>
1948       </returns>
1949     </member>
1950     <member name=
"M:UnityEditor.ArrayUtility.FindIndex(T[],System.Predicate`1&lt;T&gt;)">
1951       <summary>
1952         <para>Find the index of the first element that satisfies the predicate.</para>
1953       </summary>
1954       <param name=
"array"></param>
1955       <param name=
"match"></param>
1956       <returns>
1957         <para>The zero-based index of the first occurrence of the element,
if found; otherwise, �1.</para>
1958       </returns>
1959     </member>
1960     <member name=
"M:UnityEditor.ArrayUtility.IndexOf(T[],T)">
1961       <summary>
1962         <para>Index of first element with
value value.</para>
1963       </summary>
1964       <param name=
"array"></param>
1965       <param name=
"value"></param>
1966       <returns>
1967         <para>The zero-based index of the element,
if found; otherwise -1.</para>
1968       </returns>
1969     </member>
1970     <member name=
"M:UnityEditor.ArrayUtility.Insert(T[]&amp;,System.Int32,T)">
1971       <summary>
1972         <para>Inserts item item at position index.</para>
1973       </summary>
1974       <param name=
"array"></param>
1975       <param name=
"index"></param>
1976       <param name=
"item"></param>
1977     </member>
1978     <member name=
"M:UnityEditor.ArrayUtility.LastIndexOf(T[],T)">
1979       <summary>
1980         <para>Index of the last element with
value value.</para>
1981       </summary>
1982       <param name=
"array"></param>
1983       <param name=
"value"></param>
1984       <returns>
1985         <para>The zero-based index of the element,
if found; otherwise -1.</para>
1986       </returns>
1987     </member>
1988     <member name=
"M:UnityEditor.ArrayUtility.Remove(T[]&amp;,T)">
1989       <summary>
1990         <para>Removes item
from array.</para>
1991       </summary>
1992       <param name=
"array"></param>
1993       <param name=
"item"></param>
1994     </member>
1995     <member name=
"M:UnityEditor.ArrayUtility.RemoveAt(T[]&amp;,System.Int32)">
1996       <summary>
1997         <para>Remove element at position index.</para>
1998       </summary>
1999       <param name=
"array"></param>
2000       <param name=
"index"></param>
2001     </member>
2002     <member name=
"T:UnityEditor.AscentCalculationMode">
2003       <summary>
2004         <para>Method used
for calculating a font's ascent.</para>
2005       </summary>
2006     </member>
2007     <member name=
"F:UnityEditor.AscentCalculationMode.FaceAscender">
2008       <summary>
2009         <para>Ascender method.</para>
2010       </summary>
2011     </member>
2012     <member name=
"F:UnityEditor.AscentCalculationMode.FaceBoundingBox">
2013       <summary>
2014         <para>Bounding box method.</para>
2015       </summary>
2016     </member>
2017     <member name=
"F:UnityEditor.AscentCalculationMode.Legacy2x">
2018       <summary>
2019         <para>Legacy bounding box method.</para>
2020       </summary>
2021     </member>
2022     <member name=
"T:UnityEditor.AspectRatio">
2023       <summary>
2024         <para>Aspect ratio.</para>
2025       </summary>
2026     </member>
2027     <member name=
"F:UnityEditor.AspectRatio.Aspect16by10">
2028       <summary>
2029         <para>
16:10 aspect ratio.</para>
2030       </summary>
2031     </member>
2032     <member name=
"F:UnityEditor.AspectRatio.Aspect16by9">
2033       <summary>
2034         <para>
16:9 aspect ratio.</para>
2035       </summary>
2036     </member>
2037     <member name=
"F:UnityEditor.AspectRatio.Aspect4by3">
2038       <summary>
2039         <para>
4:3 aspect ratio.</para>
2040       </summary>
2041     </member>
2042     <member name=
"F:UnityEditor.AspectRatio.Aspect5by4">
2043       <summary>
2044         <para>
5:4 aspect ratio.</para>
2045       </summary>
2046     </member>
2047     <member name=
"F:UnityEditor.AspectRatio.AspectOthers">
2048       <summary>
2049         <para>Undefined aspect ratios.</para>
2050       </summary>
2051     </member>
2052     <member name=
"T:UnityEditor.AssetBundleBuild">
2053       <summary>
2054         <para>AssetBundle building map entry.</para>
2055       </summary>
2056     </member>
2057     <member name=
"F:UnityEditor.AssetBundleBuild.assetBundleName">
2058       <summary>
2059         <para>AssetBundle name.</para>
2060       </summary>
2061     </member>
2062     <member name=
"F:UnityEditor.AssetBundleBuild.assetBundleVariant">
2063       <summary>
2064         <para>AssetBundle variant.</para>
2065       </summary>
2066     </member>
2067     <member name=
"F:UnityEditor.AssetBundleBuild.assetNames">
2068       <summary>
2069         <para>Asset names which belong to the given AssetBundle.</para>
2070       </summary>
2071     </member>
2072     <member name=
"T:UnityEditor.AssetDatabase">
2073       <summary>
2074         <para>An Interface
for accessing assets and performing operations on assets.</para>
2075       </summary>
2076     </member>
2077     <member name=
"M:UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,System.String)">
2078       <summary>
2079         <para>Adds objectToAdd to an existing asset at path.</para>
2080       </summary>
2081       <param name=
"objectToAdd">Object to add to the existing asset.</param>
2082       <param name=
"path">Filesystem path to the asset.</param>
2083     </member>
2084     <member name=
"M:UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,UnityEngine.Object)">
2085       <summary>
2086         <para>Adds objectToAdd to an existing asset identified
by assetObject.</para>
2087       </summary>
2088       <param name=
"objectToAdd"></param>
2089       <param name=
"assetObject"></param>
2090     </member>
2091     <member name=
"M:UnityEditor.AssetDatabase.AssetPathToGUID(System.String)">
2092       <summary>
2093         <para>Get the GUID
for the asset at path.</para>
2094       </summary>
2095       <param name=
"path">Filesystem path for the asset.</param>
2096       <returns>
2097         <para>GUID.</para>
2098       </returns>
2099     </member>
2100     <member name=
"M:UnityEditor.AssetDatabase.ClearLabels(UnityEngine.Object)">
2101       <summary>
2102         <para>Removes all labels attached to an asset.</para>
2103       </summary>
2104       <param name=
"obj"></param>
2105     </member>
2106     <member name=
"M:UnityEditor.AssetDatabase.Contains(UnityEngine.Object)">
2107       <summary>
2108         <para>Is
object an asset?</para>
2109       </summary>
2110       <param name=
"obj"></param>
2111       <param name=
"instanceID"></param>
2112     </member>
2113     <member name=
"M:UnityEditor.AssetDatabase.Contains(System.Int32)">
2114       <summary>
2115         <para>Is
object an asset?</para>
2116       </summary>
2117       <param name=
"obj"></param>
2118       <param name=
"instanceID"></param>
2119     </member>
2120     <member name=
"M:UnityEditor.AssetDatabase.CopyAsset(System.String,System.String)">
2121       <summary>
2122         <para>Duplicates the asset at path and stores it at newPath.</para>
2123       </summary>
2124       <param name=
"path">Filesystem path of the source asset.</param>
2125       <param name=
"newPath">Filesystem path of the new asset to create.</param>
2126     </member>
2127     <member name=
"M:UnityEditor.AssetDatabase.CreateAsset(UnityEngine.Object,System.String)">
2128       <summary>
2129         <para>Creates a
new asset at path.</para>
2130       </summary>
2131       <param name=
"asset">Object to use in creating the asset.</param>
2132       <param name=
"path">Filesystem path for the new asset.</param>
2133     </member>
2134     <member name=
"M:UnityEditor.AssetDatabase.CreateFolder(System.String,System.String)">
2135       <summary>
2136         <para>Create a
new folder.</para>
2137       </summary>
2138       <param name=
"parentFolder">The name of the parent folder.</param>
2139       <param name=
"newFolderName">The name of the new folder.</param>
2140       <returns>
2141         <para>The GUID of the newly created folder.</para>
2142       </returns>
2143     </member>
2144     <member name=
"M:UnityEditor.AssetDatabase.DeleteAsset(System.String)">
2145       <summary>
2146         <para>Deletes the asset file at path.</para>
2147       </summary>
2148       <param name=
"path">Filesystem path of the asset to be deleted.</param>
2149     </member>
2150     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String)">
2151       <summary>
2152         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2153       </summary>
2154       <param name=
"assetPathNames"></param>
2155       <param name=
"fileName"></param>
2156       <param name=
"flags"></param>
2157       <param name=
"assetPathName"></param>
2158     </member>
2159     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String,System.String)">
2160       <summary>
2161         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2162       </summary>
2163       <param name=
"assetPathNames"></param>
2164       <param name=
"fileName"></param>
2165       <param name=
"flags"></param>
2166       <param name=
"assetPathName"></param>
2167     </member>
2168     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String,System.String,UnityEditor.ExportPackageOptions)">
2169       <summary>
2170         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2171       </summary>
2172       <param name=
"assetPathNames"></param>
2173       <param name=
"fileName"></param>
2174       <param name=
"flags"></param>
2175       <param name=
"assetPathName"></param>
2176     </member>
2177     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String,UnityEditor.ExportPackageOptions)">
2178       <summary>
2179         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2180       </summary>
2181       <param name=
"assetPathNames"></param>
2182       <param name=
"fileName"></param>
2183       <param name=
"flags"></param>
2184       <param name=
"assetPathName"></param>
2185     </member>
2186     <member name=
"M:UnityEditor.AssetDatabase.FindAssets(System.String)">
2187       <summary>
2188         <para>Search the asset database
using a search filter string.</para>
2189       </summary>
2190       <param name=
"filter">The filter string can contain search data for: names, asset labels and types (class names).</param>
2191       <param name=
"searchInFolders">Specifying one or more folders will limit the searching to these folders and their child folders (and is faster than searching all assets).</param>
2192       <returns>
2193         <para>Array of matching asset GUIDs.</para>
2194       </returns>
2195     </member>
2196     <member name=
"M:UnityEditor.AssetDatabase.FindAssets(System.String,System.String[])">
2197       <summary>
2198         <para>Search the asset database
using a search filter string.</para>
2199       </summary>
2200       <param name=
"filter">The filter string can contain search data for: names, asset labels and types (class names).</param>
2201       <param name=
"searchInFolders">Specifying one or more folders will limit the searching to these folders and their child folders (and is faster than searching all assets).</param>
2202       <returns>
2203         <para>Array of matching asset GUIDs.</para>
2204       </returns>
2205     </member>
2206     <member name=
"M:UnityEditor.AssetDatabase.GenerateUniqueAssetPath(System.String)">
2207       <summary>
2208         <para>Creates a
new unique path for an asset.</para>
2209       </summary>
2210       <param name=
"path"></param>
2211     </member>
2212     <member name=
"M:UnityEditor.AssetDatabase.GetAllAssetBundleNames">
2213       <summary>
2214         <para>Return all the AssetBundle names
in the asset database.</para>
2215       </summary>
2216       <returns>
2217         <para>Array of asset bundle names.</para>
2218       </returns>
2219     </member>
2220     <member name=
"M:UnityEditor.AssetDatabase.GetAssetDependencyHash(System.String)">
2221       <summary>
2222         <para>Returns the hash of all the dependencies of an asset.</para>
2223       </summary>
2224       <param name=
"path">Path to the asset.</param>
2225       <returns>
2226         <para>Aggregate hash.</para>
2227       </returns>
2228     </member>
2229     <member name=
"M:UnityEditor.AssetDatabase.GetAssetOrScenePath(UnityEngine.Object)">
2230       <summary>
2231         <para>Returns the path name relative to the project folder
where the asset is stored.</para>
2232       </summary>
2233       <param name=
"assetObject"></param>
2234     </member>
2235     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPath(System.Int32)">
2236       <summary>
2237         <para>Returns the path name relative to the project folder
where the asset is stored.</para>
2238       </summary>
2239       <param name=
"instanceID">The instance ID of the asset.</param>
2240       <param name=
"assetObject">A reference to the asset.</param>
2241       <returns>
2242         <para>The asset path name, or
null, or an empty string if the asset does not exist.</para>
2243       </returns>
2244     </member>
2245     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPath(UnityEngine.Object)">
2246       <summary>
2247         <para>Returns the path name relative to the project folder
where the asset is stored.</para>
2248       </summary>
2249       <param name=
"instanceID">The instance ID of the asset.</param>
2250       <param name=
"assetObject">A reference to the asset.</param>
2251       <returns>
2252         <para>The asset path name, or
null, or an empty string if the asset does not exist.</para>
2253       </returns>
2254     </member>
2255     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPathFromTextMetaFilePath(System.String)">
2256       <summary>
2257         <para>Gets the path to the asset file associated with a text .meta file.</para>
2258       </summary>
2259       <param name=
"path"></param>
2260     </member>
2261     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundle(System.String)">
2262       <summary>
2263         <para>Get the paths of the assets which have been marked with the given assetBundle name.</para>
2264       </summary>
2265       <param name=
"assetBundleName"></param>
2266     </member>
2267     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName(System.String,System.String)">
2268       <summary>
2269         <para>Get the asset paths
from the given assetBundle name and asset name.</para>
2270       </summary>
2271       <param name=
"assetBundleName"></param>
2272       <param name=
"assetName"></param>
2273     </member>
2274     <member name=
"M:UnityEditor.AssetDatabase.GetCachedIcon(System.String)">
2275       <summary>
2276         <para>Retrieves an icon
for the asset at the given asset path.</para>
2277       </summary>
2278       <param name=
"path"></param>
2279     </member>
2280     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String)">
2281       <summary>
2282         <para>Given a pathName, returns the list of all assets that it depends
on.</para>
2283       </summary>
2284       <param name=
"pathName">The path to the asset for which dependencies are required.</param>
2285       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2286       <returns>
2287         <para>The paths of all assets that the input depends
on.</para>
2288       </returns>
2289     </member>
2290     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String,System.Boolean)">
2291       <summary>
2292         <para>Given a pathName, returns the list of all assets that it depends
on.</para>
2293       </summary>
2294       <param name=
"pathName">The path to the asset for which dependencies are required.</param>
2295       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2296       <returns>
2297         <para>The paths of all assets that the input depends
on.</para>
2298       </returns>
2299     </member>
2300     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String[])">
2301       <summary>
2302         <para>Given an array of pathNames, returns the list of all assets that the input depend
on.</para>
2303       </summary>
2304       <param name=
"pathNames">The path to the assets for which dependencies are required.</param>
2305       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2306       <returns>
2307         <para>The paths of all assets that the input depends
on.</para>
2308       </returns>
2309     </member>
2310     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String[],System.Boolean)">
2311       <summary>
2312         <para>Given an array of pathNames, returns the list of all assets that the input depend
on.</para>
2313       </summary>
2314       <param name=
"pathNames">The path to the assets for which dependencies are required.</param>
2315       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2316       <returns>
2317         <para>The paths of all assets that the input depends
on.</para>
2318       </returns>
2319     </member>
2320     <member name=
"M:UnityEditor.AssetDatabase.GetLabels(UnityEngine.Object)">
2321       <summary>
2322         <para>Returns all labels attached to a given asset.</para>
2323       </summary>
2324       <param name=
"obj"></param>
2325     </member>
2326     <member name=
"M:UnityEditor.AssetDatabase.GetMainAssetTypeAtPath(System.String)">
2327       <summary>
2328         <para>Returns the type of the main asset
object at assetPath.</para>
2329       </summary>
2330       <param name=
"assetPath">Filesystem path of the asset to load.</param>
2331     </member>
2332     <member name=
"M:UnityEditor.AssetDatabase.GetSubFolders(System.String)">
2333       <summary>
2334         <para>Given an absolute path to a directory,
this method will return an array of all it's subdirectories.</para>
2335       </summary>
2336       <param name=
"path"></param>
2337     </member>
2338     <member name=
"M:UnityEditor.AssetDatabase.GetTextMetaDataPathFromAssetPath(System.String)">
2339       <summary>
2340         <para>Gets the path to the text .meta file associated with an asset.</para>
2341       </summary>
2342       <param name=
"path">The path to the asset.</param>
2343       <returns>
2344         <para>The path to the .meta text file or empty
string if the file does not exist.</para>
2345       </returns>
2346     </member>
2347     <member name=
"M:UnityEditor.AssetDatabase.GetTextMetaFilePathFromAssetPath(System.String)">
2348       <summary>
2349         <para>Gets the path to the text .meta file associated with an asset.</para>
2350       </summary>
2351       <param name=
"path">The path to the asset.</param>
2352       <returns>
2353         <para>The path to the .meta text file or empty
string if the file does not exist.</para>
2354       </returns>
2355     </member>
2356     <member name=
"M:UnityEditor.AssetDatabase.GetUnusedAssetBundleNames">
2357       <summary>
2358         <para>Return all the unused assetBundle names
in the asset database.</para>
2359       </summary>
2360     </member>
2361     <member name=
"M:UnityEditor.AssetDatabase.GUIDToAssetPath(System.String)">
2362       <summary>
2363         <para>Translate a GUID to its current asset path.</para>
2364       </summary>
2365       <param name=
"guid"></param>
2366     </member>
2367     <member name=
"M:UnityEditor.AssetDatabase.ImportAsset(System.String)">
2368       <summary>
2369         <para>Import asset at path.</para>
2370       </summary>
2371       <param name=
"path"></param>
2372       <param name=
"options"></param>
2373     </member>
2374     <member name=
"M:UnityEditor.AssetDatabase.ImportAsset(System.String,UnityEditor.ImportAssetOptions)">
2375       <summary>
2376         <para>Import asset at path.</para>
2377       </summary>
2378       <param name=
"path"></param>
2379       <param name=
"options"></param>
2380     </member>
2381     <member name=
"M:UnityEditor.AssetDatabase.ImportPackage(System.String,System.Boolean)">
2382       <summary>
2383         <para>Imports package at packagePath
into the current project.</para>
2384       </summary>
2385       <param name=
"packagePath"></param>
2386       <param name=
"interactive"></param>
2387     </member>
2388     <member name=
"M:UnityEditor.AssetDatabase.IsForeignAsset(UnityEngine.Object)">
2389       <summary>
2390         <para>Is asset a foreign asset?</para>
2391       </summary>
2392       <param name=
"obj"></param>
2393       <param name=
"instanceID"></param>
2394     </member>
2395     <member name=
"M:UnityEditor.AssetDatabase.IsForeignAsset(System.Int32)">
2396       <summary>
2397         <para>Is asset a foreign asset?</para>
2398       </summary>
2399       <param name=
"obj"></param>
2400       <param name=
"instanceID"></param>
2401     </member>
2402     <member name=
"M:UnityEditor.AssetDatabase.IsMainAsset(UnityEngine.Object)">
2403       <summary>
2404         <para>Is asset a main asset
in the project window?</para>
2405       </summary>
2406       <param name=
"obj"></param>
2407       <param name=
"instanceID"></param>
2408     </member>
2409     <member name=
"M:UnityEditor.AssetDatabase.IsMainAsset(System.Int32)">
2410       <summary>
2411         <para>Is asset a main asset
in the project window?</para>
2412       </summary>
2413       <param name=
"obj"></param>
2414       <param name=
"instanceID"></param>
2415     </member>
2416     <member name=
"M:UnityEditor.AssetDatabase.IsMainAssetAtPathLoaded(System.String)">
2417       <summary>
2418         <para>Returns
true if the main asset object at assetPath is loaded in memory.</para>
2419       </summary>
2420       <param name=
"assetPath">Filesystem path of the asset to load.</param>
2421     </member>
2422     <member name=
"M:UnityEditor.AssetDatabase.IsNativeAsset(UnityEngine.Object)">
2423       <summary>
2424         <para>Is asset a native asset?</para>
2425       </summary>
2426       <param name=
"obj"></param>
2427       <param name=
"instanceID"></param>
2428     </member>
2429     <member name=
"M:UnityEditor.AssetDatabase.IsNativeAsset(System.Int32)">
2430       <summary>
2431         <para>Is asset a native asset?</para>
2432       </summary>
2433       <param name=
"obj"></param>
2434       <param name=
"instanceID"></param>
2435     </member>
2436     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object)">
2437       <summary>
2438         <para>Use IsOpenForEdit to determine
if the asset is open for edit by the version control.</para>
2439       </summary>
2440       <param name=
"assetPath">Is the path to the asset on disk relative to project folder.</param>
2441       <param name=
"message">Used to give reason for not open.</param>
2442       <param name=
"assetObject"></param>
2443       <param name=
"assetOrMetaFilePath"></param>
2444       <returns>
2445         <para>True
is the asset can be edited.</para>
2446       </returns>
2447     </member>
2448     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String)">
2449       <summary>
2450         <para>Use IsOpenForEdit to determine
if the asset is open for edit by the version control.</para>
2451       </summary>
2452       <param name=
"assetPath">Is the path to the asset on disk relative to project folder.</param>
2453       <param name=
"message">Used to give reason for not open.</param>
2454       <param name=
"assetObject"></param>
2455       <param name=
"assetOrMetaFilePath"></param>
2456       <returns>
2457         <para>True
is the asset can be edited.</para>
2458       </returns>
2459     </member>
2460     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String&amp;)">
2461       <summary>
2462         <para>Use IsOpenForEdit to determine
if the asset is open for edit by the version control.</para>
2463       </summary>
2464       <param name=
"assetPath">Is the path to the asset on disk relative to project folder.</param>
2465       <param name=
"message">Used to give reason for not open.</param>
2466       <param name=
"assetObject"></param>
2467       <param name=
"assetOrMetaFilePath"></param>
2468       <returns>
2469         <para>True
is the asset can be edited.</para>
2470       </returns>
2471     </member>
2472     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String&amp;)">
2473       <summary>
2474         <para>Use IsOpenForEdit to determine
if the asset is open for edit by the version control.</para>
2475       </summary>
2476       <param name=
"assetPath">Is the path to the asset on disk relative to project folder.</param>
2477       <param name=
"message">Used to give reason for not open.</param>
2478       <param name=
"assetObject"></param>
2479       <param name=
"assetOrMetaFilePath"></param>
2480       <returns>
2481         <para>True
is the asset can be edited.</para>
2482       </returns>
2483     </member>
2484     <member name=
"M:UnityEditor.AssetDatabase.IsSubAsset(UnityEngine.Object)">
2485       <summary>
2486         <para>Does the asset form part of another asset?</para>
2487       </summary>
2488       <param name=
"obj">The asset Object to query.</param>
2489       <param name=
"instanceID">Instance ID of the asset Object to query.</param>
2490     </member>
2491     <member name=
"M:UnityEditor.AssetDatabase.IsSubAsset(System.Int32)">
2492       <summary>
2493         <para>Does the asset form part of another asset?</para>
2494       </summary>
2495       <param name=
"obj">The asset Object to query.</param>
2496       <param name=
"instanceID">Instance ID of the asset Object to query.</param>
2497     </member>
2498     <member name=
"M:UnityEditor.AssetDatabase.IsValidFolder(System.String)">
2499       <summary>
2500         <para>Given an absolute path to a folder, returns
true if it exists, false otherwise.</para>
2501       </summary>
2502       <param name=
"path"></param>
2503     </member>
2504     <member name=
"M:UnityEditor.AssetDatabase.LoadAllAssetRepresentationsAtPath(System.String)">
2505       <summary>
2506         <para>Returns all asset representations at assetPath.</para>
2507       </summary>
2508       <param name=
"assetPath"></param>
2509     </member>
2510     <member name=
"M:UnityEditor.AssetDatabase.LoadAllAssetsAtPath(System.String)">
2511       <summary>
2512         <para>Returns an array of all asset objects at assetPath.</para>
2513       </summary>
2514       <param name=
"assetPath">Filesystem path to the asset.</param>
2515     </member>
2516     <member name=
"M:UnityEditor.AssetDatabase.LoadAssetAtPath(System.String,System.Type)">
2517       <summary>
2518         <para>Returns the first asset
object of type type at given path assetPath.</para>
2519       </summary>
2520       <param name=
"assetPath">Path of the asset to load.</param>
2521       <param name=
"type">Data type of the asset.</param>
2522       <returns>
2523         <para>The asset matching the parameters.</para>
2524       </returns>
2525     </member>
2526     <member name=
"M:UnityEditor.AssetDatabase.LoadMainAssetAtPath(System.String)">
2527       <summary>
2528         <para>Returns the main asset
object at assetPath.</para>
2529       </summary>
2530       <param name=
"assetPath">Filesystem path of the asset to load.</param>
2531     </member>
2532     <member name=
"M:UnityEditor.AssetDatabase.MoveAsset(System.String,System.String)">
2533       <summary>
2534         <para>Move an asset file
from one folder to another.</para>
2535       </summary>
2536       <param name=
"oldPath">The path where the asset currently resides.</param>
2537       <param name=
"newPath">The path which the asset should be moved to.</param>
2538       <returns>
2539         <para>An empty
string if the asset has been successfully moved, otherwise an error message.</para>
2540       </returns>
2541     </member>
2542     <member name=
"M:UnityEditor.AssetDatabase.MoveAssetToTrash(System.String)">
2543       <summary>
2544         <para>Moves the asset at path to the trash.</para>
2545       </summary>
2546       <param name=
"path"></param>
2547     </member>
2548     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(System.Int32)">
2549       <summary>
2550         <para>Opens the asset with associated application.</para>
2551       </summary>
2552       <param name=
"instanceID"></param>
2553       <param name=
"lineNumber"></param>
2554       <param name=
"target"></param>
2555     </member>
2556     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(System.Int32,System.Int32)">
2557       <summary>
2558         <para>Opens the asset with associated application.</para>
2559       </summary>
2560       <param name=
"instanceID"></param>
2561       <param name=
"lineNumber"></param>
2562       <param name=
"target"></param>
2563     </member>
2564     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object)">
2565       <summary>
2566         <para>Opens the asset with associated application.</para>
2567       </summary>
2568       <param name=
"instanceID"></param>
2569       <param name=
"lineNumber"></param>
2570       <param name=
"target"></param>
2571     </member>
2572     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object,System.Int32)">
2573       <summary>
2574         <para>Opens the asset with associated application.</para>
2575       </summary>
2576       <param name=
"instanceID"></param>
2577       <param name=
"lineNumber"></param>
2578       <param name=
"target"></param>
2579     </member>
2580     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object[])">
2581       <summary>
2582         <para>Opens the asset(s) with associated application(s).</para>
2583       </summary>
2584       <param name=
"objects"></param>
2585     </member>
2586     <member name=
"M:UnityEditor.AssetDatabase.Refresh()">
2587       <summary>
2588         <para>Import any changed assets.</para>
2589       </summary>
2590       <param name=
"options"></param>
2591     </member>
2592     <member name=
"M:UnityEditor.AssetDatabase.Refresh(UnityEditor.ImportAssetOptions)">
2593       <summary>
2594         <para>Import any changed assets.</para>
2595       </summary>
2596       <param name=
"options"></param>
2597     </member>
2598     <member name=
"M:UnityEditor.AssetDatabase.RemoveAssetBundleName(System.String,System.Boolean)">
2599       <summary>
2600         <para>Remove the assetBundle name
from the asset database. The forceRemove flag is used to indicate if you want to remove it even it's in use.</para>
2601       </summary>
2602       <param name=
"assetBundleName">The assetBundle name you want to remove.</param>
2603       <param name=
"forceRemove">Flag to indicate if you want to remove the assetBundle name even it's in use.</param>
2604     </member>
2605     <member name=
"M:UnityEditor.AssetDatabase.RemoveUnusedAssetBundleNames">
2606       <summary>
2607         <para>Remove all the unused assetBundle names
in the asset database.</para>
2608       </summary>
2609     </member>
2610     <member name=
"M:UnityEditor.AssetDatabase.RenameAsset(System.String,System.String)">
2611       <summary>
2612         <para>Rename an asset file.</para>
2613       </summary>
2614       <param name=
"pathName">The path where the asset currently resides.</param>
2615       <param name=
"newName">The new name which should be given to the asset.</param>
2616       <returns>
2617         <para>An empty
string, if the asset has been successfully renamed, otherwise an error message.</para>
2618       </returns>
2619     </member>
2620     <member name=
"M:UnityEditor.AssetDatabase.SaveAssets">
2621       <summary>
2622         <para>Writes all unsaved asset changes to disk.</para>
2623       </summary>
2624     </member>
2625     <member name=
"M:UnityEditor.AssetDatabase.SetLabels(UnityEngine.Object,System.String[])">
2626       <summary>
2627         <para>Replaces that list of labels
on an asset.</para>
2628       </summary>
2629       <param name=
"obj"></param>
2630       <param name=
"labels"></param>
2631     </member>
2632     <member name=
"M:UnityEditor.AssetDatabase.StartAssetEditing">
2633       <summary>
2634         <para>Begin Asset importing. This lets you
group several asset imports together into one larger import.</para>
2635       </summary>
2636     </member>
2637     <member name=
"M:UnityEditor.AssetDatabase.StopAssetEditing">
2638       <summary>
2639         <para>Stop Asset importing. This lets you
group several asset imports together into one larger import.</para>
2640       </summary>
2641     </member>
2642     <member name=
"M:UnityEditor.AssetDatabase.ValidateMoveAsset(System.String,System.String)">
2643       <summary>
2644         <para>Checks
if an asset file can be moved from one folder to another. (Without actually moving the file).</para>
2645       </summary>
2646       <param name=
"oldPath">The path where the asset currently resides.</param>
2647       <param name=
"newPath">The path which the asset should be moved to.</param>
2648       <returns>
2649         <para>An empty
string if the asset can be moved, otherwise an error message.</para>
2650       </returns>
2651     </member>
2652     <member name=
"M:UnityEditor.AssetDatabase.WriteImportSettingsIfDirty(System.String)">
2653       <summary>
2654         <para>Writes the import settings to disk.</para>
2655       </summary>
2656       <param name=
"path"></param>
2657     </member>
2658     <member name=
"T:UnityEditor.AssetDeleteResult">
2659       <summary>
2660         <para>Result of Asset delete operation</para>
2661       </summary>
2662     </member>
2663     <member name=
"F:UnityEditor.AssetDeleteResult.DidDelete">
2664       <summary>
2665         <para>Tells Unity that the asset was deleted
by the callback. Unity will not try to delete the asset, but will delete the cached version and preview file.</para>
2666       </summary>
2667     </member>
2668     <member name=
"F:UnityEditor.AssetDeleteResult.DidNotDelete">
2669       <summary>
2670         <para>Tells the
internal implementation that the callback did not delete the asset. The asset will be delete by the internal implementation.</para>
2671       </summary>
2672     </member>
2673     <member name=
"F:UnityEditor.AssetDeleteResult.FailedDelete">
2674       <summary>
2675         <para>Tells Unity that the file cannot be deleted and Unity should leave it alone.</para>
2676       </summary>
2677     </member>
2678     <member name=
"T:UnityEditor.AssetImporter">
2679       <summary>
2680         <para>Base
class from which asset importers for specific asset types derive.</para>
2681       </summary>
2682     </member>
2683     <member name=
"P:UnityEditor.AssetImporter.assetBundleName">
2684       <summary>
2685         <para>Get or
set the AssetBundle name.</para>
2686       </summary>
2687     </member>
2688     <member name=
"P:UnityEditor.AssetImporter.assetBundleVariant">
2689       <summary>
2690         <para>Get or
set the AssetBundle variant.</para>
2691       </summary>
2692     </member>
2693     <member name=
"P:UnityEditor.AssetImporter.assetPath">
2694       <summary>
2695         <para>The path name of the asset
for this importer. (Read Only)</para>
2696       </summary>
2697     </member>
2698     <member name=
"P:UnityEditor.AssetImporter.userData">
2699       <summary>
2700         <para>Get or
set any user data.</para>
2701       </summary>
2702     </member>
2703     <member name=
"M:UnityEditor.AssetImporter.GetAtPath(System.String)">
2704       <summary>
2705         <para>Retrieves the asset importer
for the asset at path.</para>
2706       </summary>
2707       <param name=
"path"></param>
2708     </member>
2709     <member name=
"M:UnityEditor.AssetImporter.SaveAndReimport">
2710       <summary>
2711         <para>Save asset importer settings
if asset importer is dirty.</para>
2712       </summary>
2713     </member>
2714     <member name=
"M:UnityEditor.AssetImporter.SetAssetBundleNameAndVariant(System.String,System.String)">
2715       <summary>
2716         <para>Set the AssetBundle name and variant.</para>
2717       </summary>
2718       <param name=
"assetBundleName">AssetBundle name.</param>
2719       <param name=
"assetBundleVariant">AssetBundle variant.</param>
2720     </member>
2721     <member name=
"T:UnityEditor.AssetModificationProcessor">
2722       <summary>
2723         <para>AssetModificationProcessor lets you hook
into saving of serialized assets and
2724       scenes which are edited inside Unity.</para>
2725       </summary>
2726     </member>
2727     <member name=
"T:UnityEditor.AssetMoveResult">
2728       <summary>
2729         <para>Result of Asset move</para>
2730       </summary>
2731     </member>
2732     <member name=
"F:UnityEditor.AssetMoveResult.DidMove">
2733       <summary>
2734         <para>Tells the
internal implementation that the script moved the asset physically on disk.</para>
2735       </summary>
2736     </member>
2737     <member name=
"F:UnityEditor.AssetMoveResult.DidNotMove">
2738       <summary>
2739         <para>Tells the
internal implementation that the asset was not moved physically on disk by the script.</para>
2740       </summary>
2741     </member>
2742     <member name=
"F:UnityEditor.AssetMoveResult.FailedMove">
2743       <summary>
2744         <para>Tells the
internal implementation that the script could not move the assets.</para>
2745       </summary>
2746     </member>
2747     <member name=
"T:UnityEditor.AssetPostprocessor">
2748       <summary>
2749         <para>AssetPostprocessor lets you hook
into the import pipeline and run scripts prior or after importing assets.</para>
2750       </summary>
2751     </member>
2752     <member name=
"P:UnityEditor.AssetPostprocessor.assetImporter">
2753       <summary>
2754         <para>Reference to the asset importer.</para>
2755       </summary>
2756     </member>
2757     <member name=
"P:UnityEditor.AssetPostprocessor.assetPath">
2758       <summary>
2759         <para>The path name of the asset being imported.</para>
2760       </summary>
2761     </member>
2762     <member name=
"M:UnityEditor.AssetPostprocessor.GetPostprocessOrder">
2763       <summary>
2764         <para>Override the order
in which importers are processed.</para>
2765       </summary>
2766     </member>
2767     <member name=
"M:UnityEditor.AssetPostprocessor.GetVersion">
2768       <summary>
2769         <para>Returns the version of the asset postprocessor.</para>
2770       </summary>
2771     </member>
2772     <member name=
"M:UnityEditor.AssetPostprocessor.LogError(System.String)">
2773       <summary>
2774         <para>Logs an import error message to the console.</para>
2775       </summary>
2776       <param name=
"warning"></param>
2777       <param name=
"context"></param>
2778     </member>
2779     <member name=
"M:UnityEditor.AssetPostprocessor.LogError(System.String,UnityEngine.Object)">
2780       <summary>
2781         <para>Logs an import error message to the console.</para>
2782       </summary>
2783       <param name=
"warning"></param>
2784       <param name=
"context"></param>
2785     </member>
2786     <member name=
"M:UnityEditor.AssetPostprocessor.LogWarning(System.String)">
2787       <summary>
2788         <para>Logs an import warning to the console.</para>
2789       </summary>
2790       <param name=
"warning"></param>
2791       <param name=
"context"></param>
2792     </member>
2793     <member name=
"M:UnityEditor.AssetPostprocessor.LogWarning(System.String,UnityEngine.Object)">
2794       <summary>
2795         <para>Logs an import warning to the console.</para>
2796       </summary>
2797       <param name=
"warning"></param>
2798       <param name=
"context"></param>
2799     </member>
2800     <member name=
"T:UnityEditor.AssetPreview">
2801       <summary>
2802         <para>Utility
for fetching asset previews by instance ID of assets, See AssetPreview.GetAssetPreview. Since previews are loaded asynchronously methods are provided for requesting if all previews have been fully loaded, see AssetPreview.IsLoadingAssetPreviews. Loaded previews are stored in a cache, the size of the cache can be controlled by calling [AssetPreview.SetPreviewTextureCacheSize].</para>
2803       </summary>
2804     </member>
2805     <member name=
"M:UnityEditor.AssetPreview.GetAssetPreview(UnityEngine.Object)">
2806       <summary>
2807         <para>Returns a preview texture
for an asset.</para>
2808       </summary>
2809       <param name=
"asset"></param>
2810     </member>
2811     <member name=
"M:UnityEditor.AssetPreview.GetAssetPreview">
2812       <summary>
2813         <para>Returns a preview texture
for an instanceID of an asset.</para>
2814       </summary>
2815     </member>
2816     <member name=
"M:UnityEditor.AssetPreview.GetMiniThumbnail(UnityEngine.Object)">
2817       <summary>
2818         <para>Returns the thumbnail
for an object (like the ones you see in the project view).</para>
2819       </summary>
2820       <param name=
"obj"></param>
2821     </member>
2822     <member name=
"M:UnityEditor.AssetPreview.GetMiniTypeThumbnail(System.Type)">
2823       <summary>
2824         <para>Returns the thumbnail
for the type.</para>
2825       </summary>
2826       <param name=
"type"></param>
2827     </member>
2828     <member name=
"M:UnityEditor.AssetPreview.GetMiniTypeThumbnail">
2829       <summary>
2830         <para>Returns the thumbnail
for the object's type.</para>
2831       </summary>
2832     </member>
2833     <member name=
"M:UnityEditor.AssetPreview.IsLoadingAssetPreview(System.Int32)">
2834       <summary>
2835         <para>Loading previews
is asynchronous so it is useful to know if a specific asset preview is in the process of being loaded so client code e.g can repaint while waiting for the loading to finish.</para>
2836       </summary>
2837       <param name=
"instanceID">InstanceID of the assset that a preview has been requested for by: AssetPreview.GetAssetPreview().</param>
2838     </member>
2839     <member name=
"M:UnityEditor.AssetPreview.IsLoadingAssetPreviews">
2840       <summary>
2841         <para>Loading previews
is asynchronous so it is useful to know if any requested previews are in the process of being loaded so client code e.g can repaint while waiting.</para>
2842       </summary>
2843     </member>
2844     <member name=
"M:UnityEditor.AssetPreview.SetPreviewTextureCacheSize(System.Int32)">
2845       <summary>
2846         <para>Set the asset preview cache to a size that can hold all visible previews
on the screen at once.</para>
2847       </summary>
2848       <param name=
"size">The number of previews that can be loaded into the cache before the least used previews are being unloaded.</param>
2849     </member>
2850     <member name=
"T:UnityEditor.AudioCurveRendering">
2851       <summary>
2852         <para>Antialiased curve rendering functionality used
by audio tools in the editor.</para>
2853       </summary>
2854     </member>
2855     <member name=
"T:UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator">
2856       <summary>
2857         <para>Curve evaluation function that allows simultaneous evaluation of the curve y-
value and a color of the curve at that point.</para>
2858       </summary>
2859       <param name=
"x">Normalized x-position in the range [0; 1] at which the curve should be evaluated.</param>
2860       <param name=
"col">Color of the curve at the evaluated point.</param>
2861     </member>
2862     <member name=
"T:UnityEditor.AudioCurveRendering.AudioCurveEvaluator">
2863       <summary>
2864         <para>Curve evaluation function used to evaluate the curve y-
value and at the specified point.</para>
2865       </summary>
2866       <param name=
"x">Normalized x-position in the range [0; 1] at which the curve should be evaluated.</param>
2867     </member>
2868     <member name=
"T:UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator">
2869       <summary>
2870         <para>Curve evaluation function that allows simultaneous evaluation of the min- and max-curves. The returned minValue and maxValue values are expected to be
in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped. Additionally the color of the curve at this point is evaluated.</para>
2871       </summary>
2872       <param name=
"x">Normalized x-position in the range [0; 1] at which the min- and max-curves should be evaluated.</param>
2873       <param name=
"col">Color of the curve at the specified evaluation point.</param>
2874       <param name=
"minValue">Returned value of the minimum curve. Clamped to [-1; 1].</param>
2875       <param name=
"maxValue">Returned value of the maximum curve. Clamped to [-1; 1].</param>
2876     </member>
2877     <member name=
"M:UnityEditor.AudioCurveRendering.DrawCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveEvaluator,UnityEngine.Color)">
2878       <summary>
2879         <para>Renders a thin curve determined
by the curve evaluation function. The solid color of the curve is set by the curveColor argument.</para>
2880       </summary>
2881       <param name=
"r">Rectangle determining the size of the graph.</param>
2882       <param name=
"eval">Curve evaluation function.</param>
2883       <param name=
"curveColor">Solid fill color of the curve. The alpha-channel determines the amount of opacity.</param>
2884     </member>
2885     <member name=
"M:UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveEvaluator,UnityEngine.Color)">
2886       <summary>
2887         <para>Fills the area between the curve evaluated
by the AudioCurveAndColorEvaluator provided and the bottom of the rectngle with smooth gradients along the edges.</para>
2888       </summary>
2889       <param name=
"r">Rectangle determining the size of the graph.</param>
2890       <param name=
"eval">Normalized x-position in the range [0; 1] at which the curve should be evaluated. The returned value is expected to be in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
2891       <param name=
"curveColor">Solid fill color of the curve. The alpha-channel determines the amount of opacity.</param>
2892     </member>
2893     <member name=
"M:UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveAndColorEvaluator)">
2894       <summary>
2895         <para>Fills the area between the curve evaluated
by the AudioCurveAndColorEvaluator provided and the bottom of the rectngle with smooth gradients along the edges.</para>
2896       </summary>
2897       <param name=
"r">Rectangle determining the size of the graph.</param>
2898       <param name=
"eval">Normalized x-position in the range [0; 1] at which the curve should be evaluated. The returned value is expected to be in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
2899       <param name=
"curveColor">Solid fill color of the curve. The alpha-channel determines the amount of opacity.</param>
2900     </member>
2901     <member name=
"M:UnityEditor.AudioCurveRendering.DrawMinMaxFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioMinMaxCurveAndColorEvaluator)">
2902       <summary>
2903         <para>Fills the area between the two curves evaluated
by the AudioMinMaxCurveAndColorEvaluator provided with smooth gradients along the edges.</para>
2904       </summary>
2905       <param name=
"r">Rectangle determining the size of the graph.</param>
2906       <param name=
"eval">Normalized x-position in the range [0; 1] at which the min- and max-curves should be evaluated. The returned minValue and maxValue values are expected to be in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
2907     </member>
2908     <member name=
"M:UnityEditor.AudioCurveRendering.DrawSymmetricFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveAndColorEvaluator)">
2909       <summary>
2910         <para>Fills the area between the curve evaluated
by the AudioCurveAndColorEvaluator provided and its vertical mirror image with smooth gradients along the edges. Useful for drawing amplitude plots of audio signals.</para>
2911       </summary>
2912       <param name=
"r">Rectangle determining the size of the graph.</param>
2913       <param name=
"eval">Normalized x-position in the range [0; 1] at which the curve should be evaluated. The returned value is expected to be in the range [0; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
2914     </member>
2915     <member name=
"T:UnityEditor.AudioImporter">
2916       <summary>
2917         <para>Audio importer lets you modify AudioClip import settings
from editor scripts.</para>
2918       </summary>
2919     </member>
2920     <member name=
"P:UnityEditor.AudioImporter.compressionBitrate">
2921       <summary>
2922         <para>Compression bitrate.</para>
2923       </summary>
2924     </member>
2925     <member name=
"P:UnityEditor.AudioImporter.defaultSampleSettings">
2926       <summary>
2927         <para>The
default sample settings for the AudioClip importer.</para>
2928       </summary>
2929     </member>
2930     <member name=
"P:UnityEditor.AudioImporter.forceToMono">
2931       <summary>
2932         <para>Force
this clip to mono?</para>
2933       </summary>
2934     </member>
2935     <member name=
"P:UnityEditor.AudioImporter.loadInBackground">
2936       <summary>
2937         <para>Corresponding to the
"Load In Background" flag in the AudioClip inspector, when this flag is set, the loading of the clip will happen delayed without blocking the main thread.</para>
2938       </summary>
2939     </member>
2940     <member name=
"P:UnityEditor.AudioImporter.preloadAudioData">
2941       <summary>
2942         <para>Preloads audio data of the clip
when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded.</para>
2943       </summary>
2944     </member>
2945     <member name=
"M:UnityEditor.AudioImporter.ClearSampleSettingOverride(System.String)">
2946       <summary>
2947         <para>Clears the sample settings
override for the given platform.</para>
2948       </summary>
2949       <param name=
"platform">The platform to clear the overrides for.</param>
2950       <returns>
2951         <para>Returns
true if any overrides were actually cleared.</para>
2952       </returns>
2953     </member>
2954     <member name=
"M:UnityEditor.AudioImporter.ContainsSampleSettingsOverride(System.String)">
2955       <summary>
2956         <para>Returns whether a given build target has its sample settings currently overridden.</para>
2957       </summary>
2958       <param name=
"platform">The platform to query if this AudioImporter has an override for.</param>
2959       <returns>
2960         <para>Returns
true if the platform is currently overriden in this AudioImporter.</para>
2961       </returns>
2962     </member>
2963     <member name=
"M:UnityEditor.AudioImporter.GetOverrideSampleSettings(System.String)">
2964       <summary>
2965         <para>Return the current
override settings for the given platform.</para>
2966       </summary>
2967       <param name=
"platform">The platform to get the override settings for.</param>
2968       <returns>
2969         <para>The
override sample settings for the given platform.</para>
2970       </returns>
2971     </member>
2972     <member name=
"M:UnityEditor.AudioImporter.SetOverrideSampleSettings(System.String,UnityEditor.AudioImporterSampleSettings)">
2973       <summary>
2974         <para>Sets the
override sample settings for the given platform.</para>
2975       </summary>
2976       <param name=
"platform">The platform which will have the sample settings overridden.</param>
2977       <param name=
"settings">The override settings for the given platform.</param>
2978       <returns>
2979         <para>Returns
true if the settings were successfully overriden. Some setting overrides are not possible for the given platform, in which case false is returned and the settings are not registered.</para>
2980       </returns>
2981     </member>
2982     <member name=
"T:UnityEditor.AudioImporterSampleSettings">
2983       <summary>
2984         <para>This structure contains a collection of settings used to define how an AudioClip should be imported.
2985
2986 This structure
is used with the AudioImporter to define how the AudioClip should be imported and treated during loading within the scene.</para>
2987       </summary>
2988     </member>
2989     <member name=
"F:UnityEditor.AudioImporterSampleSettings.compressionFormat">
2990       <summary>
2991         <para>CompressionFormat defines the compression type that the audio file
is encoded to. Different compression types have different performance and audio artifact characteristics.</para>
2992       </summary>
2993     </member>
2994     <member name=
"F:UnityEditor.AudioImporterSampleSettings.loadType">
2995       <summary>
2996         <para>LoadType defines how the imported AudioClip data should be loaded.</para>
2997       </summary>
2998     </member>
2999     <member name=
"F:UnityEditor.AudioImporterSampleSettings.quality">
3000       <summary>
3001         <para>Audio compression quality (
0-1)
3002
3003 Amount of compression. The
value roughly corresponds to the ratio between the resulting and the source file sizes.</para>
3004       </summary>
3005     </member>
3006     <member name=
"F:UnityEditor.AudioImporterSampleSettings.sampleRateOverride">
3007       <summary>
3008         <para>Target sample rate to convert to
when samplerateSetting is set to OverrideSampleRate.</para>
3009       </summary>
3010     </member>
3011     <member name=
"F:UnityEditor.AudioImporterSampleSettings.sampleRateSetting">
3012       <summary>
3013         <para>Defines how the sample rate
is modified (if at all) of the importer audio file.</para>
3014       </summary>
3015     </member>
3016     <member name=
"T:UnityEditor.AudioSampleRateSetting">
3017       <summary>
3018         <para>The sample rate setting used within the AudioImporter. This defines the sample rate conversion of audio
on import.</para>
3019       </summary>
3020     </member>
3021     <member name=
"F:UnityEditor.AudioSampleRateSetting.OptimizeSampleRate">
3022       <summary>
3023         <para>Let Unity deduce the optimal sample rate
for the AudioClip being imported. The audio file will be analysed and a minimal sample rate chosen while still preserving audio quality.</para>
3024       </summary>
3025     </member>
3026     <member name=
"F:UnityEditor.AudioSampleRateSetting.OverrideSampleRate">
3027       <summary>
3028         <para>Override the sample rate of the imported audio file with a custom
value.</para>
3029       </summary>
3030     </member>
3031     <member name=
"F:UnityEditor.AudioSampleRateSetting.PreserveSampleRate">
3032       <summary>
3033         <para>Do not change the sample rate of the imported audio file. The sample rate will be preserved
for the imported AudioClip.</para>
3034       </summary>
3035     </member>
3036     <member name=
"T:UnityEditor.BaseHierarchySort">
3037       <summary>
3038         <para>The
base class used to create new sorting.</para>
3039       </summary>
3040     </member>
3041     <member name=
"P:UnityEditor.BaseHierarchySort.content">
3042       <summary>
3043         <para>The content to display to quickly identify the hierarchy
's mode.</para>
3044       </summary>
3045     </member>
3046     <member name=
"M:UnityEditor.BaseHierarchySort.Compare(UnityEngine.GameObject,UnityEngine.GameObject)">
3047       <summary>
3048         <para>The sorting method used to determine the order of GameObjects.</para>
3049       </summary>
3050       <param name=
"lhs"></param>
3051       <param name=
"rhs"></param>
3052     </member>
3053     <member name=
"T:UnityEditor.BuildAssetBundleOptions">
3054       <summary>
3055         <para>Asset Bundle building options.</para>
3056       </summary>
3057     </member>
3058     <member name=
"F:UnityEditor.BuildAssetBundleOptions.AppendHashToAssetBundleName">
3059       <summary>
3060         <para>Append the hash to the assetBundle name.</para>
3061       </summary>
3062     </member>
3063     <member name=
"F:UnityEditor.BuildAssetBundleOptions.ChunkBasedCompression">
3064       <summary>
3065         <para>Use chunk-based LZ4 compression
when creating the AssetBundle.</para>
3066       </summary>
3067     </member>
3068     <member name=
"F:UnityEditor.BuildAssetBundleOptions.CollectDependencies">
3069       <summary>
3070         <para>Includes all dependencies.</para>
3071       </summary>
3072     </member>
3073     <member name=
"F:UnityEditor.BuildAssetBundleOptions.CompleteAssets">
3074       <summary>
3075         <para>Forces inclusion of the entire asset.</para>
3076       </summary>
3077     </member>
3078     <member name=
"F:UnityEditor.BuildAssetBundleOptions.DeterministicAssetBundle">
3079       <summary>
3080         <para>Builds an asset bundle
using a hash for the id of the object stored in the asset bundle.</para>
3081       </summary>
3082     </member>
3083     <member name=
"F:UnityEditor.BuildAssetBundleOptions.DisableWriteTypeTree">
3084       <summary>
3085         <para>Do not include type information within the AssetBundle.</para>
3086       </summary>
3087     </member>
3088     <member name=
"F:UnityEditor.BuildAssetBundleOptions.ForceRebuildAssetBundle">
3089       <summary>
3090         <para>Force rebuild the assetBundles.</para>
3091       </summary>
3092     </member>
3093     <member name=
"F:UnityEditor.BuildAssetBundleOptions.IgnoreTypeTreeChanges">
3094       <summary>
3095         <para>Ignore the type tree changes
when doing the incremental build check.</para>
3096       </summary>
3097     </member>
3098     <member name=
"F:UnityEditor.BuildAssetBundleOptions.None">
3099       <summary>
3100         <para>Build assetBundle without any special option.</para>
3101       </summary>
3102     </member>
3103     <member name=
"F:UnityEditor.BuildAssetBundleOptions.OmitClassVersions">
3104       <summary>
3105         <para>Do not include
class version numbers when writing out an AssetBundle.</para>
3106       </summary>
3107     </member>
3108     <member name=
"F:UnityEditor.BuildAssetBundleOptions.StrictMode">
3109       <summary>
3110         <para>Do not allow the build to succeed
if any errors are reporting during it.</para>
3111       </summary>
3112     </member>
3113     <member name=
"F:UnityEditor.BuildAssetBundleOptions.UncompressedAssetBundle">
3114       <summary>
3115         <para>Don
't compress the data when creating the asset bundle.</para>
3116       </summary>
3117     </member>
3118     <member name=
"T:UnityEditor.BuildOptions">
3119       <summary>
3120         <para>Building options. Multiple options can be combined together.</para>
3121       </summary>
3122     </member>
3123     <member name=
"F:UnityEditor.BuildOptions.AcceptExternalModificationsToPlayer">
3124       <summary>
3125         <para>Used
when building Xcode (iOS) or Eclipse (Android) projects.</para>
3126       </summary>
3127     </member>
3128     <member name=
"F:UnityEditor.BuildOptions.AllowDebugging">
3129       <summary>
3130         <para>Allow script debuggers to attach to the player remotely.</para>
3131       </summary>
3132     </member>
3133     <member name=
"F:UnityEditor.BuildOptions.AutoRunPlayer">
3134       <summary>
3135         <para>Run the built player.</para>
3136       </summary>
3137     </member>
3138     <member name=
"F:UnityEditor.BuildOptions.BuildAdditionalStreamedScenes">
3139       <summary>
3140         <para>Build a compressed asset bundle that contains streamed scenes loadable with the WWW
class.</para>
3141       </summary>
3142     </member>
3143     <member name=
"F:UnityEditor.BuildOptions.BuildScriptsOnly">
3144       <summary>
3145         <para>Build only the scripts of a project.</para>
3146       </summary>
3147     </member>
3148     <member name=
"F:UnityEditor.BuildOptions.ConnectWithProfiler">
3149       <summary>
3150         <para>Start the player with a connection to the profiler
in the editor.</para>
3151       </summary>
3152     </member>
3153     <member name=
"F:UnityEditor.BuildOptions.Development">
3154       <summary>
3155         <para>Build a development version of the player.</para>
3156       </summary>
3157     </member>
3158     <member name=
"F:UnityEditor.BuildOptions.EnableHeadlessMode">
3159       <summary>
3160         <para>Build headless Linux standalone.</para>
3161       </summary>
3162     </member>
3163     <member name=
"F:UnityEditor.BuildOptions.ForceEnableAssertions">
3164       <summary>
3165         <para>Include assertions
in the build. By default, the assertions are only included in development builds.</para>
3166       </summary>
3167     </member>
3168     <member name=
"F:UnityEditor.BuildOptions.ForceOptimizeScriptCompilation">
3169       <summary>
3170         <para>Force full optimizations
for script complilation in Development builds.</para>
3171       </summary>
3172     </member>
3173     <member name=
"F:UnityEditor.BuildOptions.None">
3174       <summary>
3175         <para>Perform the specified build without any special settings or extra tasks.</para>
3176       </summary>
3177     </member>
3178     <member name=
"F:UnityEditor.BuildOptions.ShowBuiltPlayer">
3179       <summary>
3180         <para>Show the built player.</para>
3181       </summary>
3182     </member>
3183     <member name=
"F:UnityEditor.BuildOptions.StrictMode">
3184       <summary>
3185         <para>Do not allow the build to succeed
if any errors are reporting during it.</para>
3186       </summary>
3187     </member>
3188     <member name=
"F:UnityEditor.BuildOptions.SymlinkLibraries">
3189       <summary>
3190         <para>Symlink runtime libraries
when generating iOS Xcode project. (Faster iteration time).</para>
3191       </summary>
3192     </member>
3193     <member name=
"F:UnityEditor.BuildOptions.UncompressedAssetBundle">
3194       <summary>
3195         <para>Don
't compress the data when creating the asset bundle.</para>
3196       </summary>
3197     </member>
3198     <member name=
"F:UnityEditor.BuildOptions.WebPlayerOfflineDeployment">
3199       <summary>
3200         <para>Copy UnityObject.js alongside Web Player so it wouldn
't have to be downloaded from internet.</para>
3201       </summary>
3202     </member>
3203     <member name=
"T:UnityEditor.BuildPipeline">
3204       <summary>
3205         <para>Lets you programmatically build players or AssetBundles which can be loaded
from the web.</para>
3206       </summary>
3207     </member>
3208     <member name=
"P:UnityEditor.BuildPipeline.isBuildingPlayer">
3209       <summary>
3210         <para>Is a player currently being built?</para>
3211       </summary>
3212     </member>
3213     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String)">
3214       <summary>
3215         <para>Builds an asset bundle.</para>
3216       </summary>
3217       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3218       <param name=
"assets">An array of assets to write into the bundle.</param>
3219       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3220       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3221       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3222       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3223     </member>
3224     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions)">
3225       <summary>
3226         <para>Builds an asset bundle.</para>
3227       </summary>
3228       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3229       <param name=
"assets">An array of assets to write into the bundle.</param>
3230       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3231       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3232       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3233       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3234     </member>
3235     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,UnityEditor.BuildAssetBundleOptions)">
3236       <summary>
3237         <para>Builds an asset bundle.</para>
3238       </summary>
3239       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3240       <param name=
"assets">An array of assets to write into the bundle.</param>
3241       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3242       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3243       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3244       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3245     </member>
3246     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32&amp;)">
3247       <summary>
3248         <para>Builds an asset bundle.</para>
3249       </summary>
3250       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3251       <param name=
"assets">An array of assets to write into the bundle.</param>
3252       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3253       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3254       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3255       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3256     </member>
3257     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3258       <summary>
3259         <para>Builds an asset bundle.</para>
3260       </summary>
3261       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3262       <param name=
"assets">An array of assets to write into the bundle.</param>
3263       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3264       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3265       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3266       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3267     </member>
3268     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3269       <summary>
3270         <para>Builds an asset bundle.</para>
3271       </summary>
3272       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3273       <param name=
"assets">An array of assets to write into the bundle.</param>
3274       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3275       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3276       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3277       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3278     </member>
3279     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,UnityEditor.BuildAssetBundleOptions)">
3280       <summary>
3281         <para>Builds an asset bundle, with custom names
for the assets.</para>
3282       </summary>
3283       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3284       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3285 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3286       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3287       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3288       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3289       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3290     </member>
3291     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions)">
3292       <summary>
3293         <para>Builds an asset bundle, with custom names
for the assets.</para>
3294       </summary>
3295       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3296       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3297 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3298       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3299       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3300       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3301       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3302     </member>
3303     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String)">
3304       <summary>
3305         <para>Builds an asset bundle, with custom names
for the assets.</para>
3306       </summary>
3307       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3308       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3309 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3310       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3311       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3312       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3313       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3314     </member>
3315     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32&amp;)">
3316       <summary>
3317         <para>Builds an asset bundle, with custom names
for the assets.</para>
3318       </summary>
3319       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3320       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3321 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3322       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3323       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3324       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3325       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3326     </member>
3327     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3328       <summary>
3329         <para>Builds an asset bundle, with custom names
for the assets.</para>
3330       </summary>
3331       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3332       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3333 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3334       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3335       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3336       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3337       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3338     </member>
3339     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3340       <summary>
3341         <para>Builds an asset bundle, with custom names
for the assets.</para>
3342       </summary>
3343       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3344       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3345 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3346       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3347       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3348       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3349       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3350     </member>
3351     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3352       <summary>
3353         <para>Build all AssetBundles specified
in the editor.</para>
3354       </summary>
3355       <param name=
"outputPath">Output path for the AssetBundles.</param>
3356       <param name=
"assetBundleOptions">AssetBundle building options.</param>
3357       <param name=
"targetPlatform">Target build platform.</param>
3358     </member>
3359     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.AssetBundleBuild[],UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3360       <summary>
3361         <para>Build AssetBundles
from a building map.</para>
3362       </summary>
3363       <param name=
"outputPath">Output path for the AssetBundles.</param>
3364       <param name=
"assetBundleOptions">AssetBundle building options.</param>
3365       <param name=
"targetPlatform">Target build platform.</param>
3366       <param name=
"builds">AssetBundle building map.</param>
3367     </member>
3368     <member name=
"M:UnityEditor.BuildPipeline.BuildPlayer(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)">
3369       <summary>
3370         <para>Builds a player.</para>
3371       </summary>
3372       <param name=
"levels">The scenes to be included in the build. If empty, the currently open scene will be built. Paths are relative to the project folder (AssetsMyLevelsMyScene.unity).</param>
3373       <param name=
"locationPathName">The path where the application will be built.</param>
3374       <param name=
"target">The BuildTarget to build.</param>
3375       <param name=
"options">Additional BuildOptions, like whether to run the built player.</param>
3376       <returns>
3377         <para>An error message
if an error occurred.</para>
3378       </returns>
3379     </member>
3380     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget)">
3381       <summary>
3382         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3383       </summary>
3384       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3385       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3386       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3387       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3388       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3389       <returns>
3390         <para>String with an error message, empty
on success.</para>
3391       </returns>
3392     </member>
3393     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32&amp;)">
3394       <summary>
3395         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3396       </summary>
3397       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3398       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3399       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3400       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3401       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3402       <returns>
3403         <para>String with an error message, empty
on success.</para>
3404       </returns>
3405     </member>
3406     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)">
3407       <summary>
3408         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3409       </summary>
3410       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3411       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3412       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3413       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3414       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3415       <returns>
3416         <para>String with an error message, empty
on success.</para>
3417       </returns>
3418     </member>
3419     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32&amp;,UnityEditor.BuildOptions)">
3420       <summary>
3421         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3422       </summary>
3423       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3424       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3425       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3426       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3427       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3428       <returns>
3429         <para>String with an error message, empty
on success.</para>
3430       </returns>
3431     </member>
3432     <member name=
"M:UnityEditor.BuildPipeline.GetCRCForAssetBundle(System.String,System.UInt32&amp;)">
3433       <summary>
3434         <para>Extract the crc checksum
for the given AssetBundle.</para>
3435       </summary>
3436       <param name=
"targetPath"></param>
3437       <param name=
"crc"></param>
3438     </member>
3439     <member name=
"M:UnityEditor.BuildPipeline.GetHashForAssetBundle(System.String,UnityEngine.Hash128&amp;)">
3440       <summary>
3441         <para>Extract the hash
for the given AssetBundle.</para>
3442       </summary>
3443       <param name=
"targetPath"></param>
3444       <param name=
"hash"></param>
3445     </member>
3446     <member name=
"M:UnityEditor.BuildPipeline.PopAssetDependencies">
3447       <summary>
3448         <para>Lets you manage cross-references and dependencies between different asset bundles and player builds.</para>
3449       </summary>
3450     </member>
3451     <member name=
"M:UnityEditor.BuildPipeline.PushAssetDependencies">
3452       <summary>
3453         <para>Lets you manage cross-references and dependencies between different asset bundles and player builds.</para>
3454       </summary>
3455     </member>
3456     <member name=
"T:UnityEditor.BuildTarget">
3457       <summary>
3458         <para>Target build platform.</para>
3459       </summary>
3460     </member>
3461     <member name=
"F:UnityEditor.BuildTarget.iOS">
3462       <summary>
3463         <para>Build an iOS player.</para>
3464       </summary>
3465     </member>
3466     <member name=
"F:UnityEditor.BuildTarget.iPhone">
3467       <summary>
3468         <para>OBSOLETE: Use iOS. Build an iOS player.</para>
3469       </summary>
3470     </member>
3471     <member name=
"F:UnityEditor.BuildTarget.tvOS">
3472       <summary>
3473         <para>Build to Apple
's tvOS platform.</para>
3474       </summary>
3475     </member>
3476     <member name=
"F:UnityEditor.BuildTarget.Android">
3477       <summary>
3478         <para>Build an Android .apk standalone app.</para>
3479       </summary>
3480     </member>
3481     <member name=
"F:UnityEditor.BuildTarget.Nintendo3DS">
3482       <summary>
3483         <para>Build to Nintendo 3DS platform.</para>
3484       </summary>
3485     </member>
3486     <member name=
"F:UnityEditor.BuildTarget.PS3">
3487       <summary>
3488         <para>Build a PS3 Standalone.</para>
3489       </summary>
3490     </member>
3491     <member name=
"F:UnityEditor.BuildTarget.PS4">
3492       <summary>
3493         <para>Build a PS4 Standalone.</para>
3494       </summary>
3495     </member>
3496     <member name=
"F:UnityEditor.BuildTarget.PSP2">
3497       <summary>
3498         <para>Build a PS Vita Standalone.</para>
3499       </summary>
3500     </member>
3501     <member name=
"F:UnityEditor.BuildTarget.SamsungTV">
3502       <summary>
3503         <para>Build to Samsung Smart TV platform.</para>
3504       </summary>
3505     </member>
3506     <member name=
"F:UnityEditor.BuildTarget.StandaloneLinux">
3507       <summary>
3508         <para>Build a Linux standalone.</para>
3509       </summary>
3510     </member>
3511     <member name=
"F:UnityEditor.BuildTarget.StandaloneLinux64">
3512       <summary>
3513         <para>Build a Linux
64-bit standalone.</para>
3514       </summary>
3515     </member>
3516     <member name=
"F:UnityEditor.BuildTarget.StandaloneLinuxUniversal">
3517       <summary>
3518         <para>Build a Linux universal standalone.</para>
3519       </summary>
3520     </member>
3521     <member name=
"F:UnityEditor.BuildTarget.StandaloneOSXIntel">
3522       <summary>
3523         <para>Build an OS X standalone (Intel only).</para>
3524       </summary>
3525     </member>
3526     <member name=
"F:UnityEditor.BuildTarget.StandaloneOSXIntel64">
3527       <summary>
3528         <para>Build an OSX Intel
64-bit standalone.</para>
3529       </summary>
3530     </member>
3531     <member name=
"F:UnityEditor.BuildTarget.StandaloneOSXUniversal">
3532       <summary>
3533         <para>Build a universal OSX standalone.</para>
3534       </summary>
3535     </member>
3536     <member name=
"F:UnityEditor.BuildTarget.StandaloneWindows">
3537       <summary>
3538         <para>Build a Windows standalone.</para>
3539       </summary>
3540     </member>
3541     <member name=
"F:UnityEditor.BuildTarget.StandaloneWindows64">
3542       <summary>
3543         <para>Build a Windows
64-bit standalone.</para>
3544       </summary>
3545     </member>
3546     <member name=
"F:UnityEditor.BuildTarget.Tizen">
3547       <summary>
3548         <para>Build a Tizen player.</para>
3549       </summary>
3550     </member>
3551     <member name=
"F:UnityEditor.BuildTarget.WebGL">
3552       <summary>
3553         <para>WebGL.</para>
3554       </summary>
3555     </member>
3556     <member name=
"F:UnityEditor.BuildTarget.WebPlayer">
3557       <summary>
3558         <para>Build a web player. (This build target
is deprecated. Building for web player will no longer be supported in future versions of Unity.)</para>
3559       </summary>
3560     </member>
3561     <member name=
"F:UnityEditor.BuildTarget.WebPlayerStreamed">
3562       <summary>
3563         <para>Build a streamed web player.</para>
3564       </summary>
3565     </member>
3566     <member name=
"F:UnityEditor.BuildTarget.WiiU">
3567       <summary>
3568         <para>Build a Wii U standalone.</para>
3569       </summary>
3570     </member>
3571     <member name=
"F:UnityEditor.BuildTarget.WP8Player">
3572       <summary>
3573         <para>Build a Windows Phone
8 player.</para>
3574       </summary>
3575     </member>
3576     <member name=
"F:UnityEditor.BuildTarget.WSAPlayer">
3577       <summary>
3578         <para>Build an Windows Store Apps player.</para>
3579       </summary>
3580     </member>
3581     <member name=
"F:UnityEditor.BuildTarget.XBOX360">
3582       <summary>
3583         <para>Build a XBox Standalone.</para>
3584       </summary>
3585     </member>
3586     <member name=
"F:UnityEditor.BuildTarget.XboxOne">
3587       <summary>
3588         <para>Build a Xbox One Standalone.</para>
3589       </summary>
3590     </member>
3591     <member name=
"T:UnityEditor.BuildTargetGroup">
3592       <summary>
3593         <para>Build target
group.</para>
3594       </summary>
3595     </member>
3596     <member name=
"F:UnityEditor.BuildTargetGroup.iOS">
3597       <summary>
3598         <para>Apple iOS target.</para>
3599       </summary>
3600     </member>
3601     <member name=
"F:UnityEditor.BuildTargetGroup.iPhone">
3602       <summary>
3603         <para>OBSOLETE: Use iOS. Apple iOS target.</para>
3604       </summary>
3605     </member>
3606     <member name=
"F:UnityEditor.BuildTargetGroup.tvOS">
3607       <summary>
3608         <para>Apple
's tvOS target.</para>
3609       </summary>
3610     </member>
3611     <member name=
"F:UnityEditor.BuildTargetGroup.Android">
3612       <summary>
3613         <para>Android target.</para>
3614       </summary>
3615     </member>
3616     <member name=
"F:UnityEditor.BuildTargetGroup.Nintendo3DS">
3617       <summary>
3618         <para>Nintendo 3DS target.</para>
3619       </summary>
3620     </member>
3621     <member name=
"F:UnityEditor.BuildTargetGroup.PS3">
3622       <summary>
3623         <para>Sony Playstation
3 target.</para>
3624       </summary>
3625     </member>
3626     <member name=
"F:UnityEditor.BuildTargetGroup.PS4">
3627       <summary>
3628         <para>Sony Playstation
4 target.</para>
3629       </summary>
3630     </member>
3631     <member name=
"F:UnityEditor.BuildTargetGroup.PSP2">
3632       <summary>
3633         <para>Sony PS Vita target.</para>
3634       </summary>
3635     </member>
3636     <member name=
"F:UnityEditor.BuildTargetGroup.SamsungTV">
3637       <summary>
3638         <para>Samsung Smart TV target.</para>
3639       </summary>
3640     </member>
3641     <member name=
"F:UnityEditor.BuildTargetGroup.Standalone">
3642       <summary>
3643         <para>Mac/PC standalone target.</para>
3644       </summary>
3645     </member>
3646     <member name=
"F:UnityEditor.BuildTargetGroup.Tizen">
3647       <summary>
3648         <para>Samsung Tizen target.</para>
3649       </summary>
3650     </member>
3651     <member name=
"F:UnityEditor.BuildTargetGroup.Unknown">
3652       <summary>
3653         <para>Unknown target.</para>
3654       </summary>
3655     </member>
3656     <member name=
"F:UnityEditor.BuildTargetGroup.WebGL">
3657       <summary>
3658         <para>WebGL.</para>
3659       </summary>
3660     </member>
3661     <member name=
"F:UnityEditor.BuildTargetGroup.WebPlayer">
3662       <summary>
3663         <para>Mac/PC webplayer target.</para>
3664       </summary>
3665     </member>
3666     <member name=
"F:UnityEditor.BuildTargetGroup.WiiU">
3667       <summary>
3668         <para>Nintendo Wii U target.</para>
3669       </summary>
3670     </member>
3671     <member name=
"F:UnityEditor.BuildTargetGroup.WP8">
3672       <summary>
3673         <para>Windows Phone
8 target.</para>
3674       </summary>
3675     </member>
3676     <member name=
"F:UnityEditor.BuildTargetGroup.WSA">
3677       <summary>
3678         <para>Windows Store Apps target.</para>
3679       </summary>
3680     </member>
3681     <member name=
"F:UnityEditor.BuildTargetGroup.XBOX360">
3682       <summary>
3683         <para>Microsoft XBOX360 target.</para>
3684       </summary>
3685     </member>
3686     <member name=
"F:UnityEditor.BuildTargetGroup.XboxOne">
3687       <summary>
3688         <para>Microsoft Xbox One target.</para>
3689       </summary>
3690     </member>
3691     <member name=
"T:UnityEditor.CallbackOrderAttribute">
3692       <summary>
3693         <para>Base
class for Attributes that require a callback index.</para>
3694       </summary>
3695     </member>
3696     <member name=
"T:UnityEditor.Callbacks.DidReloadScripts">
3697       <summary>
3698         <para>Add
this attribute to a method to get a notification after scripts have been reloaded.</para>
3699       </summary>
3700     </member>
3701     <member name=
"M:UnityEditor.Callbacks.DidReloadScripts.#ctor">
3702       <summary>
3703         <para>DidReloadScripts attribute.</para>
3704       </summary>
3705       <param name=
"callbackOrder">Order in which separate attributes will be processed.</param>
3706     </member>
3707     <member name=
"M:UnityEditor.Callbacks.DidReloadScripts.#ctor(System.Int32)">
3708       <summary>
3709         <para>DidReloadScripts attribute.</para>
3710       </summary>
3711       <param name=
"callbackOrder">Order in which separate attributes will be processed.</param>
3712     </member>
3713     <member name=
"T:UnityEditor.Callbacks.OnOpenAssetAttribute">
3714       <summary>
3715         <para>Callback attribute
for opening an asset in Unity (e.g the callback is fired when double clicking an asset in the Project Browser).</para>
3716       </summary>
3717     </member>
3718     <member name=
"T:UnityEditor.Callbacks.PostProcessBuildAttribute">
3719       <summary>
3720         <para>Add
this attribute to a method to get a notification just after building the player.</para>
3721       </summary>
3722     </member>
3723     <member name=
"T:UnityEditor.Callbacks.PostProcessSceneAttribute">
3724       <summary>
3725         <para>Add
this attribute to a method to get a notification just after building the scene.</para>
3726       </summary>
3727     </member>
3728     <member name=
"T:UnityEditor.CanEditMultipleObjects">
3729       <summary>
3730         <para>Attribute used to make a custom editor support multi-
object editing.</para>
3731       </summary>
3732     </member>
3733     <member name=
"T:UnityEditor.ClipAnimationInfoCurve">
3734       <summary>
3735         <para>Stores a curve and its name that will be used to create additionnal curves during the import process.</para>
3736       </summary>
3737     </member>
3738     <member name=
"F:UnityEditor.ClipAnimationInfoCurve.curve">
3739       <summary>
3740         <para>The animation curve.</para>
3741       </summary>
3742     </member>
3743     <member name=
"F:UnityEditor.ClipAnimationInfoCurve.name">
3744       <summary>
3745         <para>The name of the animation curve.</para>
3746       </summary>
3747     </member>
3748     <member name=
"T:UnityEditor.ClipAnimationMaskType">
3749       <summary>
3750         <para>AnimationClip mask options
for ModelImporterClipAnimation.</para>
3751       </summary>
3752     </member>
3753     <member name=
"F:UnityEditor.ClipAnimationMaskType.CopyFromOther">
3754       <summary>
3755         <para>Use a mask
from your project to specify which transforms animation should be imported.</para>
3756       </summary>
3757     </member>
3758     <member name=
"F:UnityEditor.ClipAnimationMaskType.CreateFromThisModel">
3759       <summary>
3760         <para>A mask containing all the transform
in the file will be created internally.</para>
3761       </summary>
3762     </member>
3763     <member name=
"T:UnityEditor.ColorPickerHDRConfig">
3764       <summary>
3765         <para>Used
as input to ColorField to configure the HDR color ranges in the ColorPicker.</para>
3766       </summary>
3767     </member>
3768     <member name=
"F:UnityEditor.ColorPickerHDRConfig.maxBrightness">
3769       <summary>
3770         <para>Maximum allowed color component
value when using the ColorPicker.</para>
3771       </summary>
3772     </member>
3773     <member name=
"F:UnityEditor.ColorPickerHDRConfig.maxExposureValue">
3774       <summary>
3775         <para>Maximum exposure
value allowed in the Color Picker.</para>
3776       </summary>
3777     </member>
3778     <member name=
"F:UnityEditor.ColorPickerHDRConfig.minBrightness">
3779       <summary>
3780         <para>Minimum allowed color component
value when using the ColorPicker.</para>
3781       </summary>
3782     </member>
3783     <member name=
"F:UnityEditor.ColorPickerHDRConfig.minExposureValue">
3784       <summary>
3785         <para>Minimum exposure
value allowed in the Color Picker.</para>
3786       </summary>
3787     </member>
3788     <member name=
"M:UnityEditor.ColorPickerHDRConfig.#ctor(System.Single,System.Single,System.Single,System.Single)">
3789       <summary>
3790         <para></para>
3791       </summary>
3792       <param name=
"minBrightness">Minimum brightness value allowed when using the Color Picker.</param>
3793       <param name=
"maxBrightness">Maximum brightness value allowed when using the Color Picker.</param>
3794       <param name=
"minExposureValue">Minimum exposure value used in the tonemapping section of the Color Picker.</param>
3795       <param name=
"maxExposureValue">Maximum exposure value used in the tonemapping section of the Color Picker.</param>
3796     </member>
3797     <member name=
"T:UnityEditor.CustomEditor">
3798       <summary>
3799         <para>Tells an Editor
class which run-time type it's an editor for.</para>
3800       </summary>
3801     </member>
3802     <member name=
"P:UnityEditor.CustomEditor.isFallback">
3803       <summary>
3804         <para>If
true, match this editor only if all non-fallback editors do not match. Defaults to false.</para>
3805       </summary>
3806     </member>
3807     <member name=
"M:UnityEditor.CustomEditor.#ctor(System.Type)">
3808       <summary>
3809         <para>Defines which
object type the custom editor class can edit.</para>
3810       </summary>
3811       <param name=
"inspectedType">Type that this editor can edit.</param>
3812       <param name=
"editorForChildClasses">If true, child classes of inspectedType will also show this editor. Defaults to false.</param>
3813     </member>
3814     <member name=
"M:UnityEditor.CustomEditor.#ctor(System.Type,System.Boolean)">
3815       <summary>
3816         <para>Defines which
object type the custom editor class can edit.</para>
3817       </summary>
3818       <param name=
"inspectedType">Type that this editor can edit.</param>
3819       <param name=
"editorForChildClasses">If true, child classes of inspectedType will also show this editor. Defaults to false.</param>
3820     </member>
3821     <member name=
"T:UnityEditor.CustomPreviewAttribute">
3822       <summary>
3823         <para>Adds an extra preview
in the Inspector for the specified type.</para>
3824       </summary>
3825     </member>
3826     <member name=
"M:UnityEditor.CustomPreviewAttribute.#ctor(System.Type)">
3827       <summary>
3828         <para>Tells a DefaultPreview which
class it's a preview for.</para>
3829       </summary>
3830       <param name=
"type">The type you want to create a custom preview for.</param>
3831     </member>
3832     <member name=
"T:UnityEditor.CustomPropertyDrawer">
3833       <summary>
3834         <para>Tells a custom PropertyDrawer or DecoratorDrawer which run-time Serializable
class or PropertyAttribute it's a drawer for.</para>
3835       </summary>
3836     </member>
3837     <member name=
"M:UnityEditor.CustomPropertyDrawer.#ctor(System.Type)">
3838       <summary>
3839         <para>Tells a PropertyDrawer or DecoratorDrawer
class which run-time class or attribute it's a drawer for.</para>
3840       </summary>
3841       <param name=
"type">If the drawer is for a custom Serializable class, the type should be that class. If the drawer is for script variables with a specific PropertyAttribute, the type should be that attribute.</param>
3842       <param name=
"useForChildren">If true, the drawer will be used for any children of the specified class unless they define their own drawer.</param>
3843     </member>
3844     <member name=
"M:UnityEditor.CustomPropertyDrawer.#ctor(System.Type,System.Boolean)">
3845       <summary>
3846         <para>Tells a PropertyDrawer or DecoratorDrawer
class which run-time class or attribute it's a drawer for.</para>
3847       </summary>
3848       <param name=
"type">If the drawer is for a custom Serializable class, the type should be that class. If the drawer is for script variables with a specific PropertyAttribute, the type should be that attribute.</param>
3849       <param name=
"useForChildren">If true, the drawer will be used for any children of the specified class unless they define their own drawer.</param>
3850     </member>
3851     <member name=
"T:UnityEditor.D3D11FullscreenMode">
3852       <summary>
3853         <para>Direct3D
11 fullscreen mode.</para>
3854       </summary>
3855     </member>
3856     <member name=
"F:UnityEditor.D3D11FullscreenMode.ExclusiveMode">
3857       <summary>
3858         <para>Exclusive mode.</para>
3859       </summary>
3860     </member>
3861     <member name=
"F:UnityEditor.D3D11FullscreenMode.FullscreenWindow">
3862       <summary>
3863         <para>Fullscreen window.</para>
3864       </summary>
3865     </member>
3866     <member name=
"T:UnityEditor.D3D9FullscreenMode">
3867       <summary>
3868         <para>Direct3D
9 fullscreen mode.</para>
3869       </summary>
3870     </member>
3871     <member name=
"F:UnityEditor.D3D9FullscreenMode.ExclusiveMode">
3872       <summary>
3873         <para>Exclusive mode.</para>
3874       </summary>
3875     </member>
3876     <member name=
"F:UnityEditor.D3D9FullscreenMode.FullscreenWindow">
3877       <summary>
3878         <para>Fullscreen window.</para>
3879       </summary>
3880     </member>
3881     <member name=
"T:UnityEditor.DecoratorDrawer">
3882       <summary>
3883         <para>Base
class to derive custom decorator drawers from.</para>
3884       </summary>
3885     </member>
3886     <member name=
"P:UnityEditor.DecoratorDrawer.attribute">
3887       <summary>
3888         <para>The PropertyAttribute
for the decorator. (Read Only)</para>
3889       </summary>
3890     </member>
3891     <member name=
"M:UnityEditor.DecoratorDrawer.GetHeight">
3892       <summary>
3893         <para>Override
this method to specify how tall the GUI for this decorator is in pixels.</para>
3894       </summary>
3895     </member>
3896     <member name=
"M:UnityEditor.DecoratorDrawer.OnGUI(UnityEngine.Rect)">
3897       <summary>
3898         <para>Override
this method to make your own GUI for the decorator.</para>
3899       </summary>
3900       <param name=
"position">Rectangle on the screen to use for the decorator GUI.</param>
3901     </member>
3902     <member name=
"T:UnityEditor.DefaultAsset">
3903       <summary>
3904         <para>DefaultAsset
is used for assets that does not have a specific type (yet).</para>
3905       </summary>
3906     </member>
3907     <member name=
"M:UnityEditor.DefaultAsset.#ctor">
3908       <summary>
3909         <para>Constructor.</para>
3910       </summary>
3911     </member>
3912     <member name=
"T:UnityEditor.DragAndDrop">
3913       <summary>
3914         <para>Editor drag &amp; drop operations.</para>
3915       </summary>
3916     </member>
3917     <member name=
"P:UnityEditor.DragAndDrop.activeControlID">
3918       <summary>
3919         <para>Get or
set ID of currently active drag and drop control.</para>
3920       </summary>
3921     </member>
3922     <member name=
"P:UnityEditor.DragAndDrop.objectReferences">
3923       <summary>
3924         <para>References to Object|objects being dragged.</para>
3925       </summary>
3926     </member>
3927     <member name=
"P:UnityEditor.DragAndDrop.paths">
3928       <summary>
3929         <para>The file names being dragged.</para>
3930       </summary>
3931     </member>
3932     <member name=
"P:UnityEditor.DragAndDrop.visualMode">
3933       <summary>
3934         <para>The visual indication of the drag.</para>
3935       </summary>
3936     </member>
3937     <member name=
"M:UnityEditor.DragAndDrop.AcceptDrag">
3938       <summary>
3939         <para>Accept a drag operation.</para>
3940       </summary>
3941     </member>
3942     <member name=
"M:UnityEditor.DragAndDrop.GetGenericData(System.String)">
3943       <summary>
3944         <para>Get data associated with current drag and drop operation.</para>
3945       </summary>
3946       <param name=
"type"></param>
3947     </member>
3948     <member name=
"M:UnityEditor.DragAndDrop.PrepareStartDrag">
3949       <summary>
3950         <para>Clears drag &amp; drop data.</para>
3951       </summary>
3952     </member>
3953     <member name=
"M:UnityEditor.DragAndDrop.SetGenericData(System.String,System.Object)">
3954       <summary>
3955         <para>Set data associated with current drag and drop operation.</para>
3956       </summary>
3957       <param name=
"type"></param>
3958       <param name=
"data"></param>
3959     </member>
3960     <member name=
"M:UnityEditor.DragAndDrop.StartDrag(System.String)">
3961       <summary>
3962         <para>Start a drag operation.</para>
3963       </summary>
3964       <param name=
"title"></param>
3965     </member>
3966     <member name=
"T:UnityEditor.DragAndDropVisualMode">
3967       <summary>
3968         <para>Visual indication mode
for Drag &amp; Drop operation.</para>
3969       </summary>
3970     </member>
3971     <member name=
"F:UnityEditor.DragAndDropVisualMode.Copy">
3972       <summary>
3973         <para>Copy dragged objects.</para>
3974       </summary>
3975     </member>
3976     <member name=
"F:UnityEditor.DragAndDropVisualMode.Generic">
3977       <summary>
3978         <para>Generic drag operation.</para>
3979       </summary>
3980     </member>
3981     <member name=
"F:UnityEditor.DragAndDropVisualMode.Link">
3982       <summary>
3983         <para>Link dragged objects to target.</para>
3984       </summary>
3985     </member>
3986     <member name=
"F:UnityEditor.DragAndDropVisualMode.Move">
3987       <summary>
3988         <para>Move dragged objects.</para>
3989       </summary>
3990     </member>
3991     <member name=
"F:UnityEditor.DragAndDropVisualMode.None">
3992       <summary>
3993         <para>No indication (drag should not be performed).</para>
3994       </summary>
3995     </member>
3996     <member name=
"F:UnityEditor.DragAndDropVisualMode.Rejected">
3997       <summary>
3998         <para>Rejected drag operation.</para>
3999       </summary>
4000     </member>
4001     <member name=
"T:UnityEditor.DrawCameraMode">
4002       <summary>
4003         <para>Drawing modes
for Handles.DrawCamera.</para>
4004       </summary>
4005     </member>
4006     <member name=
"F:UnityEditor.DrawCameraMode.Albedo">
4007       <summary>
4008         <para>Draw objects with the albedo component only.</para>
4009       </summary>
4010     </member>
4011     <member name=
"F:UnityEditor.DrawCameraMode.AlphaChannel">
4012       <summary>
4013         <para>Display alpha channel of the rendering.</para>
4014       </summary>
4015     </member>
4016     <member name=
"F:UnityEditor.DrawCameraMode.Baked">
4017       <summary>
4018         <para>Draw objects with baked GI only.</para>
4019       </summary>
4020     </member>
4021     <member name=
"F:UnityEditor.DrawCameraMode.Charting">
4022       <summary>
4023         <para>Draw objects with different color
for each chart (UV island).</para>
4024       </summary>
4025     </member>
4026     <member name=
"F:UnityEditor.DrawCameraMode.Clustering">
4027       <summary>
4028         <para>Draw with different color
for each cluster.</para>
4029       </summary>
4030     </member>
4031     <member name=
"F:UnityEditor.DrawCameraMode.DeferredDiffuse">
4032       <summary>
4033         <para>Draw diffuse color of Deferred Shading g-buffer.</para>
4034       </summary>
4035     </member>
4036     <member name=
"F:UnityEditor.DrawCameraMode.DeferredNormal">
4037       <summary>
4038         <para>Draw world space normal of Deferred Shading g-buffer.</para>
4039       </summary>
4040     </member>
4041     <member name=
"F:UnityEditor.DrawCameraMode.DeferredSmoothness">
4042       <summary>
4043         <para>Draw smoothness
value of Deferred Shading g-buffer.</para>
4044       </summary>
4045     </member>
4046     <member name=
"F:UnityEditor.DrawCameraMode.DeferredSpecular">
4047       <summary>
4048         <para>Draw specular color of Deferred Shading g-buffer.</para>
4049       </summary>
4050     </member>
4051     <member name=
"F:UnityEditor.DrawCameraMode.Directionality">
4052       <summary>
4053         <para>Draw objects with directionality
for real-time GI.</para>
4054       </summary>
4055     </member>
4056     <member name=
"F:UnityEditor.DrawCameraMode.Emissive">
4057       <summary>
4058         <para>Draw objects with the emission component only.</para>
4059       </summary>
4060     </member>
4061     <member name=
"F:UnityEditor.DrawCameraMode.Irradiance">
4062       <summary>
4063         <para>Draw objects with real-time GI only.</para>
4064       </summary>
4065     </member>
4066     <member name=
"F:UnityEditor.DrawCameraMode.LitClustering">
4067       <summary>
4068         <para>Draw lit clusters.</para>
4069       </summary>
4070     </member>
4071     <member name=
"F:UnityEditor.DrawCameraMode.Mipmaps">
4072       <summary>
4073         <para>Display texture resolution, with red tint indicating too high resolution, and blue tint indicating texture sizes that could be higher.</para>
4074       </summary>
4075     </member>
4076     <member name=
"F:UnityEditor.DrawCameraMode.Normal">
4077       <summary>
4078         <para>Draw the camera like it would be drawn
in-game. This uses the clear flags of the camera.</para>
4079       </summary>
4080     </member>
4081     <member name=
"F:UnityEditor.DrawCameraMode.Overdraw">
4082       <summary>
4083         <para>Display scene overdraw, with brighter colors indicating more overdraw.</para>
4084       </summary>
4085     </member>
4086     <member name=
"F:UnityEditor.DrawCameraMode.RenderPaths">
4087       <summary>
4088         <para>Draw color-coded render paths.</para>
4089       </summary>
4090     </member>
4091     <member name=
"F:UnityEditor.DrawCameraMode.ShadowCascades">
4092       <summary>
4093         <para>Draw directional light shadowmap cascades.</para>
4094       </summary>
4095     </member>
4096     <member name=
"F:UnityEditor.DrawCameraMode.Systems">
4097       <summary>
4098         <para>Draw objects with different color
for each GI system.</para>
4099       </summary>
4100     </member>
4101     <member name=
"F:UnityEditor.DrawCameraMode.Textured">
4102       <summary>
4103         <para>Draw the camera textured with selection wireframe and no background clearing.</para>
4104       </summary>
4105     </member>
4106     <member name=
"F:UnityEditor.DrawCameraMode.TexturedWire">
4107       <summary>
4108         <para>Draw the camera
where all objects have a wireframe overlay. and no background clearing.</para>
4109       </summary>
4110     </member>
4111     <member name=
"F:UnityEditor.DrawCameraMode.Wireframe">
4112       <summary>
4113         <para>Draw the camera
in wireframe and no background clearing.</para>
4114       </summary>
4115     </member>
4116     <member name=
"T:UnityEditor.DrawGizmo">
4117       <summary>
4118         <para>The DrawGizmo attribute allows you to supply a gizmo renderer
for any Component.</para>
4119       </summary>
4120     </member>
4121     <member name=
"M:UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType)">
4122       <summary>
4123         <para>Defines
when the gizmo should be invoked for drawing.</para>
4124       </summary>
4125       <param name=
"gizmo">Flags to denote when the gizmo should be drawn.</param>
4126     </member>
4127     <member name=
"M:UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType,System.Type)">
4128       <summary>
4129         <para>Same
as above. drawnGizmoType determines of what type the object we are drawing the gizmo of has to be.</para>
4130       </summary>
4131       <param name=
"gizmo">Flags to denote when the gizmo should be drawn.</param>
4132       <param name=
"drawnGizmoType">Type of object for which the gizmo should be drawn.</param>
4133     </member>
4134     <member name=
"T:UnityEditor.Editor">
4135       <summary>
4136         <para>Base
class to derive custom Editors from. Use this to create your own custom inspectors and editors for your objects.</para>
4137       </summary>
4138     </member>
4139     <member name=
"P:UnityEditor.Editor.serializedObject">
4140       <summary>
4141         <para>A SerializedObject representing the
object or objects being inspected.</para>
4142       </summary>
4143     </member>
4144     <member name=
"P:UnityEditor.Editor.target">
4145       <summary>
4146         <para>The
object being inspected.</para>
4147       </summary>
4148     </member>
4149     <member name=
"P:UnityEditor.Editor.targets">
4150       <summary>
4151         <para>An array of all the
object being inspected.</para>
4152       </summary>
4153     </member>
4154     <member name=
"M:UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object,System.Type,UnityEditor.Editor&amp;)">
4155       <summary>
4156         <para>On
return previousEditor is an editor for targetObject or targetObjects. The function either returns if the editor is already tracking the objects, or Destroys the previous editor and creates a new one.</para>
4157       </summary>
4158       <param name=
"obj">The object the editor is tracking.</param>
4159       <param name=
"editorType">The requested editor type. null for the default editor for the object.</param>
4160       <param name=
"previousEditor">The previous editor for the object. Once CreateCachedEditor returns previousEditor is an editor for the targetObject or targetObjects.</param>
4161       <param name=
"objects">The objects the editor is tracking.</param>
4162       <param name=
"targetObject"></param>
4163       <param name=
"targetObjects"></param>
4164     </member>
4165     <member name=
"M:UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object[],System.Type,UnityEditor.Editor&amp;)">
4166       <summary>
4167         <para>On
return previousEditor is an editor for targetObject or targetObjects. The function either returns if the editor is already tracking the objects, or Destroys the previous editor and creates a new one.</para>
4168       </summary>
4169       <param name=
"obj">The object the editor is tracking.</param>
4170       <param name=
"editorType">The requested editor type. null for the default editor for the object.</param>
4171       <param name=
"previousEditor">The previous editor for the object. Once CreateCachedEditor returns previousEditor is an editor for the targetObject or targetObjects.</param>
4172       <param name=
"objects">The objects the editor is tracking.</param>
4173       <param name=
"targetObject"></param>
4174       <param name=
"targetObjects"></param>
4175     </member>
4176     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object)">
4177       <summary>
4178         <para>Make a custom editor
for targetObject or targetObjects.</para>
4179       </summary>
4180       <param name=
"objects">All objects must be of same exact type.</param>
4181       <param name=
"targetObject"></param>
4182       <param name=
"editorType"></param>
4183       <param name=
"targetObjects"></param>
4184     </member>
4185     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object,System.Type)">
4186       <summary>
4187         <para>Make a custom editor
for targetObject or targetObjects.</para>
4188       </summary>
4189       <param name=
"objects">All objects must be of same exact type.</param>
4190       <param name=
"targetObject"></param>
4191       <param name=
"editorType"></param>
4192       <param name=
"targetObjects"></param>
4193     </member>
4194     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object[])">
4195       <summary>
4196         <para>Make a custom editor
for targetObject or targetObjects.</para>
4197       </summary>
4198       <param name=
"objects">All objects must be of same exact type.</param>
4199       <param name=
"targetObject"></param>
4200       <param name=
"editorType"></param>
4201       <param name=
"targetObjects"></param>
4202     </member>
4203     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object[],System.Type)">
4204       <summary>
4205         <para>Make a custom editor
for targetObject or targetObjects.</para>
4206       </summary>
4207       <param name=
"objects">All objects must be of same exact type.</param>
4208       <param name=
"targetObject"></param>
4209       <param name=
"editorType"></param>
4210       <param name=
"targetObjects"></param>
4211     </member>
4212     <member name=
"M:UnityEditor.Editor.DrawDefaultInspector">
4213       <summary>
4214         <para>Draw the built-
in inspector.</para>
4215       </summary>
4216     </member>
4217     <member name=
"M:UnityEditor.Editor.DrawHeader">
4218       <summary>
4219         <para>Call
this function to draw the header of the editor.</para>
4220       </summary>
4221     </member>
4222     <member name=
"M:UnityEditor.Editor.DrawPreview(UnityEngine.Rect)">
4223       <summary>
4224         <para>The first entry point
for Preview Drawing.</para>
4225       </summary>
4226       <param name=
"previewPosition">The available area to draw the preview.</param>
4227       <param name=
"previewArea"></param>
4228     </member>
4229     <member name=
"M:UnityEditor.Editor.GetInfoString">
4230       <summary>
4231         <para>Implement
this method to show asset information on top of the asset preview.</para>
4232       </summary>
4233     </member>
4234     <member name=
"M:UnityEditor.Editor.GetPreviewTitle">
4235       <summary>
4236         <para>Override
this method if you want to change the label of the Preview area.</para>
4237       </summary>
4238     </member>
4239     <member name=
"M:UnityEditor.Editor.HasPreviewGUI">
4240       <summary>
4241         <para>Override
this method in subclasses if you implement OnPreviewGUI.</para>
4242       </summary>
4243       <returns>
4244         <para>True
if this component can be Previewed in its current state.</para>
4245       </returns>
4246     </member>
4247     <member name=
"M:UnityEditor.Editor.OnInspectorGUI">
4248       <summary>
4249         <para>Implement
this function to make a custom inspector.</para>
4250       </summary>
4251     </member>
4252     <member name=
"M:UnityEditor.Editor.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
4253       <summary>
4254         <para>Implement to create your own interactive custom preview. Interactive custom previews are used
in the preview area of the inspector and the object selector.</para>
4255       </summary>
4256       <param name=
"r">Rectangle in which to draw the preview.</param>
4257       <param name=
"background">Background image.</param>
4258     </member>
4259     <member name=
"M:UnityEditor.Editor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
4260       <summary>
4261         <para>Implement to create your own custom preview
for the preview area of the inspector, primary editor headers and the object selector.</para>
4262       </summary>
4263       <param name=
"r">Rectangle in which to draw the preview.</param>
4264       <param name=
"background">Background image.</param>
4265     </member>
4266     <member name=
"M:UnityEditor.Editor.OnPreviewSettings">
4267       <summary>
4268         <para>Override
this method if you want to show custom controls in the preview header.</para>
4269       </summary>
4270     </member>
4271     <member name=
"M:UnityEditor.Editor.RenderStaticPreview(System.String,UnityEngine.Object[],System.Int32,System.Int32)">
4272       <summary>
4273         <para>Override
this method if you want to render a static preview that shows.</para>
4274       </summary>
4275       <param name=
"assetPath"></param>
4276       <param name=
"subAssets"></param>
4277       <param name=
"width"></param>
4278       <param name=
"height"></param>
4279     </member>
4280     <member name=
"M:UnityEditor.Editor.Repaint">
4281       <summary>
4282         <para>Repaint any inspectors that shows
this editor.</para>
4283       </summary>
4284     </member>
4285     <member name=
"M:UnityEditor.Editor.RequiresConstantRepaint">
4286       <summary>
4287         <para>Does
this edit require to be repainted constantly in its current state?</para>
4288       </summary>
4289     </member>
4290     <member name=
"M:UnityEditor.Editor.UseDefaultMargins">
4291       <summary>
4292         <para>Override
this method in subclasses to return false if you don't want default margins.</para>
4293       </summary>
4294     </member>
4295     <member name=
"T:UnityEditor.EditorApplication">
4296       <summary>
4297         <para>Main Application
class.</para>
4298       </summary>
4299     </member>
4300     <member name=
"P:UnityEditor.EditorApplication.applicationContentsPath">
4301       <summary>
4302         <para>Path to the Unity editor contents folder. (Read Only)</para>
4303       </summary>
4304     </member>
4305     <member name=
"P:UnityEditor.EditorApplication.applicationPath">
4306       <summary>
4307         <para>Returns the path to the Unity editor application. (Read Only)</para>
4308       </summary>
4309     </member>
4310     <member name=
"P:UnityEditor.EditorApplication.currentScene">
4311       <summary>
4312         <para>The path of the scene that the user has currently open (Will be an empty
string if no scene is currently open). (Read Only)</para>
4313       </summary>
4314     </member>
4315     <member name=
"F:UnityEditor.EditorApplication.delayCall">
4316       <summary>
4317         <para>Delegate which
is called once after all inspectors update.</para>
4318       </summary>
4319     </member>
4320     <member name=
"F:UnityEditor.EditorApplication.hierarchyWindowChanged">
4321       <summary>
4322         <para>A callback to be raised
when an object in the hierarchy changes.
4323
4324 Each time an
object is (or a group of objects are) created, renamed, parented, unparented or destroyed this callback is raised.
4325 </para>
4326       </summary>
4327     </member>
4328     <member name=
"F:UnityEditor.EditorApplication.hierarchyWindowItemOnGUI">
4329       <summary>
4330         <para>Delegate
for OnGUI events for every visible list item in the HierarchyWindow.</para>
4331       </summary>
4332     </member>
4333     <member name=
"P:UnityEditor.EditorApplication.isCompiling">
4334       <summary>
4335         <para>Is editor currently compiling scripts? (Read Only)</para>
4336       </summary>
4337     </member>
4338     <member name=
"P:UnityEditor.EditorApplication.isPaused">
4339       <summary>
4340         <para>Is editor currently paused?</para>
4341       </summary>
4342     </member>
4343     <member name=
"P:UnityEditor.EditorApplication.isPlaying">
4344       <summary>
4345         <para>Is editor currently
in play mode?</para>
4346       </summary>
4347     </member>
4348     <member name=
"P:UnityEditor.EditorApplication.isPlayingOrWillChangePlaymode">
4349       <summary>
4350         <para>Is editor either currently
in play mode, or about to switch to it? (Read Only)</para>
4351       </summary>
4352     </member>
4353     <member name=
"P:UnityEditor.EditorApplication.isRemoteConnected">
4354       <summary>
4355         <para>Is editor currently connected to Unity Remote
4 client app.</para>
4356       </summary>
4357     </member>
4358     <member name=
"P:UnityEditor.EditorApplication.isSceneDirty">
4359       <summary>
4360         <para>Is
true if the currently open scene in the editor contains unsaved modifications.</para>
4361       </summary>
4362     </member>
4363     <member name=
"P:UnityEditor.EditorApplication.isUpdating">
4364       <summary>
4365         <para>Is editor currently updating? (Read Only)</para>
4366       </summary>
4367     </member>
4368     <member name=
"F:UnityEditor.EditorApplication.modifierKeysChanged">
4369       <summary>
4370         <para>Delegate
for changed keyboard modifier keys.</para>
4371       </summary>
4372     </member>
4373     <member name=
"F:UnityEditor.EditorApplication.playmodeStateChanged">
4374       <summary>
4375         <para>Delegate
for play mode state changes.</para>
4376       </summary>
4377     </member>
4378     <member name=
"F:UnityEditor.EditorApplication.projectWindowChanged">
4379       <summary>
4380         <para>Callback raised whenever the state of the Project window changes.</para>
4381       </summary>
4382     </member>
4383     <member name=
"F:UnityEditor.EditorApplication.projectWindowItemOnGUI">
4384       <summary>
4385         <para>Delegate
for OnGUI events for every visible list item in the ProjectWindow.</para>
4386       </summary>
4387     </member>
4388     <member name=
"F:UnityEditor.EditorApplication.searchChanged">
4389       <summary>
4390         <para>Callback raised whenever the contents of a window
's search box are changed.</para>
4391       </summary>
4392     </member>
4393     <member name=
"P:UnityEditor.EditorApplication.timeSinceStartup">
4394       <summary>
4395         <para>The time since the editor was started. (Read Only)</para>
4396       </summary>
4397     </member>
4398     <member name=
"F:UnityEditor.EditorApplication.update">
4399       <summary>
4400         <para>Delegate
for generic updates.</para>
4401       </summary>
4402     </member>
4403     <member name=
"M:UnityEditor.EditorApplication.Beep">
4404       <summary>
4405         <para>Plays system beep sound.</para>
4406       </summary>
4407     </member>
4408     <member name=
"T:UnityEditor.EditorApplication.CallbackFunction">
4409       <summary>
4410         <para>Delegate to be called
from EditorApplication callbacks.</para>
4411       </summary>
4412     </member>
4413     <member name=
"M:UnityEditor.EditorApplication.DirtyHierarchyWindowSorting">
4414       <summary>
4415         <para>Set the hierarchy sorting method
as dirty.</para>
4416       </summary>
4417     </member>
4418     <member name=
"M:UnityEditor.EditorApplication.ExecuteMenuItem(System.String)">
4419       <summary>
4420         <para>Invokes the menu item
in the specified path.</para>
4421       </summary>
4422       <param name=
"menuItemPath"></param>
4423     </member>
4424     <member name=
"M:UnityEditor.EditorApplication.Exit(System.Int32)">
4425       <summary>
4426         <para>Exit the Unity editor application.</para>
4427       </summary>
4428       <param name=
"returnValue"></param>
4429     </member>
4430     <member name=
"T:UnityEditor.EditorApplication.HierarchyWindowItemCallback">
4431       <summary>
4432         <para>Delegate to be called
for every visible list item in the HierarchyWindow on every OnGUI event.</para>
4433       </summary>
4434       <param name=
"instanceID"></param>
4435       <param name=
"selectionRect"></param>
4436     </member>
4437     <member name=
"M:UnityEditor.EditorApplication.LoadLevelAdditiveAsyncInPlayMode(System.String)">
4438       <summary>
4439         <para>Load the given level additively
in play mode asynchronously</para>
4440       </summary>
4441       <param name=
"path"></param>
4442     </member>
4443     <member name=
"M:UnityEditor.EditorApplication.LoadLevelAdditiveInPlayMode(System.String)">
4444       <summary>
4445         <para>Load the given level additively
in play mode.</para>
4446       </summary>
4447       <param name=
"path"></param>
4448     </member>
4449     <member name=
"M:UnityEditor.EditorApplication.LoadLevelAsyncInPlayMode(System.String)">
4450       <summary>
4451         <para>Load the given level
in play mode asynchronously.</para>
4452       </summary>
4453       <param name=
"path"></param>
4454     </member>
4455     <member name=
"M:UnityEditor.EditorApplication.LoadLevelInPlayMode(System.String)">
4456       <summary>
4457         <para>Load the given level
in play mode.</para>
4458       </summary>
4459       <param name=
"path"></param>
4460     </member>
4461     <member name=
"M:UnityEditor.EditorApplication.LockReloadAssemblies">
4462       <summary>
4463         <para>Prevents loading of assemblies
when it is inconvenient.</para>
4464       </summary>
4465     </member>
4466     <member name=
"M:UnityEditor.EditorApplication.MarkSceneDirty">
4467       <summary>
4468         <para>Explicitly mark the current opened scene
as modified.</para>
4469       </summary>
4470     </member>
4471     <member name=
"M:UnityEditor.EditorApplication.NewEmptyScene">
4472       <summary>
4473         <para>Create a
new absolutely empty scene.</para>
4474       </summary>
4475     </member>
4476     <member name=
"M:UnityEditor.EditorApplication.NewScene">
4477       <summary>
4478         <para>Create a
new scene.</para>
4479       </summary>
4480     </member>
4481     <member name=
"M:UnityEditor.EditorApplication.OpenProject(System.String,System.String[])">
4482       <summary>
4483         <para>Open another project.</para>
4484       </summary>
4485       <param name=
"projectPath">The path of a project to open.</param>
4486       <param name=
"args">Arguments to pass to command line.</param>
4487     </member>
4488     <member name=
"M:UnityEditor.EditorApplication.OpenScene(System.String)">
4489       <summary>
4490         <para>Opens the scene at path.</para>
4491       </summary>
4492       <param name=
"path"></param>
4493     </member>
4494     <member name=
"M:UnityEditor.EditorApplication.OpenSceneAdditive(System.String)">
4495       <summary>
4496         <para>Opens the scene at path additively.</para>
4497       </summary>
4498       <param name=
"path"></param>
4499     </member>
4500     <member name=
"T:UnityEditor.EditorApplication.ProjectWindowItemCallback">
4501       <summary>
4502         <para>Delegate to be called
for every visible list item in the ProjectWindow on every OnGUI event.</para>
4503       </summary>
4504       <param name=
"guid"></param>
4505       <param name=
"selectionRect"></param>
4506     </member>
4507     <member name=
"M:UnityEditor.EditorApplication.RepaintHierarchyWindow">
4508       <summary>
4509         <para>Can be used to ensure repaint of the HierarchyWindow.</para>
4510       </summary>
4511     </member>
4512     <member name=
"M:UnityEditor.EditorApplication.RepaintProjectWindow">
4513       <summary>
4514         <para>Can be used to ensure repaint of the ProjectWindow.</para>
4515       </summary>
4516     </member>
4517     <member name=
"M:UnityEditor.EditorApplication.SaveAssets">
4518       <summary>
4519         <para>Saves all serializable assets that have not yet been written to disk (eg. Materials).</para>
4520       </summary>
4521     </member>
4522     <member name=
"M:UnityEditor.EditorApplication.SaveCurrentSceneIfUserWantsTo">
4523       <summary>
4524         <para>Ask the user
if they want to save the open scene.</para>
4525       </summary>
4526     </member>
4527     <member name=
"M:UnityEditor.EditorApplication.SaveScene">
4528       <summary>
4529         <para>Save the open scene.</para>
4530       </summary>
4531       <param name=
"path">The file path to save at. If empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
4532       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the currentScene and without clearing the unsaved changes marker.</param>
4533       <returns>
4534         <para>True
if the save succeeded, otherwise false.</para>
4535       </returns>
4536     </member>
4537     <member name=
"M:UnityEditor.EditorApplication.SaveScene(System.String)">
4538       <summary>
4539         <para>Save the open scene.</para>
4540       </summary>
4541       <param name=
"path">The file path to save at. If empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
4542       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the currentScene and without clearing the unsaved changes marker.</param>
4543       <returns>
4544         <para>True
if the save succeeded, otherwise false.</para>
4545       </returns>
4546     </member>
4547     <member name=
"M:UnityEditor.EditorApplication.SaveScene(System.String,System.Boolean)">
4548       <summary>
4549         <para>Save the open scene.</para>
4550       </summary>
4551       <param name=
"path">The file path to save at. If empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
4552       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the currentScene and without clearing the unsaved changes marker.</param>
4553       <returns>
4554         <para>True
if the save succeeded, otherwise false.</para>
4555       </returns>
4556     </member>
4557     <member name=
"M:UnityEditor.EditorApplication.Step">
4558       <summary>
4559         <para>Perform a single frame step.</para>
4560       </summary>
4561     </member>
4562     <member name=
"M:UnityEditor.EditorApplication.UnlockReloadAssemblies">
4563       <summary>
4564         <para>Must be called after LockReloadAssemblies, to reenable loading of assemblies.</para>
4565       </summary>
4566     </member>
4567     <member name=
"T:UnityEditor.EditorCurveBinding">
4568       <summary>
4569         <para>Defines how a curve
is attached to an object that it controls.</para>
4570       </summary>
4571     </member>
4572     <member name=
"F:UnityEditor.EditorCurveBinding.path">
4573       <summary>
4574         <para>The transform path of the
object that is animated.</para>
4575       </summary>
4576     </member>
4577     <member name=
"F:UnityEditor.EditorCurveBinding.propertyName">
4578       <summary>
4579         <para>The property of the
object that is animated.</para>
4580       </summary>
4581     </member>
4582     <member name=
"T:UnityEditor.EditorGUI">
4583       <summary>
4584         <para>These work pretty much like the normal GUI functions - and also have matching implementations
in EditorGUILayout.</para>
4585       </summary>
4586     </member>
4587     <member name=
"P:UnityEditor.EditorGUI.actionKey">
4588       <summary>
4589         <para>Is the platform-dependent
"action" modifier key held down? (Read Only)</para>
4590       </summary>
4591     </member>
4592     <member name=
"P:UnityEditor.EditorGUI.indentLevel">
4593       <summary>
4594         <para>The indent level of the field labels.</para>
4595       </summary>
4596     </member>
4597     <member name=
"P:UnityEditor.EditorGUI.showMixedValue">
4598       <summary>
4599         <para>Makes the following controls give the appearance of editing multiple different values.</para>
4600       </summary>
4601     </member>
4602     <member name=
"M:UnityEditor.EditorGUI.BeginChangeCheck">
4603       <summary>
4604         <para>Check
if any control was changed inside a block of code.</para>
4605       </summary>
4606     </member>
4607     <member name=
"M:UnityEditor.EditorGUI.BeginDisabledGroup(System.Boolean)">
4608       <summary>
4609         <para>Create a
group of controls that can be disabled.</para>
4610       </summary>
4611       <param name=
"disabled">Boolean specifying if the controls inside the group should be disabled.</param>
4612     </member>
4613     <member name=
"M:UnityEditor.EditorGUI.BeginProperty(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)">
4614       <summary>
4615         <para>Create a Property wrapper, useful
for making regular GUI controls work with SerializedProperty.</para>
4616       </summary>
4617       <param name=
"totalPosition">Rectangle on the screen to use for the control, including label if applicable.</param>
4618       <param name=
"label">Optional label in front of the slider. Use null to use the name from the SerializedProperty. Use GUIContent.none to not display a label.</param>
4619       <param name=
"property">The SerializedProperty to use for the control.</param>
4620       <returns>
4621         <para>The actual label to use
for the control.</para>
4622       </returns>
4623     </member>
4624     <member name=
"M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.Bounds)">
4625       <summary>
4626         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
4627       </summary>
4628       <param name=
"position">Rectangle on the screen to use for the field.</param>
4629       <param name=
"label">Optional label to display above the field.</param>
4630       <param name=
"value">The value to edit.</param>
4631       <returns>
4632         <para>The
value entered by the user.</para>
4633       </returns>
4634     </member>
4635     <member name=
"M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Bounds)">
4636       <summary>
4637         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
4638       </summary>
4639       <param name=
"position">Rectangle on the screen to use for the field.</param>
4640       <param name=
"label">Optional label to display above the field.</param>
4641       <param name=
"value">The value to edit.</param>
4642       <returns>
4643         <para>The
value entered by the user.</para>
4644       </returns>
4645     </member>
4646     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.Color)">
4647       <summary>
4648         <para>Make a field
for selecting a Color.</para>
4649       </summary>
4650       <param name=
"position">Rectangle on the screen to use for the field.</param>
4651       <param name=
"label">Optional label to display in front of the field.</param>
4652       <param name=
"value">The color to edit.</param>
4653       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
4654       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
4655       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
4656       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
4657       <returns>
4658         <para>The color selected
by the user.</para>
4659       </returns>
4660     </member>
4661     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,System.String,UnityEngine.Color)">
4662       <summary>
4663         <para>Make a field
for selecting a Color.</para>
4664       </summary>
4665       <param name=
"position">Rectangle on the screen to use for the field.</param>
4666       <param name=
"label">Optional label to display in front of the field.</param>
4667       <param name=
"value">The color to edit.</param>
4668       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
4669       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
4670       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
4671       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
4672       <returns>
4673         <para>The color selected
by the user.</para>
4674       </returns>
4675     </member>
4676     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color)">
4677       <summary>
4678         <para>Make a field
for selecting a Color.</para>
4679       </summary>
4680       <param name=
"position">Rectangle on the screen to use for the field.</param>
4681       <param name=
"label">Optional label to display in front of the field.</param>
4682       <param name=
"value">The color to edit.</param>
4683       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
4684       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
4685       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
4686       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
4687       <returns>
4688         <para>The color selected
by the user.</para>
4689       </returns>
4690     </member>
4691     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig)">
4692       <summary>
4693         <para>Make a field
for selecting a Color.</para>
4694       </summary>
4695       <param name=
"position">Rectangle on the screen to use for the field.</param>
4696       <param name=
"label">Optional label to display in front of the field.</param>
4697       <param name=
"value">The color to edit.</param>
4698       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
4699       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
4700       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
4701       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
4702       <returns>
4703         <para>The color selected
by the user.</para>
4704       </returns>
4705     </member>
4706     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve)">
4707       <summary>
4708         <para>Make a field
for editing an AnimationCurve.</para>
4709       </summary>
4710       <param name=
"position">Rectangle on the screen to use for the field.</param>
4711       <param name=
"label">Optional label to display in front of the field.</param>
4712       <param name=
"value">The curve to edit.</param>
4713       <param name=
"color">The color to show the curve with.</param>
4714       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4715       <returns>
4716         <para>The curve edited
by the user.</para>
4717       </returns>
4718     </member>
4719     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve)">
4720       <summary>
4721         <para>Make a field
for editing an AnimationCurve.</para>
4722       </summary>
4723       <param name=
"position">Rectangle on the screen to use for the field.</param>
4724       <param name=
"label">Optional label to display in front of the field.</param>
4725       <param name=
"value">The curve to edit.</param>
4726       <param name=
"color">The color to show the curve with.</param>
4727       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4728       <returns>
4729         <para>The curve edited
by the user.</para>
4730       </returns>
4731     </member>
4732     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve)">
4733       <summary>
4734         <para>Make a field
for editing an AnimationCurve.</para>
4735       </summary>
4736       <param name=
"position">Rectangle on the screen to use for the field.</param>
4737       <param name=
"label">Optional label to display in front of the field.</param>
4738       <param name=
"value">The curve to edit.</param>
4739       <param name=
"color">The color to show the curve with.</param>
4740       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4741       <returns>
4742         <para>The curve edited
by the user.</para>
4743       </returns>
4744     </member>
4745     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)">
4746       <summary>
4747         <para>Make a field
for editing an AnimationCurve.</para>
4748       </summary>
4749       <param name=
"position">Rectangle on the screen to use for the field.</param>
4750       <param name=
"label">Optional label to display in front of the field.</param>
4751       <param name=
"value">The curve to edit.</param>
4752       <param name=
"color">The color to show the curve with.</param>
4753       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4754       <returns>
4755         <para>The curve edited
by the user.</para>
4756       </returns>
4757     </member>
4758     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)">
4759       <summary>
4760         <para>Make a field
for editing an AnimationCurve.</para>
4761       </summary>
4762       <param name=
"position">Rectangle on the screen to use for the field.</param>
4763       <param name=
"label">Optional label to display in front of the field.</param>
4764       <param name=
"value">The curve to edit.</param>
4765       <param name=
"color">The color to show the curve with.</param>
4766       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4767       <returns>
4768         <para>The curve edited
by the user.</para>
4769       </returns>
4770     </member>
4771     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)">
4772       <summary>
4773         <para>Make a field
for editing an AnimationCurve.</para>
4774       </summary>
4775       <param name=
"position">Rectangle on the screen to use for the field.</param>
4776       <param name=
"label">Optional label to display in front of the field.</param>
4777       <param name=
"value">The curve to edit.</param>
4778       <param name=
"color">The color to show the curve with.</param>
4779       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4780       <returns>
4781         <para>The curve edited
by the user.</para>
4782       </returns>
4783     </member>
4784     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect)">
4785       <summary>
4786         <para>Make a field
for editing an AnimationCurve.</para>
4787       </summary>
4788       <param name=
"position">Rectangle on the screen to use for the field.</param>
4789       <param name=
"property">The curve to edit.</param>
4790       <param name=
"color">The color to show the curve with.</param>
4791       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
4792       <param name=
"value"></param>
4793     </member>
4794     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)">
4795       <summary>
4796         <para>Make a delayed text field
for entering doubles.</para>
4797       </summary>
4798       <param name=
"position">Rectangle on the screen to use for the double field.</param>
4799       <param name=
"label">Optional label to display in front of the double field.</param>
4800       <param name=
"value">The value to edit.</param>
4801       <param name=
"style">Optional GUIStyle.</param>
4802       <returns>
4803         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
4804       </returns>
4805     </member>
4806     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)">
4807       <summary>
4808         <para>Make a delayed text field
for entering doubles.</para>
4809       </summary>
4810       <param name=
"position">Rectangle on the screen to use for the double field.</param>
4811       <param name=
"label">Optional label to display in front of the double field.</param>
4812       <param name=
"value">The value to edit.</param>
4813       <param name=
"style">Optional GUIStyle.</param>
4814       <returns>
4815         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
4816       </returns>
4817     </member>
4818     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)">
4819       <summary>
4820         <para>Make a delayed text field
for entering doubles.</para>
4821       </summary>
4822       <param name=
"position">Rectangle on the screen to use for the double field.</param>
4823       <param name=
"label">Optional label to display in front of the double field.</param>
4824       <param name=
"value">The value to edit.</param>
4825       <param name=
"style">Optional GUIStyle.</param>
4826       <returns>
4827         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
4828       </returns>
4829     </member>
4830     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField">
4831       <summary>
4832         <para>Make a delayed text field
for entering doubles.</para>
4833       </summary>
4834       <param name=
"position">Rectangle on the screen to use for the double field.</param>
4835       <param name=
"property">The double property to edit.</param>
4836       <param name=
"label">Optional label to display in front of the double field. Pass GUIContent.none to hide label.</param>
4837     </member>
4838     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)">
4839       <summary>
4840         <para>Make a delayed text field
for entering floats.</para>
4841       </summary>
4842       <param name=
"position">Rectangle on the screen to use for the float field.</param>
4843       <param name=
"label">Optional label to display in front of the float field.</param>
4844       <param name=
"value">The value to edit.</param>
4845       <param name=
"style">Optional GUIStyle.</param>
4846       <returns>
4847         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
4848       </returns>
4849     </member>
4850     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)">
4851       <summary>
4852         <para>Make a delayed text field
for entering floats.</para>
4853       </summary>
4854       <param name=
"position">Rectangle on the screen to use for the float field.</param>
4855       <param name=
"label">Optional label to display in front of the float field.</param>
4856       <param name=
"value">The value to edit.</param>
4857       <param name=
"style">Optional GUIStyle.</param>
4858       <returns>
4859         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
4860       </returns>
4861     </member>
4862     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)">
4863       <summary>
4864         <para>Make a delayed text field
for entering floats.</para>
4865       </summary>
4866       <param name=
"position">Rectangle on the screen to use for the float field.</param>
4867       <param name=
"label">Optional label to display in front of the float field.</param>
4868       <param name=
"value">The value to edit.</param>
4869       <param name=
"style">Optional GUIStyle.</param>
4870       <returns>
4871         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
4872       </returns>
4873     </member>
4874     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
4875       <summary>
4876         <para>Make a delayed text field
for entering floats.</para>
4877       </summary>
4878       <param name=
"position">Rectangle on the screen to use for the float field.</param>
4879       <param name=
"property">The float property to edit.</param>
4880       <param name=
"label">Optional label to display in front of the float field. Pass GUIContent.none to hide label.</param>
4881     </member>
4882     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)">
4883       <summary>
4884         <para>Make a delayed text field
for entering integers.</para>
4885       </summary>
4886       <param name=
"position">Rectangle on the screen to use for the int field.</param>
4887       <param name=
"label">Optional label to display in front of the int field.</param>
4888       <param name=
"value">The value to edit.</param>
4889       <param name=
"style">Optional GUIStyle.</param>
4890       <returns>
4891         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
4892       </returns>
4893     </member>
4894     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)">
4895       <summary>
4896         <para>Make a delayed text field
for entering integers.</para>
4897       </summary>
4898       <param name=
"position">Rectangle on the screen to use for the int field.</param>
4899       <param name=
"label">Optional label to display in front of the int field.</param>
4900       <param name=
"value">The value to edit.</param>
4901       <param name=
"style">Optional GUIStyle.</param>
4902       <returns>
4903         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
4904       </returns>
4905     </member>
4906     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
4907       <summary>
4908         <para>Make a delayed text field
for entering integers.</para>
4909       </summary>
4910       <param name=
"position">Rectangle on the screen to use for the int field.</param>
4911       <param name=
"label">Optional label to display in front of the int field.</param>
4912       <param name=
"value">The value to edit.</param>
4913       <param name=
"style">Optional GUIStyle.</param>
4914       <returns>
4915         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
4916       </returns>
4917     </member>
4918     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
4919       <summary>
4920         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
4921       </summary>
4922       <param name=
"position">Rectangle on the screen to use for the int field.</param>
4923       <param name=
"property">The int property to edit.</param>
4924       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
4925     </member>
4926     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
4927       <summary>
4928         <para>Make a delayed text field.</para>
4929       </summary>
4930       <param name=
"position">Rectangle on the screen to use for the text field.</param>
4931       <param name=
"label">Optional label to display in front of the int field.</param>
4932       <param name=
"text">The value to edit.</param>
4933       <param name=
"style">Optional GUIStyle.</param>
4934       <returns>
4935         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
4936       </returns>
4937     </member>
4938     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
4939       <summary>
4940         <para>Make a delayed text field.</para>
4941       </summary>
4942       <param name=
"position">Rectangle on the screen to use for the text field.</param>
4943       <param name=
"label">Optional label to display in front of the int field.</param>
4944       <param name=
"text">The value to edit.</param>
4945       <param name=
"style">Optional GUIStyle.</param>
4946       <returns>
4947         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
4948       </returns>
4949     </member>
4950     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
4951       <summary>
4952         <para>Make a delayed text field.</para>
4953       </summary>
4954       <param name=
"position">Rectangle on the screen to use for the text field.</param>
4955       <param name=
"label">Optional label to display in front of the int field.</param>
4956       <param name=
"text">The value to edit.</param>
4957       <param name=
"style">Optional GUIStyle.</param>
4958       <returns>
4959         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
4960       </returns>
4961     </member>
4962     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
4963       <summary>
4964         <para>Make a delayed text field.</para>
4965       </summary>
4966       <param name=
"position">Rectangle on the screen to use for the text field.</param>
4967       <param name=
"property">The text property to edit.</param>
4968       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
4969     </member>
4970     <member name=
"T:UnityEditor.EditorGUI.DisabledGroupScope">
4971       <summary>
4972         <para>Create a
group of controls that can be disabled.</para>
4973       </summary>
4974     </member>
4975     <member name=
"M:UnityEditor.EditorGUI.DisabledGroupScope.#ctor(System.Boolean)">
4976       <summary>
4977         <para>Create a
new DisabledGroupScope and begin the corresponding group.</para>
4978       </summary>
4979       <param name=
"disabled">Boolean specifying if the controls inside the group should be disabled.</param>
4980     </member>
4981     <member name=
"T:UnityEditor.EditorGUI.DisabledScope">
4982       <summary>
4983         <para>Create a
group of controls that can be disabled.</para>
4984       </summary>
4985     </member>
4986     <member name=
"M:UnityEditor.EditorGUI.DisabledScope.#ctor(System.Boolean)">
4987       <summary>
4988         <para>Create a
new DisabledScope and begin the corresponding group.</para>
4989       </summary>
4990       <param name=
"disabled">Boolean specifying if the controls inside the group should be disabled.</param>
4991     </member>
4992     <member name=
"M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)">
4993       <summary>
4994         <para>Make a text field
for entering doubles.</para>
4995       </summary>
4996       <param name=
"position">Rectangle on the screen to use for the double field.</param>
4997       <param name=
"label">Optional label to display in front of the double field.</param>
4998       <param name=
"value">The value to edit.</param>
4999       <param name=
"style">Optional GUIStyle.</param>
5000       <returns>
5001         <para>The
value entered by the user.</para>
5002       </returns>
5003     </member>
5004     <member name=
"M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)">
5005       <summary>
5006         <para>Make a text field
for entering doubles.</para>
5007       </summary>
5008       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5009       <param name=
"label">Optional label to display in front of the double field.</param>
5010       <param name=
"value">The value to edit.</param>
5011       <param name=
"style">Optional GUIStyle.</param>
5012       <returns>
5013         <para>The
value entered by the user.</para>
5014       </returns>
5015     </member>
5016     <member name=
"M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)">
5017       <summary>
5018         <para>Make a text field
for entering doubles.</para>
5019       </summary>
5020       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5021       <param name=
"label">Optional label to display in front of the double field.</param>
5022       <param name=
"value">The value to edit.</param>
5023       <param name=
"style">Optional GUIStyle.</param>
5024       <returns>
5025         <para>The
value entered by the user.</para>
5026       </returns>
5027     </member>
5028     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture)">
5029       <summary>
5030         <para>Draws the texture within a rectangle.</para>
5031       </summary>
5032       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5033       <param name=
"image">Texture to display.</param>
5034       <param name=
"mat">Material to be used when drawing the texture.</param>
5035       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5036       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5037     </member>
5038     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)">
5039       <summary>
5040         <para>Draws the texture within a rectangle.</para>
5041       </summary>
5042       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5043       <param name=
"image">Texture to display.</param>
5044       <param name=
"mat">Material to be used when drawing the texture.</param>
5045       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5046       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5047     </member>
5048     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode)">
5049       <summary>
5050         <para>Draws the texture within a rectangle.</para>
5051       </summary>
5052       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5053       <param name=
"image">Texture to display.</param>
5054       <param name=
"mat">Material to be used when drawing the texture.</param>
5055       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5056       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5057     </member>
5058     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode,System.Single)">
5059       <summary>
5060         <para>Draws the texture within a rectangle.</para>
5061       </summary>
5062       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5063       <param name=
"image">Texture to display.</param>
5064       <param name=
"mat">Material to be used when drawing the texture.</param>
5065       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5066       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5067     </member>
5068     <member name=
"M:UnityEditor.EditorGUI.DrawRect(UnityEngine.Rect,UnityEngine.Color)">
5069       <summary>
5070         <para>Draws a filled rectangle of color at the specified position and size within the current editor window.</para>
5071       </summary>
5072       <param name=
"rect">The position and size of the rectangle to draw.</param>
5073       <param name=
"color">The color of the rectange.</param>
5074     </member>
5075     <member name=
"M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture)">
5076       <summary>
5077         <para>Draws the alpha channel of a texture within a rectangle.</para>
5078       </summary>
5079       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5080       <param name=
"image">Texture to display.</param>
5081       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5082       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5083     </member>
5084     <member name=
"M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)">
5085       <summary>
5086         <para>Draws the alpha channel of a texture within a rectangle.</para>
5087       </summary>
5088       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5089       <param name=
"image">Texture to display.</param>
5090       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5091       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5092     </member>
5093     <member name=
"M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Single)">
5094       <summary>
5095         <para>Draws the alpha channel of a texture within a rectangle.</para>
5096       </summary>
5097       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5098       <param name=
"image">Texture to display.</param>
5099       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5100       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5101     </member>
5102     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String)">
5103       <summary>
5104         <para>Draws a label with a drop shadow.</para>
5105       </summary>
5106       <param name=
"position">Where to show the label.</param>
5107       <param name=
"content">Text to show
5108 @style style to use.</param>
5109       <param name=
"text"></param>
5110       <param name=
"style"></param>
5111     </member>
5112     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent)">
5113       <summary>
5114         <para>Draws a label with a drop shadow.</para>
5115       </summary>
5116       <param name=
"position">Where to show the label.</param>
5117       <param name=
"content">Text to show
5118 @style style to use.</param>
5119       <param name=
"text"></param>
5120       <param name=
"style"></param>
5121     </member>
5122     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
5123       <summary>
5124         <para>Draws a label with a drop shadow.</para>
5125       </summary>
5126       <param name=
"position">Where to show the label.</param>
5127       <param name=
"content">Text to show
5128 @style style to use.</param>
5129       <param name=
"text"></param>
5130       <param name=
"style"></param>
5131     </member>
5132     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
5133       <summary>
5134         <para>Draws a label with a drop shadow.</para>
5135       </summary>
5136       <param name=
"position">Where to show the label.</param>
5137       <param name=
"content">Text to show
5138 @style style to use.</param>
5139       <param name=
"text"></param>
5140       <param name=
"style"></param>
5141     </member>
5142     <member name=
"M:UnityEditor.EditorGUI.EndChangeCheck">
5143       <summary>
5144         <para>Ends a change check started with BeginChangeCheck ().</para>
5145       </summary>
5146       <returns>
5147         <para>True
if GUI.changed was set to true, otherwise false.</para>
5148       </returns>
5149     </member>
5150     <member name=
"M:UnityEditor.EditorGUI.EndDisabledGroup">
5151       <summary>
5152         <para>Ends a disabled
group started with BeginDisabledGroup.</para>
5153       </summary>
5154     </member>
5155     <member name=
"M:UnityEditor.EditorGUI.EndProperty">
5156       <summary>
5157         <para>Ends a Property wrapper started with BeginProperty.</para>
5158       </summary>
5159     </member>
5160     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum)">
5161       <summary>
5162         <para>Make a field
for enum based masks.</para>
5163       </summary>
5164       <param name=
"position">Rectangle on the screen to use for this control.</param>
5165       <param name=
"enumValue">Enum to use for the flags.</param>
5166       <param name=
"style">Optional GUIStyle.</param>
5167       <param name=
"label">Caption/label for the control.</param>
5168       <returns>
5169         <para>The
value modified by the user.</para>
5170       </returns>
5171     </member>
5172     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum)">
5173       <summary>
5174         <para>Make a field
for enum based masks.</para>
5175       </summary>
5176       <param name=
"position">Rectangle on the screen to use for this control.</param>
5177       <param name=
"enumValue">Enum to use for the flags.</param>
5178       <param name=
"style">Optional GUIStyle.</param>
5179       <param name=
"label">Caption/label for the control.</param>
5180       <returns>
5181         <para>The
value modified by the user.</para>
5182       </returns>
5183     </member>
5184     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)">
5185       <summary>
5186         <para>Make a field
for enum based masks.</para>
5187       </summary>
5188       <param name=
"position">Rectangle on the screen to use for this control.</param>
5189       <param name=
"enumValue">Enum to use for the flags.</param>
5190       <param name=
"style">Optional GUIStyle.</param>
5191       <param name=
"label">Caption/label for the control.</param>
5192       <returns>
5193         <para>The
value modified by the user.</para>
5194       </returns>
5195     </member>
5196     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)">
5197       <summary>
5198         <para>Make a field
for enum based masks.</para>
5199       </summary>
5200       <param name=
"position">Rectangle on the screen to use for this control.</param>
5201       <param name=
"enumValue">Enum to use for the flags.</param>
5202       <param name=
"style">Optional GUIStyle.</param>
5203       <param name=
"label">Caption/label for the control.</param>
5204       <returns>
5205         <para>The
value modified by the user.</para>
5206       </returns>
5207     </member>
5208     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)">
5209       <summary>
5210         <para>Make a field
for enum based masks.</para>
5211       </summary>
5212       <param name=
"position">Rectangle on the screen to use for this control.</param>
5213       <param name=
"enumValue">Enum to use for the flags.</param>
5214       <param name=
"style">Optional GUIStyle.</param>
5215       <param name=
"label">Caption/label for the control.</param>
5216       <returns>
5217         <para>The
value modified by the user.</para>
5218       </returns>
5219     </member>
5220     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)">
5221       <summary>
5222         <para>Make a field
for enum based masks.</para>
5223       </summary>
5224       <param name=
"position">Rectangle on the screen to use for this control.</param>
5225       <param name=
"enumValue">Enum to use for the flags.</param>
5226       <param name=
"style">Optional GUIStyle.</param>
5227       <param name=
"label">Caption/label for the control.</param>
5228       <returns>
5229         <para>The
value modified by the user.</para>
5230       </returns>
5231     </member>
5232     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField">
5233       <summary>
5234         <para>Internal version that also gives you back which flags were changed and what they were changed to.</para>
5235       </summary>
5236     </member>
5237     <member name=
"M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)">
5238       <summary>
5239         <para>Make an
enum popup selection field for a bitmask.</para>
5240       </summary>
5241       <param name=
"position">Rectangle on the screen to use for the field.</param>
5242       <param name=
"label">Optional label in front of the field.</param>
5243       <param name=
"selected">The enum options the field shows.</param>
5244       <param name=
"style">Optional GUIStyle.</param>
5245       <returns>
5246         <para>The
enum options that has been selected by the user.</para>
5247       </returns>
5248     </member>
5249     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum)">
5250       <summary>
5251         <para>Make an
enum popup selection field.</para>
5252       </summary>
5253       <param name=
"position">Rectangle on the screen to use for the field.</param>
5254       <param name=
"label">Optional label in front of the field.</param>
5255       <param name=
"selected">The enum option the field shows.</param>
5256       <param name=
"style">Optional GUIStyle.</param>
5257       <returns>
5258         <para>The
enum option that has been selected by the user.</para>
5259       </returns>
5260     </member>
5261     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum)">
5262       <summary>
5263         <para>Make an
enum popup selection field.</para>
5264       </summary>
5265       <param name=
"position">Rectangle on the screen to use for the field.</param>
5266       <param name=
"label">Optional label in front of the field.</param>
5267       <param name=
"selected">The enum option the field shows.</param>
5268       <param name=
"style">Optional GUIStyle.</param>
5269       <returns>
5270         <para>The
enum option that has been selected by the user.</para>
5271       </returns>
5272     </member>
5273     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)">
5274       <summary>
5275         <para>Make an
enum popup selection field.</para>
5276       </summary>
5277       <param name=
"position">Rectangle on the screen to use for the field.</param>
5278       <param name=
"label">Optional label in front of the field.</param>
5279       <param name=
"selected">The enum option the field shows.</param>
5280       <param name=
"style">Optional GUIStyle.</param>
5281       <returns>
5282         <para>The
enum option that has been selected by the user.</para>
5283       </returns>
5284     </member>
5285     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)">
5286       <summary>
5287         <para>Make an
enum popup selection field.</para>
5288       </summary>
5289       <param name=
"position">Rectangle on the screen to use for the field.</param>
5290       <param name=
"label">Optional label in front of the field.</param>
5291       <param name=
"selected">The enum option the field shows.</param>
5292       <param name=
"style">Optional GUIStyle.</param>
5293       <returns>
5294         <para>The
enum option that has been selected by the user.</para>
5295       </returns>
5296     </member>
5297     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)">
5298       <summary>
5299         <para>Make an
enum popup selection field.</para>
5300       </summary>
5301       <param name=
"position">Rectangle on the screen to use for the field.</param>
5302       <param name=
"label">Optional label in front of the field.</param>
5303       <param name=
"selected">The enum option the field shows.</param>
5304       <param name=
"style">Optional GUIStyle.</param>
5305       <returns>
5306         <para>The
enum option that has been selected by the user.</para>
5307       </returns>
5308     </member>
5309     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)">
5310       <summary>
5311         <para>Make an
enum popup selection field.</para>
5312       </summary>
5313       <param name=
"position">Rectangle on the screen to use for the field.</param>
5314       <param name=
"label">Optional label in front of the field.</param>
5315       <param name=
"selected">The enum option the field shows.</param>
5316       <param name=
"style">Optional GUIStyle.</param>
5317       <returns>
5318         <para>The
enum option that has been selected by the user.</para>
5319       </returns>
5320     </member>
5321     <member name=
"M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)">
5322       <summary>
5323         <para>Make a text field
for entering floats.</para>
5324       </summary>
5325       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5326       <param name=
"label">Optional label to display in front of the float field.</param>
5327       <param name=
"value">The value to edit.</param>
5328       <param name=
"style">Optional GUIStyle.</param>
5329       <returns>
5330         <para>The
value entered by the user.</para>
5331       </returns>
5332     </member>
5333     <member name=
"M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)">
5334       <summary>
5335         <para>Make a text field
for entering floats.</para>
5336       </summary>
5337       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5338       <param name=
"label">Optional label to display in front of the float field.</param>
5339       <param name=
"value">The value to edit.</param>
5340       <param name=
"style">Optional GUIStyle.</param>
5341       <returns>
5342         <para>The
value entered by the user.</para>
5343       </returns>
5344     </member>
5345     <member name=
"M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)">
5346       <summary>
5347         <para>Make a text field
for entering floats.</para>
5348       </summary>
5349       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5350       <param name=
"label">Optional label to display in front of the float field.</param>
5351       <param name=
"value">The value to edit.</param>
5352       <param name=
"style">Optional GUIStyle.</param>
5353       <returns>
5354         <para>The
value entered by the user.</para>
5355       </returns>
5356     </member>
5357     <member name=
"M:UnityEditor.EditorGUI.FocusTextInControl(System.String)">
5358       <summary>
5359         <para>Move keyboard focus to a named text field and begin editing of the content.</para>
5360       </summary>
5361       <param name=
"name">Name set using GUI.SetNextControlName.</param>
5362     </member>
5363     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String)">
5364       <summary>
5365         <para>Make a label with a foldout arrow to the left of it.</para>
5366       </summary>
5367       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5368       <param name=
"foldout">The shown foldout state.</param>
5369       <param name=
"content">The label to show.</param>
5370       <param name=
"style">Optional GUIStyle.</param>
5371       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5372       <returns>
5373         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5374       </returns>
5375     </member>
5376     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent)">
5377       <summary>
5378         <para>Make a label with a foldout arrow to the left of it.</para>
5379       </summary>
5380       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5381       <param name=
"foldout">The shown foldout state.</param>
5382       <param name=
"content">The label to show.</param>
5383       <param name=
"style">Optional GUIStyle.</param>
5384       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5385       <returns>
5386         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5387       </returns>
5388     </member>
5389     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)">
5390       <summary>
5391         <para>Make a label with a foldout arrow to the left of it.</para>
5392       </summary>
5393       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5394       <param name=
"foldout">The shown foldout state.</param>
5395       <param name=
"content">The label to show.</param>
5396       <param name=
"style">Optional GUIStyle.</param>
5397       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5398       <returns>
5399         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5400       </returns>
5401     </member>
5402     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean)">
5403       <summary>
5404         <para>Make a label with a foldout arrow to the left of it.</para>
5405       </summary>
5406       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5407       <param name=
"foldout">The shown foldout state.</param>
5408       <param name=
"content">The label to show.</param>
5409       <param name=
"style">Optional GUIStyle.</param>
5410       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5411       <returns>
5412         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5413       </returns>
5414     </member>
5415     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,UnityEngine.GUIStyle)">
5416       <summary>
5417         <para>Make a label with a foldout arrow to the left of it.</para>
5418       </summary>
5419       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5420       <param name=
"foldout">The shown foldout state.</param>
5421       <param name=
"content">The label to show.</param>
5422       <param name=
"style">Optional GUIStyle.</param>
5423       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5424       <returns>
5425         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5426       </returns>
5427     </member>
5428     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)">
5429       <summary>
5430         <para>Make a label with a foldout arrow to the left of it.</para>
5431       </summary>
5432       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5433       <param name=
"foldout">The shown foldout state.</param>
5434       <param name=
"content">The label to show.</param>
5435       <param name=
"style">Optional GUIStyle.</param>
5436       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5437       <returns>
5438         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5439       </returns>
5440     </member>
5441     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
5442       <summary>
5443         <para>Make a label with a foldout arrow to the left of it.</para>
5444       </summary>
5445       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5446       <param name=
"foldout">The shown foldout state.</param>
5447       <param name=
"content">The label to show.</param>
5448       <param name=
"style">Optional GUIStyle.</param>
5449       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5450       <returns>
5451         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5452       </returns>
5453     </member>
5454     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
5455       <summary>
5456         <para>Make a label with a foldout arrow to the left of it.</para>
5457       </summary>
5458       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
5459       <param name=
"foldout">The shown foldout state.</param>
5460       <param name=
"content">The label to show.</param>
5461       <param name=
"style">Optional GUIStyle.</param>
5462       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
5463       <returns>
5464         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
5465       </returns>
5466     </member>
5467     <member name=
"M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty)">
5468       <summary>
5469         <para>Get the height needed
for a PropertyField control.</para>
5470       </summary>
5471       <param name=
"property">Height of the property area.</param>
5472       <param name=
"label">Descriptive text or image.</param>
5473       <param name=
"includeChildren">Should the returned height include the height of child properties?</param>
5474     </member>
5475     <member name=
"M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
5476       <summary>
5477         <para>Get the height needed
for a PropertyField control.</para>
5478       </summary>
5479       <param name=
"property">Height of the property area.</param>
5480       <param name=
"label">Descriptive text or image.</param>
5481       <param name=
"includeChildren">Should the returned height include the height of child properties?</param>
5482     </member>
5483     <member name=
"M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)">
5484       <summary>
5485         <para>Get the height needed
for a PropertyField control.</para>
5486       </summary>
5487       <param name=
"property">Height of the property area.</param>
5488       <param name=
"label">Descriptive text or image.</param>
5489       <param name=
"includeChildren">Should the returned height include the height of child properties?</param>
5490     </member>
5491     <member name=
"M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent)">
5492       <summary>
5493         <para>Make a label
for some control.</para>
5494       </summary>
5495       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
5496       <param name=
"labelPosition">Rectangle on the screen to use for the label.</param>
5497       <param name=
"label">Label to show for the control.</param>
5498       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
5499       <param name=
"style">Optional GUIStyle to use for the label.</param>
5500     </member>
5501     <member name=
"M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)">
5502       <summary>
5503         <para>Make a label
for some control.</para>
5504       </summary>
5505       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
5506       <param name=
"labelPosition">Rectangle on the screen to use for the label.</param>
5507       <param name=
"label">Label to show for the control.</param>
5508       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
5509       <param name=
"style">Optional GUIStyle to use for the label.</param>
5510     </member>
5511     <member name=
"M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
5512       <summary>
5513         <para>Make a label
for some control.</para>
5514       </summary>
5515       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
5516       <param name=
"labelPosition">Rectangle on the screen to use for the label.</param>
5517       <param name=
"label">Label to show for the control.</param>
5518       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
5519       <param name=
"style">Optional GUIStyle to use for the label.</param>
5520     </member>
5521     <member name=
"M:UnityEditor.EditorGUI.HelpBox(UnityEngine.Rect,System.String,UnityEditor.MessageType)">
5522       <summary>
5523         <para>Make a help box with a message to the user.</para>
5524       </summary>
5525       <param name=
"position">Rectangle on the screen to draw the help box within.</param>
5526       <param name=
"message">The message text.</param>
5527       <param name=
"type">The type of message.</param>
5528     </member>
5529     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar">
5530       <summary>
5531         <para>Make an inspector-window-like titlebar.</para>
5532       </summary>
5533       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
5534       <param name=
"foldout">The foldout state shown with the arrow.</param>
5535       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
5536       <param name=
"targetObjs">The objects that the titlebar is for.</param>
5537       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
5538       <returns>
5539         <para>The foldout state selected
by the user.</para>
5540       </returns>
5541     </member>
5542     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar">
5543       <summary>
5544         <para>Make an inspector-window-like titlebar.</para>
5545       </summary>
5546       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
5547       <param name=
"foldout">The foldout state shown with the arrow.</param>
5548       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
5549       <param name=
"targetObjs">The objects that the titlebar is for.</param>
5550       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
5551       <returns>
5552         <para>The foldout state selected
by the user.</para>
5553       </returns>
5554     </member>
5555     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object,System.Boolean)">
5556       <summary>
5557         <para>Make an inspector-window-like titlebar.</para>
5558       </summary>
5559       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
5560       <param name=
"foldout">The foldout state shown with the arrow.</param>
5561       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
5562       <param name=
"targetObjs">The objects that the titlebar is for.</param>
5563       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
5564       <returns>
5565         <para>The foldout state selected
by the user.</para>
5566       </returns>
5567     </member>
5568     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object[],System.Boolean)">
5569       <summary>
5570         <para>Make an inspector-window-like titlebar.</para>
5571       </summary>
5572       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
5573       <param name=
"foldout">The foldout state shown with the arrow.</param>
5574       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
5575       <param name=
"targetObjs">The objects that the titlebar is for.</param>
5576       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
5577       <returns>
5578         <para>The foldout state selected
by the user.</para>
5579       </returns>
5580     </member>
5581     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32)">
5582       <summary>
5583         <para>Make a text field
for entering integers.</para>
5584       </summary>
5585       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5586       <param name=
"label">Optional label to display in front of the int field.</param>
5587       <param name=
"value">The value to edit.</param>
5588       <param name=
"style">Optional GUIStyle.</param>
5589       <returns>
5590         <para>The
value entered by the user.</para>
5591       </returns>
5592     </member>
5593     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32)">
5594       <summary>
5595         <para>Make a text field
for entering integers.</para>
5596       </summary>
5597       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5598       <param name=
"label">Optional label to display in front of the int field.</param>
5599       <param name=
"value">The value to edit.</param>
5600       <param name=
"style">Optional GUIStyle.</param>
5601       <returns>
5602         <para>The
value entered by the user.</para>
5603       </returns>
5604     </member>
5605     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)">
5606       <summary>
5607         <para>Make a text field
for entering integers.</para>
5608       </summary>
5609       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5610       <param name=
"label">Optional label to display in front of the int field.</param>
5611       <param name=
"value">The value to edit.</param>
5612       <param name=
"style">Optional GUIStyle.</param>
5613       <returns>
5614         <para>The
value entered by the user.</para>
5615       </returns>
5616     </member>
5617     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)">
5618       <summary>
5619         <para>Make a text field
for entering integers.</para>
5620       </summary>
5621       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5622       <param name=
"label">Optional label to display in front of the int field.</param>
5623       <param name=
"value">The value to edit.</param>
5624       <param name=
"style">Optional GUIStyle.</param>
5625       <returns>
5626         <para>The
value entered by the user.</para>
5627       </returns>
5628     </member>
5629     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)">
5630       <summary>
5631         <para>Make a text field
for entering integers.</para>
5632       </summary>
5633       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5634       <param name=
"label">Optional label to display in front of the int field.</param>
5635       <param name=
"value">The value to edit.</param>
5636       <param name=
"style">Optional GUIStyle.</param>
5637       <returns>
5638         <para>The
value entered by the user.</para>
5639       </returns>
5640     </member>
5641     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
5642       <summary>
5643         <para>Make a text field
for entering integers.</para>
5644       </summary>
5645       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5646       <param name=
"label">Optional label to display in front of the int field.</param>
5647       <param name=
"value">The value to edit.</param>
5648       <param name=
"style">Optional GUIStyle.</param>
5649       <returns>
5650         <para>The
value entered by the user.</para>
5651       </returns>
5652     </member>
5653     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[])">
5654       <summary>
5655         <para>Make an integer popup selection field.</para>
5656       </summary>
5657       <param name=
"position">Rectangle on the screen to use for the field.</param>
5658       <param name=
"label">Optional label in front of the field.</param>
5659       <param name=
"selectedValue">The value of the option the field shows.</param>
5660       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5661       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5662       <param name=
"style">Optional GUIStyle.</param>
5663       <returns>
5664         <para>The
value of the option that has been selected by the user.</para>
5665       </returns>
5666     </member>
5667     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[])">
5668       <summary>
5669         <para>Make an integer popup selection field.</para>
5670       </summary>
5671       <param name=
"position">Rectangle on the screen to use for the field.</param>
5672       <param name=
"label">Optional label in front of the field.</param>
5673       <param name=
"selectedValue">The value of the option the field shows.</param>
5674       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5675       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5676       <param name=
"style">Optional GUIStyle.</param>
5677       <returns>
5678         <para>The
value of the option that has been selected by the user.</para>
5679       </returns>
5680     </member>
5681     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)">
5682       <summary>
5683         <para>Make an integer popup selection field.</para>
5684       </summary>
5685       <param name=
"position">Rectangle on the screen to use for the field.</param>
5686       <param name=
"label">Optional label in front of the field.</param>
5687       <param name=
"selectedValue">The value of the option the field shows.</param>
5688       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5689       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5690       <param name=
"style">Optional GUIStyle.</param>
5691       <returns>
5692         <para>The
value of the option that has been selected by the user.</para>
5693       </returns>
5694     </member>
5695     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)">
5696       <summary>
5697         <para>Make an integer popup selection field.</para>
5698       </summary>
5699       <param name=
"position">Rectangle on the screen to use for the field.</param>
5700       <param name=
"label">Optional label in front of the field.</param>
5701       <param name=
"selectedValue">The value of the option the field shows.</param>
5702       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5703       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5704       <param name=
"style">Optional GUIStyle.</param>
5705       <returns>
5706         <para>The
value of the option that has been selected by the user.</para>
5707       </returns>
5708     </member>
5709     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)">
5710       <summary>
5711         <para>Make an integer popup selection field.</para>
5712       </summary>
5713       <param name=
"position">Rectangle on the screen to use for the field.</param>
5714       <param name=
"label">Optional label in front of the field.</param>
5715       <param name=
"selectedValue">The value of the option the field shows.</param>
5716       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5717       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5718       <param name=
"style">Optional GUIStyle.</param>
5719       <returns>
5720         <para>The
value of the option that has been selected by the user.</para>
5721       </returns>
5722     </member>
5723     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[])">
5724       <summary>
5725         <para>Make an integer popup selection field.</para>
5726       </summary>
5727       <param name=
"position">Rectangle on the screen to use for the field.</param>
5728       <param name=
"label">Optional label in front of the field.</param>
5729       <param name=
"selectedValue">The value of the option the field shows.</param>
5730       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5731       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5732       <param name=
"style">Optional GUIStyle.</param>
5733       <returns>
5734         <para>The
value of the option that has been selected by the user.</para>
5735       </returns>
5736     </member>
5737     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)">
5738       <summary>
5739         <para>Make an integer popup selection field.</para>
5740       </summary>
5741       <param name=
"position">Rectangle on the screen to use for the field.</param>
5742       <param name=
"label">Optional label in front of the field.</param>
5743       <param name=
"selectedValue">The value of the option the field shows.</param>
5744       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5745       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5746       <param name=
"style">Optional GUIStyle.</param>
5747       <returns>
5748         <para>The
value of the option that has been selected by the user.</para>
5749       </returns>
5750     </member>
5751     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[])">
5752       <summary>
5753         <para>Make an integer popup selection field.</para>
5754       </summary>
5755       <param name=
"position">Rectangle on the screen to use for the field.</param>
5756       <param name=
"label">Optional label in front of the field.</param>
5757       <param name=
"selectedValue">The value of the option the field shows.</param>
5758       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5759       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5760       <param name=
"style">Optional GUIStyle.</param>
5761       <returns>
5762         <para>The
value of the option that has been selected by the user.</para>
5763       </returns>
5764     </member>
5765     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[])">
5766       <summary>
5767         <para></para>
5768       </summary>
5769       <param name=
"position">Rectangle on the screen to use for the field.</param>
5770       <param name=
"property">The SerializedProperty to use for the control.</param>
5771       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5772       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5773       <param name=
"label">Optional label in front of the field.</param>
5774     </member>
5775     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent)">
5776       <summary>
5777         <para></para>
5778       </summary>
5779       <param name=
"position">Rectangle on the screen to use for the field.</param>
5780       <param name=
"property">The SerializedProperty to use for the control.</param>
5781       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
5782       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
5783       <param name=
"label">Optional label in front of the field.</param>
5784     </member>
5785     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.Int32,System.Int32,System.Int32)">
5786       <summary>
5787         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
5788       </summary>
5789       <param name=
"position">Rectangle on the screen to use for the slider.</param>
5790       <param name=
"label">Optional label in front of the slider.</param>
5791       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
5792       <param name=
"leftValue">The value at the left end of the slider.</param>
5793       <param name=
"rightValue">The value at the right end of the slider.</param>
5794       <returns>
5795         <para>The
value that has been set by the user.</para>
5796       </returns>
5797     </member>
5798     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.String,System.Int32,System.Int32,System.Int32)">
5799       <summary>
5800         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
5801       </summary>
5802       <param name=
"position">Rectangle on the screen to use for the slider.</param>
5803       <param name=
"label">Optional label in front of the slider.</param>
5804       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
5805       <param name=
"leftValue">The value at the left end of the slider.</param>
5806       <param name=
"rightValue">The value at the right end of the slider.</param>
5807       <returns>
5808         <para>The
value that has been set by the user.</para>
5809       </returns>
5810     </member>
5811     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)">
5812       <summary>
5813         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
5814       </summary>
5815       <param name=
"position">Rectangle on the screen to use for the slider.</param>
5816       <param name=
"label">Optional label in front of the slider.</param>
5817       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
5818       <param name=
"leftValue">The value at the left end of the slider.</param>
5819       <param name=
"rightValue">The value at the right end of the slider.</param>
5820       <returns>
5821         <para>The
value that has been set by the user.</para>
5822       </returns>
5823     </member>
5824     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32)">
5825       <summary>
5826         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
5827       </summary>
5828       <param name=
"position">Rectangle on the screen to use for the slider.</param>
5829       <param name=
"label">Optional label in front of the slider.</param>
5830       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
5831       <param name=
"leftValue">The value at the left end of the slider.</param>
5832       <param name=
"rightValue">The value at the right end of the slider.</param>
5833     </member>
5834     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String)">
5835       <summary>
5836         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
5837       </summary>
5838       <param name=
"position">Rectangle on the screen to use for the slider.</param>
5839       <param name=
"label">Optional label in front of the slider.</param>
5840       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
5841       <param name=
"leftValue">The value at the left end of the slider.</param>
5842       <param name=
"rightValue">The value at the right end of the slider.</param>
5843     </member>
5844     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent)">
5845       <summary>
5846         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
5847       </summary>
5848       <param name=
"position">Rectangle on the screen to use for the slider.</param>
5849       <param name=
"label">Optional label in front of the slider.</param>
5850       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
5851       <param name=
"leftValue">The value at the left end of the slider.</param>
5852       <param name=
"rightValue">The value at the right end of the slider.</param>
5853     </member>
5854     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String)">
5855       <summary>
5856         <para>Make a label field. (Useful
for showing read-only info.)</para>
5857       </summary>
5858       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5859       <param name=
"label">Label in front of the label field.</param>
5860       <param name=
"label2">The label to show to the right.</param>
5861       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5862     </member>
5863     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent)">
5864       <summary>
5865         <para>Make a label field. (Useful
for showing read-only info.)</para>
5866       </summary>
5867       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5868       <param name=
"label">Label in front of the label field.</param>
5869       <param name=
"label2">The label to show to the right.</param>
5870       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5871     </member>
5872     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String)">
5873       <summary>
5874         <para>Make a label field. (Useful
for showing read-only info.)</para>
5875       </summary>
5876       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5877       <param name=
"label">Label in front of the label field.</param>
5878       <param name=
"label2">The label to show to the right.</param>
5879       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5880     </member>
5881     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent)">
5882       <summary>
5883         <para>Make a label field. (Useful
for showing read-only info.)</para>
5884       </summary>
5885       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5886       <param name=
"label">Label in front of the label field.</param>
5887       <param name=
"label2">The label to show to the right.</param>
5888       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5889     </member>
5890     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
5891       <summary>
5892         <para>Make a label field. (Useful
for showing read-only info.)</para>
5893       </summary>
5894       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5895       <param name=
"label">Label in front of the label field.</param>
5896       <param name=
"label2">The label to show to the right.</param>
5897       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5898     </member>
5899     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
5900       <summary>
5901         <para>Make a label field. (Useful
for showing read-only info.)</para>
5902       </summary>
5903       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5904       <param name=
"label">Label in front of the label field.</param>
5905       <param name=
"label2">The label to show to the right.</param>
5906       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5907     </member>
5908     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
5909       <summary>
5910         <para>Make a label field. (Useful
for showing read-only info.)</para>
5911       </summary>
5912       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5913       <param name=
"label">Label in front of the label field.</param>
5914       <param name=
"label2">The label to show to the right.</param>
5915       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5916     </member>
5917     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
5918       <summary>
5919         <para>Make a label field. (Useful
for showing read-only info.)</para>
5920       </summary>
5921       <param name=
"position">Rectangle on the screen to use for the label field.</param>
5922       <param name=
"label">Label in front of the label field.</param>
5923       <param name=
"label2">The label to show to the right.</param>
5924       <param name=
"style">Style information (color, etc) for displaying the label.</param>
5925     </member>
5926     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32)">
5927       <summary>
5928         <para>Make a layer selection field.</para>
5929       </summary>
5930       <param name=
"position">Rectangle on the screen to use for the field.</param>
5931       <param name=
"label">Optional label in front of the field.</param>
5932       <param name=
"layer">The layer shown in the field.</param>
5933       <param name=
"style">Optional GUIStyle.</param>
5934       <returns>
5935         <para>The layer selected
by the user.</para>
5936       </returns>
5937     </member>
5938     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32)">
5939       <summary>
5940         <para>Make a layer selection field.</para>
5941       </summary>
5942       <param name=
"position">Rectangle on the screen to use for the field.</param>
5943       <param name=
"label">Optional label in front of the field.</param>
5944       <param name=
"layer">The layer shown in the field.</param>
5945       <param name=
"style">Optional GUIStyle.</param>
5946       <returns>
5947         <para>The layer selected
by the user.</para>
5948       </returns>
5949     </member>
5950     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)">
5951       <summary>
5952         <para>Make a layer selection field.</para>
5953       </summary>
5954       <param name=
"position">Rectangle on the screen to use for the field.</param>
5955       <param name=
"label">Optional label in front of the field.</param>
5956       <param name=
"layer">The layer shown in the field.</param>
5957       <param name=
"style">Optional GUIStyle.</param>
5958       <returns>
5959         <para>The layer selected
by the user.</para>
5960       </returns>
5961     </member>
5962     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)">
5963       <summary>
5964         <para>Make a layer selection field.</para>
5965       </summary>
5966       <param name=
"position">Rectangle on the screen to use for the field.</param>
5967       <param name=
"label">Optional label in front of the field.</param>
5968       <param name=
"layer">The layer shown in the field.</param>
5969       <param name=
"style">Optional GUIStyle.</param>
5970       <returns>
5971         <para>The layer selected
by the user.</para>
5972       </returns>
5973     </member>
5974     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)">
5975       <summary>
5976         <para>Make a layer selection field.</para>
5977       </summary>
5978       <param name=
"position">Rectangle on the screen to use for the field.</param>
5979       <param name=
"label">Optional label in front of the field.</param>
5980       <param name=
"layer">The layer shown in the field.</param>
5981       <param name=
"style">Optional GUIStyle.</param>
5982       <returns>
5983         <para>The layer selected
by the user.</para>
5984       </returns>
5985     </member>
5986     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
5987       <summary>
5988         <para>Make a layer selection field.</para>
5989       </summary>
5990       <param name=
"position">Rectangle on the screen to use for the field.</param>
5991       <param name=
"label">Optional label in front of the field.</param>
5992       <param name=
"layer">The layer shown in the field.</param>
5993       <param name=
"style">Optional GUIStyle.</param>
5994       <returns>
5995         <para>The layer selected
by the user.</para>
5996       </returns>
5997     </member>
5998     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.Int64)">
5999       <summary>
6000         <para>Make a text field
for entering long integers.</para>
6001       </summary>
6002       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6003       <param name=
"label">Optional label to display in front of the long field.</param>
6004       <param name=
"value">The value to edit.</param>
6005       <param name=
"style">Optional GUIStyle.</param>
6006       <returns>
6007         <para>The
value entered by the user.</para>
6008       </returns>
6009     </member>
6010     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64)">
6011       <summary>
6012         <para>Make a text field
for entering long integers.</para>
6013       </summary>
6014       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6015       <param name=
"label">Optional label to display in front of the long field.</param>
6016       <param name=
"value">The value to edit.</param>
6017       <param name=
"style">Optional GUIStyle.</param>
6018       <returns>
6019         <para>The
value entered by the user.</para>
6020       </returns>
6021     </member>
6022     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64)">
6023       <summary>
6024         <para>Make a text field
for entering long integers.</para>
6025       </summary>
6026       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6027       <param name=
"label">Optional label to display in front of the long field.</param>
6028       <param name=
"value">The value to edit.</param>
6029       <param name=
"style">Optional GUIStyle.</param>
6030       <returns>
6031         <para>The
value entered by the user.</para>
6032       </returns>
6033     </member>
6034     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64,UnityEngine.GUIStyle)">
6035       <summary>
6036         <para>Make a text field
for entering long integers.</para>
6037       </summary>
6038       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6039       <param name=
"label">Optional label to display in front of the long field.</param>
6040       <param name=
"value">The value to edit.</param>
6041       <param name=
"style">Optional GUIStyle.</param>
6042       <returns>
6043         <para>The
value entered by the user.</para>
6044       </returns>
6045     </member>
6046     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle)">
6047       <summary>
6048         <para>Make a text field
for entering long integers.</para>
6049       </summary>
6050       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6051       <param name=
"label">Optional label to display in front of the long field.</param>
6052       <param name=
"value">The value to edit.</param>
6053       <param name=
"style">Optional GUIStyle.</param>
6054       <returns>
6055         <para>The
value entered by the user.</para>
6056       </returns>
6057     </member>
6058     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[])">
6059       <summary>
6060         <para>Make a field
for masks.</para>
6061       </summary>
6062       <param name=
"position">Rectangle on the screen to use for this control.</param>
6063       <param name=
"label">Label for the field.</param>
6064       <param name=
"mask">The current mask to display.</param>
6065       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6066       <param name=
"style">Optional GUIStyle.</param>
6067       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6068       <returns>
6069         <para>The
value modified by the user.</para>
6070       </returns>
6071     </member>
6072     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[])">
6073       <summary>
6074         <para>Make a field
for masks.</para>
6075       </summary>
6076       <param name=
"position">Rectangle on the screen to use for this control.</param>
6077       <param name=
"label">Label for the field.</param>
6078       <param name=
"mask">The current mask to display.</param>
6079       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6080       <param name=
"style">Optional GUIStyle.</param>
6081       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6082       <returns>
6083         <para>The
value modified by the user.</para>
6084       </returns>
6085     </member>
6086     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[])">
6087       <summary>
6088         <para>Make a field
for masks.</para>
6089       </summary>
6090       <param name=
"position">Rectangle on the screen to use for this control.</param>
6091       <param name=
"label">Label for the field.</param>
6092       <param name=
"mask">The current mask to display.</param>
6093       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6094       <param name=
"style">Optional GUIStyle.</param>
6095       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6096       <returns>
6097         <para>The
value modified by the user.</para>
6098       </returns>
6099     </member>
6100     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle)">
6101       <summary>
6102         <para>Make a field
for masks.</para>
6103       </summary>
6104       <param name=
"position">Rectangle on the screen to use for this control.</param>
6105       <param name=
"label">Label for the field.</param>
6106       <param name=
"mask">The current mask to display.</param>
6107       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6108       <param name=
"style">Optional GUIStyle.</param>
6109       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6110       <returns>
6111         <para>The
value modified by the user.</para>
6112       </returns>
6113     </member>
6114     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)">
6115       <summary>
6116         <para>Make a field
for masks.</para>
6117       </summary>
6118       <param name=
"position">Rectangle on the screen to use for this control.</param>
6119       <param name=
"label">Label for the field.</param>
6120       <param name=
"mask">The current mask to display.</param>
6121       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6122       <param name=
"style">Optional GUIStyle.</param>
6123       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6124       <returns>
6125         <para>The
value modified by the user.</para>
6126       </returns>
6127     </member>
6128     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)">
6129       <summary>
6130         <para>Make a field
for masks.</para>
6131       </summary>
6132       <param name=
"position">Rectangle on the screen to use for this control.</param>
6133       <param name=
"label">Label for the field.</param>
6134       <param name=
"mask">The current mask to display.</param>
6135       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6136       <param name=
"style">Optional GUIStyle.</param>
6137       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6138       <returns>
6139         <para>The
value modified by the user.</para>
6140       </returns>
6141     </member>
6142     <member name=
"M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.GUIContent,UnityEngine.Rect,System.Single&amp;,System.Single&amp;,System.Single,System.Single)">
6143       <summary>
6144         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
6145       </summary>
6146       <param name=
"label">Optional label in front of the slider.</param>
6147       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6148       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6149       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
6150       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
6151       <param name=
"minLimit">The limit at the left end of the slider.</param>
6152       <param name=
"maxLimit">The limit at the right end of the slider.</param>
6153     </member>
6154     <member name=
"M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.Single&amp;,System.Single&amp;,System.Single,System.Single)">
6155       <summary>
6156         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
6157       </summary>
6158       <param name=
"label">Optional label in front of the slider.</param>
6159       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6160       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6161       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
6162       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
6163       <param name=
"minLimit">The limit at the left end of the slider.</param>
6164       <param name=
"maxLimit">The limit at the right end of the slider.</param>
6165     </member>
6166     <member name=
"M:UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent[],System.Single[])">
6167       <summary>
6168         <para>Make a multi-control with text fields
for entering multiple floats in the same line.</para>
6169       </summary>
6170       <param name=
"position">Rectangle on the screen to use for the float field.</param>
6171       <param name=
"label">Optional label to display in front of the float field.</param>
6172       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6173       <param name=
"values">Array with the values to edit.</param>
6174     </member>
6175     <member name=
"M:UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent[],System.Single[])">
6176       <summary>
6177         <para>Make a multi-control with text fields
for entering multiple floats in the same line.</para>
6178       </summary>
6179       <param name=
"position">Rectangle on the screen to use for the float field.</param>
6180       <param name=
"label">Optional label to display in front of the float field.</param>
6181       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6182       <param name=
"values">Array with the values to edit.</param>
6183     </member>
6184     <member name=
"M:UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
6185       <summary>
6186         <para>Make a multi-control with several property fields
in the same line.</para>
6187       </summary>
6188       <param name=
"position">Rectangle on the screen to use for the multi-property field.</param>
6189       <param name=
"valuesIterator">The SerializedProperty of the first property to make a control for.</param>
6190       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
6191       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6192     </member>
6193     <member name=
"M:UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty)">
6194       <summary>
6195         <para>Make a multi-control with several property fields
in the same line.</para>
6196       </summary>
6197       <param name=
"position">Rectangle on the screen to use for the multi-property field.</param>
6198       <param name=
"valuesIterator">The SerializedProperty of the first property to make a control for.</param>
6199       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
6200       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6201     </member>
6202     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type)">
6203       <summary>
6204         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6205       </summary>
6206       <param name=
"position">Rectangle on the screen to use for the field.</param>
6207       <param name=
"label">Optional label in front of the field.</param>
6208       <param name=
"obj">The object the field shows.</param>
6209       <param name=
"objType">The type of the objects that can be assigned.</param>
6210       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6211       <returns>
6212         <para>The
object that has been set by the user.</para>
6213       </returns>
6214     </member>
6215     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type)">
6216       <summary>
6217         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6218       </summary>
6219       <param name=
"position">Rectangle on the screen to use for the field.</param>
6220       <param name=
"label">Optional label in front of the field.</param>
6221       <param name=
"obj">The object the field shows.</param>
6222       <param name=
"objType">The type of the objects that can be assigned.</param>
6223       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6224       <returns>
6225         <para>The
object that has been set by the user.</para>
6226       </returns>
6227     </member>
6228     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type)">
6229       <summary>
6230         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6231       </summary>
6232       <param name=
"position">Rectangle on the screen to use for the field.</param>
6233       <param name=
"label">Optional label in front of the field.</param>
6234       <param name=
"obj">The object the field shows.</param>
6235       <param name=
"objType">The type of the objects that can be assigned.</param>
6236       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6237       <returns>
6238         <para>The
object that has been set by the user.</para>
6239       </returns>
6240     </member>
6241     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type,System.Boolean)">
6242       <summary>
6243         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6244       </summary>
6245       <param name=
"position">Rectangle on the screen to use for the field.</param>
6246       <param name=
"label">Optional label in front of the field.</param>
6247       <param name=
"obj">The object the field shows.</param>
6248       <param name=
"objType">The type of the objects that can be assigned.</param>
6249       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6250       <returns>
6251         <para>The
object that has been set by the user.</para>
6252       </returns>
6253     </member>
6254     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type,System.Boolean)">
6255       <summary>
6256         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6257       </summary>
6258       <param name=
"position">Rectangle on the screen to use for the field.</param>
6259       <param name=
"label">Optional label in front of the field.</param>
6260       <param name=
"obj">The object the field shows.</param>
6261       <param name=
"objType">The type of the objects that can be assigned.</param>
6262       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6263       <returns>
6264         <para>The
object that has been set by the user.</para>
6265       </returns>
6266     </member>
6267     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean)">
6268       <summary>
6269         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6270       </summary>
6271       <param name=
"position">Rectangle on the screen to use for the field.</param>
6272       <param name=
"label">Optional label in front of the field.</param>
6273       <param name=
"obj">The object the field shows.</param>
6274       <param name=
"objType">The type of the objects that can be assigned.</param>
6275       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6276       <returns>
6277         <para>The
object that has been set by the user.</para>
6278       </returns>
6279     </member>
6280     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String)">
6281       <summary>
6282         <para>Make a text field
where the user can enter a password.</para>
6283       </summary>
6284       <param name=
"position">Rectangle on the screen to use for the password field.</param>
6285       <param name=
"label">Optional label to display in front of the password field.</param>
6286       <param name=
"password">The password to edit.</param>
6287       <param name=
"style">Optional GUIStyle.</param>
6288       <returns>
6289         <para>The password entered
by the user.</para>
6290       </returns>
6291     </member>
6292     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String)">
6293       <summary>
6294         <para>Make a text field
where the user can enter a password.</para>
6295       </summary>
6296       <param name=
"position">Rectangle on the screen to use for the password field.</param>
6297       <param name=
"label">Optional label to display in front of the password field.</param>
6298       <param name=
"password">The password to edit.</param>
6299       <param name=
"style">Optional GUIStyle.</param>
6300       <returns>
6301         <para>The password entered
by the user.</para>
6302       </returns>
6303     </member>
6304     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)">
6305       <summary>
6306         <para>Make a text field
where the user can enter a password.</para>
6307       </summary>
6308       <param name=
"position">Rectangle on the screen to use for the password field.</param>
6309       <param name=
"label">Optional label to display in front of the password field.</param>
6310       <param name=
"password">The password to edit.</param>
6311       <param name=
"style">Optional GUIStyle.</param>
6312       <returns>
6313         <para>The password entered
by the user.</para>
6314       </returns>
6315     </member>
6316     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
6317       <summary>
6318         <para>Make a text field
where the user can enter a password.</para>
6319       </summary>
6320       <param name=
"position">Rectangle on the screen to use for the password field.</param>
6321       <param name=
"label">Optional label to display in front of the password field.</param>
6322       <param name=
"password">The password to edit.</param>
6323       <param name=
"style">Optional GUIStyle.</param>
6324       <returns>
6325         <para>The password entered
by the user.</para>
6326       </returns>
6327     </member>
6328     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
6329       <summary>
6330         <para>Make a text field
where the user can enter a password.</para>
6331       </summary>
6332       <param name=
"position">Rectangle on the screen to use for the password field.</param>
6333       <param name=
"label">Optional label to display in front of the password field.</param>
6334       <param name=
"password">The password to edit.</param>
6335       <param name=
"style">Optional GUIStyle.</param>
6336       <returns>
6337         <para>The password entered
by the user.</para>
6338       </returns>
6339     </member>
6340     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
6341       <summary>
6342         <para>Make a text field
where the user can enter a password.</para>
6343       </summary>
6344       <param name=
"position">Rectangle on the screen to use for the password field.</param>
6345       <param name=
"label">Optional label to display in front of the password field.</param>
6346       <param name=
"password">The password to edit.</param>
6347       <param name=
"style">Optional GUIStyle.</param>
6348       <returns>
6349         <para>The password entered
by the user.</para>
6350       </returns>
6351     </member>
6352     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[])">
6353       <summary>
6354         <para>Make a generic popup selection field.</para>
6355       </summary>
6356       <param name=
"position">Rectangle on the screen to use for the field.</param>
6357       <param name=
"label">Optional label in front of the field.</param>
6358       <param name=
"selectedIndex">The index of the option the field shows.</param>
6359       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6360       <param name=
"style">Optional GUIStyle.</param>
6361       <returns>
6362         <para>The index of the option that has been selected
by the user.</para>
6363       </returns>
6364     </member>
6365     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[])">
6366       <summary>
6367         <para>Make a generic popup selection field.</para>
6368       </summary>
6369       <param name=
"position">Rectangle on the screen to use for the field.</param>
6370       <param name=
"label">Optional label in front of the field.</param>
6371       <param name=
"selectedIndex">The index of the option the field shows.</param>
6372       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6373       <param name=
"style">Optional GUIStyle.</param>
6374       <returns>
6375         <para>The index of the option that has been selected
by the user.</para>
6376       </returns>
6377     </member>
6378     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[])">
6379       <summary>
6380         <para>Make a generic popup selection field.</para>
6381       </summary>
6382       <param name=
"position">Rectangle on the screen to use for the field.</param>
6383       <param name=
"label">Optional label in front of the field.</param>
6384       <param name=
"selectedIndex">The index of the option the field shows.</param>
6385       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6386       <param name=
"style">Optional GUIStyle.</param>
6387       <returns>
6388         <para>The index of the option that has been selected
by the user.</para>
6389       </returns>
6390     </member>
6391     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[])">
6392       <summary>
6393         <para>Make a generic popup selection field.</para>
6394       </summary>
6395       <param name=
"position">Rectangle on the screen to use for the field.</param>
6396       <param name=
"label">Optional label in front of the field.</param>
6397       <param name=
"selectedIndex">The index of the option the field shows.</param>
6398       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6399       <param name=
"style">Optional GUIStyle.</param>
6400       <returns>
6401         <para>The index of the option that has been selected
by the user.</para>
6402       </returns>
6403     </member>
6404     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)">
6405       <summary>
6406         <para>Make a generic popup selection field.</para>
6407       </summary>
6408       <param name=
"position">Rectangle on the screen to use for the field.</param>
6409       <param name=
"label">Optional label in front of the field.</param>
6410       <param name=
"selectedIndex">The index of the option the field shows.</param>
6411       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6412       <param name=
"style">Optional GUIStyle.</param>
6413       <returns>
6414         <para>The index of the option that has been selected
by the user.</para>
6415       </returns>
6416     </member>
6417     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)">
6418       <summary>
6419         <para>Make a generic popup selection field.</para>
6420       </summary>
6421       <param name=
"position">Rectangle on the screen to use for the field.</param>
6422       <param name=
"label">Optional label in front of the field.</param>
6423       <param name=
"selectedIndex">The index of the option the field shows.</param>
6424       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6425       <param name=
"style">Optional GUIStyle.</param>
6426       <returns>
6427         <para>The index of the option that has been selected
by the user.</para>
6428       </returns>
6429     </member>
6430     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)">
6431       <summary>
6432         <para>Make a generic popup selection field.</para>
6433       </summary>
6434       <param name=
"position">Rectangle on the screen to use for the field.</param>
6435       <param name=
"label">Optional label in front of the field.</param>
6436       <param name=
"selectedIndex">The index of the option the field shows.</param>
6437       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6438       <param name=
"style">Optional GUIStyle.</param>
6439       <returns>
6440         <para>The index of the option that has been selected
by the user.</para>
6441       </returns>
6442     </member>
6443     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)">
6444       <summary>
6445         <para>Make a generic popup selection field.</para>
6446       </summary>
6447       <param name=
"position">Rectangle on the screen to use for the field.</param>
6448       <param name=
"label">Optional label in front of the field.</param>
6449       <param name=
"selectedIndex">The index of the option the field shows.</param>
6450       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
6451       <param name=
"style">Optional GUIStyle.</param>
6452       <returns>
6453         <para>The index of the option that has been selected
by the user.</para>
6454       </returns>
6455     </member>
6456     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent)">
6457       <summary>
6458         <para>Make a label
in front of some control.</para>
6459       </summary>
6460       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6461       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6462       <param name=
"label">Label to show in front of the control.</param>
6463       <param name=
"style">Style to use for the label.</param>
6464       <returns>
6465         <para>Rectangle
on the screen to use just for the control itself.</para>
6466       </returns>
6467     </member>
6468     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
6469       <summary>
6470         <para>Make a label
in front of some control.</para>
6471       </summary>
6472       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6473       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6474       <param name=
"label">Label to show in front of the control.</param>
6475       <param name=
"style">Style to use for the label.</param>
6476       <returns>
6477         <para>Rectangle
on the screen to use just for the control itself.</para>
6478       </returns>
6479     </member>
6480     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent)">
6481       <summary>
6482         <para>Make a label
in front of some control.</para>
6483       </summary>
6484       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6485       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6486       <param name=
"label">Label to show in front of the control.</param>
6487       <param name=
"style">Style to use for the label.</param>
6488       <returns>
6489         <para>Rectangle
on the screen to use just for the control itself.</para>
6490       </returns>
6491     </member>
6492     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
6493       <summary>
6494         <para>Make a label
in front of some control.</para>
6495       </summary>
6496       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6497       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6498       <param name=
"label">Label to show in front of the control.</param>
6499       <param name=
"style">Style to use for the label.</param>
6500       <returns>
6501         <para>Rectangle
on the screen to use just for the control itself.</para>
6502       </returns>
6503     </member>
6504     <member name=
"M:UnityEditor.EditorGUI.ProgressBar(UnityEngine.Rect,System.Single,System.String)">
6505       <summary>
6506         <para>Make a progress bar.</para>
6507       </summary>
6508       <param name=
"totalPosition">Rectangle on the screen to use in total for both the control.</param>
6509       <param name=
"value">Value that is shown.</param>
6510       <param name=
"position"></param>
6511       <param name=
"text"></param>
6512     </member>
6513     <member name=
"M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Boolean)">
6514       <summary>
6515         <para>Make a field
for SerializedProperty.</para>
6516       </summary>
6517       <param name=
"position">Rectangle on the screen to use for the property field.</param>
6518       <param name=
"property">The SerializedProperty to make a field for.</param>
6519       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
6520       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
6521       <returns>
6522         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
6523       </returns>
6524     </member>
6525     <member name=
"M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)">
6526       <summary>
6527         <para>Make a field
for SerializedProperty.</para>
6528       </summary>
6529       <param name=
"position">Rectangle on the screen to use for the property field.</param>
6530       <param name=
"property">The SerializedProperty to make a field for.</param>
6531       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
6532       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
6533       <returns>
6534         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
6535       </returns>
6536     </member>
6537     <member name=
"T:UnityEditor.EditorGUI.PropertyScope">
6538       <summary>
6539         <para>Create a Property wrapper, useful
for making regular GUI controls work with SerializedProperty.</para>
6540       </summary>
6541     </member>
6542     <member name=
"P:UnityEditor.EditorGUI.PropertyScope.content">
6543       <summary>
6544         <para>The actual label to use
for the control.</para>
6545       </summary>
6546     </member>
6547     <member name=
"M:UnityEditor.EditorGUI.PropertyScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)">
6548       <summary>
6549         <para>Create a
new PropertyScope and begin the corresponding property.</para>
6550       </summary>
6551       <param name=
"totalPosition">Rectangle on the screen to use for the control, including label if applicable.</param>
6552       <param name=
"label">Label in front of the slider. Use null to use the name from the SerializedProperty. Use GUIContent.none to not display a label.</param>
6553       <param name=
"property">The SerializedProperty to use for the control.</param>
6554     </member>
6555     <member name=
"M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.Rect)">
6556       <summary>
6557         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
6558       </summary>
6559       <param name=
"position">Rectangle on the screen to use for the field.</param>
6560       <param name=
"label">Optional label to display above the field.</param>
6561       <param name=
"value">The value to edit.</param>
6562       <returns>
6563         <para>The
value entered by the user.</para>
6564       </returns>
6565     </member>
6566     <member name=
"M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,System.String,UnityEngine.Rect)">
6567       <summary>
6568         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
6569       </summary>
6570       <param name=
"position">Rectangle on the screen to use for the field.</param>
6571       <param name=
"label">Optional label to display above the field.</param>
6572       <param name=
"value">The value to edit.</param>
6573       <returns>
6574         <para>The
value entered by the user.</para>
6575       </returns>
6576     </member>
6577     <member name=
"M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Rect)">
6578       <summary>
6579         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
6580       </summary>
6581       <param name=
"position">Rectangle on the screen to use for the field.</param>
6582       <param name=
"label">Optional label to display above the field.</param>
6583       <param name=
"value">The value to edit.</param>
6584       <returns>
6585         <para>The
value entered by the user.</para>
6586       </returns>
6587     </member>
6588     <member name=
"M:UnityEditor.EditorGUI.RectField">
6589       <summary>
6590         <para>Make an X, Y, W &amp; H
for Rect using SerializedProperty (not public).</para>
6591       </summary>
6592     </member>
6593     <member name=
"M:UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String)">
6594       <summary>
6595         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
6596       </summary>
6597       <param name=
"position">Rectangle on the screen to use for the label.</param>
6598       <param name=
"text">The text to show.</param>
6599       <param name=
"style">Optional GUIStyle.</param>
6600     </member>
6601     <member name=
"M:UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
6602       <summary>
6603         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
6604       </summary>
6605       <param name=
"position">Rectangle on the screen to use for the label.</param>
6606       <param name=
"text">The text to show.</param>
6607       <param name=
"style">Optional GUIStyle.</param>
6608     </member>
6609     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.Single,System.Single,System.Single)">
6610       <summary>
6611         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6612       </summary>
6613       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6614       <param name=
"label">Optional label in front of the slider.</param>
6615       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6616       <param name=
"leftValue">The value at the left end of the slider.</param>
6617       <param name=
"rightValue">The value at the right end of the slider.</param>
6618       <returns>
6619         <para>The
value that has been set by the user.</para>
6620       </returns>
6621     </member>
6622     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.String,System.Single,System.Single,System.Single)">
6623       <summary>
6624         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6625       </summary>
6626       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6627       <param name=
"label">Optional label in front of the slider.</param>
6628       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6629       <param name=
"leftValue">The value at the left end of the slider.</param>
6630       <param name=
"rightValue">The value at the right end of the slider.</param>
6631       <returns>
6632         <para>The
value that has been set by the user.</para>
6633       </returns>
6634     </member>
6635     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,System.Single,System.Single)">
6636       <summary>
6637         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6638       </summary>
6639       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6640       <param name=
"label">Optional label in front of the slider.</param>
6641       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6642       <param name=
"leftValue">The value at the left end of the slider.</param>
6643       <param name=
"rightValue">The value at the right end of the slider.</param>
6644       <returns>
6645         <para>The
value that has been set by the user.</para>
6646       </returns>
6647     </member>
6648     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single)">
6649       <summary>
6650         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6651       </summary>
6652       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6653       <param name=
"label">Optional label in front of the slider.</param>
6654       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
6655       <param name=
"leftValue">The value at the left end of the slider.</param>
6656       <param name=
"rightValue">The value at the right end of the slider.</param>
6657     </member>
6658     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,System.String)">
6659       <summary>
6660         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6661       </summary>
6662       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6663       <param name=
"label">Optional label in front of the slider.</param>
6664       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
6665       <param name=
"leftValue">The value at the left end of the slider.</param>
6666       <param name=
"rightValue">The value at the right end of the slider.</param>
6667     </member>
6668     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent)">
6669       <summary>
6670         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6671       </summary>
6672       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6673       <param name=
"label">Optional label in front of the slider.</param>
6674       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
6675       <param name=
"leftValue">The value at the left end of the slider.</param>
6676       <param name=
"rightValue">The value at the right end of the slider.</param>
6677     </member>
6678     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String)">
6679       <summary>
6680         <para>Make a tag selection field.</para>
6681       </summary>
6682       <param name=
"position">Rectangle on the screen to use for the field.</param>
6683       <param name=
"label">Optional label in front of the field.</param>
6684       <param name=
"tag">The tag the field shows.</param>
6685       <param name=
"style">Optional GUIStyle.</param>
6686       <returns>
6687         <para>The tag selected
by the user.</para>
6688       </returns>
6689     </member>
6690     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String)">
6691       <summary>
6692         <para>Make a tag selection field.</para>
6693       </summary>
6694       <param name=
"position">Rectangle on the screen to use for the field.</param>
6695       <param name=
"label">Optional label in front of the field.</param>
6696       <param name=
"tag">The tag the field shows.</param>
6697       <param name=
"style">Optional GUIStyle.</param>
6698       <returns>
6699         <para>The tag selected
by the user.</para>
6700       </returns>
6701     </member>
6702     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)">
6703       <summary>
6704         <para>Make a tag selection field.</para>
6705       </summary>
6706       <param name=
"position">Rectangle on the screen to use for the field.</param>
6707       <param name=
"label">Optional label in front of the field.</param>
6708       <param name=
"tag">The tag the field shows.</param>
6709       <param name=
"style">Optional GUIStyle.</param>
6710       <returns>
6711         <para>The tag selected
by the user.</para>
6712       </returns>
6713     </member>
6714     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
6715       <summary>
6716         <para>Make a tag selection field.</para>
6717       </summary>
6718       <param name=
"position">Rectangle on the screen to use for the field.</param>
6719       <param name=
"label">Optional label in front of the field.</param>
6720       <param name=
"tag">The tag the field shows.</param>
6721       <param name=
"style">Optional GUIStyle.</param>
6722       <returns>
6723         <para>The tag selected
by the user.</para>
6724       </returns>
6725     </member>
6726     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
6727       <summary>
6728         <para>Make a tag selection field.</para>
6729       </summary>
6730       <param name=
"position">Rectangle on the screen to use for the field.</param>
6731       <param name=
"label">Optional label in front of the field.</param>
6732       <param name=
"tag">The tag the field shows.</param>
6733       <param name=
"style">Optional GUIStyle.</param>
6734       <returns>
6735         <para>The tag selected
by the user.</para>
6736       </returns>
6737     </member>
6738     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
6739       <summary>
6740         <para>Make a tag selection field.</para>
6741       </summary>
6742       <param name=
"position">Rectangle on the screen to use for the field.</param>
6743       <param name=
"label">Optional label in front of the field.</param>
6744       <param name=
"tag">The tag the field shows.</param>
6745       <param name=
"style">Optional GUIStyle.</param>
6746       <returns>
6747         <para>The tag selected
by the user.</para>
6748       </returns>
6749     </member>
6750     <member name=
"M:UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String)">
6751       <summary>
6752         <para>Make a text area.</para>
6753       </summary>
6754       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6755       <param name=
"text">The text to edit.</param>
6756       <param name=
"style">Optional GUIStyle.</param>
6757       <returns>
6758         <para>The text entered
by the user.</para>
6759       </returns>
6760     </member>
6761     <member name=
"M:UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
6762       <summary>
6763         <para>Make a text area.</para>
6764       </summary>
6765       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6766       <param name=
"text">The text to edit.</param>
6767       <param name=
"style">Optional GUIStyle.</param>
6768       <returns>
6769         <para>The text entered
by the user.</para>
6770       </returns>
6771     </member>
6772     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String)">
6773       <summary>
6774         <para>Make a text field.</para>
6775       </summary>
6776       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6777       <param name=
"label">Optional label to display in front of the text field.</param>
6778       <param name=
"text">The text to edit.</param>
6779       <param name=
"style">Optional GUIStyle.</param>
6780       <returns>
6781         <para>The text entered
by the user.</para>
6782       </returns>
6783     </member>
6784     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String)">
6785       <summary>
6786         <para>Make a text field.</para>
6787       </summary>
6788       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6789       <param name=
"label">Optional label to display in front of the text field.</param>
6790       <param name=
"text">The text to edit.</param>
6791       <param name=
"style">Optional GUIStyle.</param>
6792       <returns>
6793         <para>The text entered
by the user.</para>
6794       </returns>
6795     </member>
6796     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)">
6797       <summary>
6798         <para>Make a text field.</para>
6799       </summary>
6800       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6801       <param name=
"label">Optional label to display in front of the text field.</param>
6802       <param name=
"text">The text to edit.</param>
6803       <param name=
"style">Optional GUIStyle.</param>
6804       <returns>
6805         <para>The text entered
by the user.</para>
6806       </returns>
6807     </member>
6808     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
6809       <summary>
6810         <para>Make a text field.</para>
6811       </summary>
6812       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6813       <param name=
"label">Optional label to display in front of the text field.</param>
6814       <param name=
"text">The text to edit.</param>
6815       <param name=
"style">Optional GUIStyle.</param>
6816       <returns>
6817         <para>The text entered
by the user.</para>
6818       </returns>
6819     </member>
6820     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
6821       <summary>
6822         <para>Make a text field.</para>
6823       </summary>
6824       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6825       <param name=
"label">Optional label to display in front of the text field.</param>
6826       <param name=
"text">The text to edit.</param>
6827       <param name=
"style">Optional GUIStyle.</param>
6828       <returns>
6829         <para>The text entered
by the user.</para>
6830       </returns>
6831     </member>
6832     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
6833       <summary>
6834         <para>Make a text field.</para>
6835       </summary>
6836       <param name=
"position">Rectangle on the screen to use for the text field.</param>
6837       <param name=
"label">Optional label to display in front of the text field.</param>
6838       <param name=
"text">The text to edit.</param>
6839       <param name=
"style">Optional GUIStyle.</param>
6840       <returns>
6841         <para>The text entered
by the user.</para>
6842       </returns>
6843     </member>
6844     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean)">
6845       <summary>
6846         <para>Make a toggle.</para>
6847       </summary>
6848       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6849       <param name=
"label">Optional label in front of the toggle.</param>
6850       <param name=
"value">The shown state of the toggle.</param>
6851       <param name=
"style">Optional GUIStyle.</param>
6852       <returns>
6853         <para>The selected state of the toggle.</para>
6854       </returns>
6855     </member>
6856     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean)">
6857       <summary>
6858         <para>Make a toggle.</para>
6859       </summary>
6860       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6861       <param name=
"label">Optional label in front of the toggle.</param>
6862       <param name=
"value">The shown state of the toggle.</param>
6863       <param name=
"style">Optional GUIStyle.</param>
6864       <returns>
6865         <para>The selected state of the toggle.</para>
6866       </returns>
6867     </member>
6868     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIStyle)">
6869       <summary>
6870         <para>Make a toggle.</para>
6871       </summary>
6872       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6873       <param name=
"label">Optional label in front of the toggle.</param>
6874       <param name=
"value">The shown state of the toggle.</param>
6875       <param name=
"style">Optional GUIStyle.</param>
6876       <returns>
6877         <para>The selected state of the toggle.</para>
6878       </returns>
6879     </member>
6880     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)">
6881       <summary>
6882         <para>Make a toggle.</para>
6883       </summary>
6884       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6885       <param name=
"label">Optional label in front of the toggle.</param>
6886       <param name=
"value">The shown state of the toggle.</param>
6887       <param name=
"style">Optional GUIStyle.</param>
6888       <returns>
6889         <para>The selected state of the toggle.</para>
6890       </returns>
6891     </member>
6892     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)">
6893       <summary>
6894         <para>Make a toggle.</para>
6895       </summary>
6896       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6897       <param name=
"label">Optional label in front of the toggle.</param>
6898       <param name=
"value">The shown state of the toggle.</param>
6899       <param name=
"style">Optional GUIStyle.</param>
6900       <returns>
6901         <para>The selected state of the toggle.</para>
6902       </returns>
6903     </member>
6904     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
6905       <summary>
6906         <para>Make a toggle.</para>
6907       </summary>
6908       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6909       <param name=
"label">Optional label in front of the toggle.</param>
6910       <param name=
"value">The shown state of the toggle.</param>
6911       <param name=
"style">Optional GUIStyle.</param>
6912       <returns>
6913         <para>The selected state of the toggle.</para>
6914       </returns>
6915     </member>
6916     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean)">
6917       <summary>
6918         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
6919       </summary>
6920       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6921       <param name=
"label">Label to display next to the toggle.</param>
6922       <param name=
"value">The value to edit.</param>
6923       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
6924       <returns>
6925         <para>The
value set by the user.</para>
6926       </returns>
6927     </member>
6928     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)">
6929       <summary>
6930         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
6931       </summary>
6932       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6933       <param name=
"label">Label to display next to the toggle.</param>
6934       <param name=
"value">The value to edit.</param>
6935       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
6936       <returns>
6937         <para>The
value set by the user.</para>
6938       </returns>
6939     </member>
6940     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)">
6941       <summary>
6942         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
6943       </summary>
6944       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6945       <param name=
"label">Label to display next to the toggle.</param>
6946       <param name=
"value">The value to edit.</param>
6947       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
6948       <returns>
6949         <para>The
value set by the user.</para>
6950       </returns>
6951     </member>
6952     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
6953       <summary>
6954         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
6955       </summary>
6956       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
6957       <param name=
"label">Label to display next to the toggle.</param>
6958       <param name=
"value">The value to edit.</param>
6959       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
6960       <returns>
6961         <para>The
value set by the user.</para>
6962       </returns>
6963     </member>
6964     <member name=
"M:UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,System.String,UnityEngine.Vector2)">
6965       <summary>
6966         <para>Make an X &amp; Y field
for entering a Vector2.</para>
6967       </summary>
6968       <param name=
"position">Rectangle on the screen to use for the field.</param>
6969       <param name=
"label">Label to display above the field.</param>
6970       <param name=
"value">The value to edit.</param>
6971       <returns>
6972         <para>The
value entered by the user.</para>
6973       </returns>
6974     </member>
6975     <member name=
"M:UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)">
6976       <summary>
6977         <para>Make an X &amp; Y field
for entering a Vector2.</para>
6978       </summary>
6979       <param name=
"position">Rectangle on the screen to use for the field.</param>
6980       <param name=
"label">Label to display above the field.</param>
6981       <param name=
"value">The value to edit.</param>
6982       <returns>
6983         <para>The
value entered by the user.</para>
6984       </returns>
6985     </member>
6986     <member name=
"M:UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,System.String,UnityEngine.Vector3)">
6987       <summary>
6988         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
6989       </summary>
6990       <param name=
"position">Rectangle on the screen to use for the field.</param>
6991       <param name=
"label">Label to display above the field.</param>
6992       <param name=
"value">The value to edit.</param>
6993       <returns>
6994         <para>The
value entered by the user.</para>
6995       </returns>
6996     </member>
6997     <member name=
"M:UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector3)">
6998       <summary>
6999         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
7000       </summary>
7001       <param name=
"position">Rectangle on the screen to use for the field.</param>
7002       <param name=
"label">Label to display above the field.</param>
7003       <param name=
"value">The value to edit.</param>
7004       <returns>
7005         <para>The
value entered by the user.</para>
7006       </returns>
7007     </member>
7008     <member name=
"M:UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect,System.String,UnityEngine.Vector4)">
7009       <summary>
7010         <para>Make an X, Y, Z &amp; W field
for entering a Vector4.</para>
7011       </summary>
7012       <param name=
"position">Rectangle on the screen to use for the field.</param>
7013       <param name=
"label">Label to display above the field.</param>
7014       <param name=
"value">The value to edit.</param>
7015       <returns>
7016         <para>The
value entered by the user.</para>
7017       </returns>
7018     </member>
7019     <member name=
"T:UnityEditor.EditorGUILayout">
7020       <summary>
7021         <para>Auto-layouted version of EditorGUI.</para>
7022       </summary>
7023     </member>
7024     <member name=
"M:UnityEditor.EditorGUILayout.BeginFadeGroup(System.Single)">
7025       <summary>
7026         <para>Begins a
group that can be be hidden/shown and the transition will be animated.</para>
7027       </summary>
7028       <param name=
"value">A value between 0 and 1, 0 being hidden, and 1 being fully visible.</param>
7029       <returns>
7030         <para>If the
group is visible or not.</para>
7031       </returns>
7032     </member>
7033     <member name=
"M:UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUILayoutOption[])">
7034       <summary>
7035         <para>Begin a horizontal
group and get its rect back.</para>
7036       </summary>
7037       <param name=
"style">Optional GUIStyle.</param>
7038       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7039 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7040 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7041     </member>
7042     <member name=
"M:UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7043       <summary>
7044         <para>Begin a horizontal
group and get its rect back.</para>
7045       </summary>
7046       <param name=
"style">Optional GUIStyle.</param>
7047       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7048 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7049 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7050     </member>
7051     <member name=
"M:UnityEditor.EditorGUILayout.BeginHorizontal">
7052       <summary>
7053         <para></para>
7054       </summary>
7055     </member>
7056     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
7057       <summary>
7058         <para>Begin an automatically layouted scrollview.</para>
7059       </summary>
7060       <param name=
"scrollPosition">The position to use display.</param>
7061       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7062       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7063       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7064       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7065       <param name=
"options"></param>
7066       <param name=
"alwaysShowHorizontal"></param>
7067       <param name=
"alwaysShowVertical"></param>
7068       <param name=
"background"></param>
7069       <returns>
7070         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7071       </returns>
7072     </member>
7073     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])">
7074       <summary>
7075         <para>Begin an automatically layouted scrollview.</para>
7076       </summary>
7077       <param name=
"scrollPosition">The position to use display.</param>
7078       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7079       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7080       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7081       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7082       <param name=
"options"></param>
7083       <param name=
"alwaysShowHorizontal"></param>
7084       <param name=
"alwaysShowVertical"></param>
7085       <param name=
"background"></param>
7086       <returns>
7087         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7088       </returns>
7089     </member>
7090     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7091       <summary>
7092         <para>Begin an automatically layouted scrollview.</para>
7093       </summary>
7094       <param name=
"scrollPosition">The position to use display.</param>
7095       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7096       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7097       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7098       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7099       <param name=
"options"></param>
7100       <param name=
"alwaysShowHorizontal"></param>
7101       <param name=
"alwaysShowVertical"></param>
7102       <param name=
"background"></param>
7103       <returns>
7104         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7105       </returns>
7106     </member>
7107     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView">
7108       <summary>
7109         <para>Begin an automatically layouted scrollview.</para>
7110       </summary>
7111       <param name=
"scrollPosition">The position to use display.</param>
7112       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7113       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7114       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7115       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7116       <param name=
"options"></param>
7117       <param name=
"alwaysShowHorizontal"></param>
7118       <param name=
"alwaysShowVertical"></param>
7119       <param name=
"background"></param>
7120       <returns>
7121         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7122       </returns>
7123     </member>
7124     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7125       <summary>
7126         <para>Begin an automatically layouted scrollview.</para>
7127       </summary>
7128       <param name=
"scrollPosition">The position to use display.</param>
7129       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7130       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7131       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7132       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7133       <param name=
"options"></param>
7134       <param name=
"alwaysShowHorizontal"></param>
7135       <param name=
"alwaysShowVertical"></param>
7136       <param name=
"background"></param>
7137       <returns>
7138         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7139       </returns>
7140     </member>
7141     <member name=
"M:UnityEditor.EditorGUILayout.BeginToggleGroup(System.String,System.Boolean)">
7142       <summary>
7143         <para>Begin a vertical
group with a toggle to enable or disable all the controls within at once.</para>
7144       </summary>
7145       <param name=
"label">Label to show above the toggled controls.</param>
7146       <param name=
"toggle">Enabled state of the toggle group.</param>
7147       <returns>
7148         <para>The enabled state selected
by the user.</para>
7149       </returns>
7150     </member>
7151     <member name=
"M:UnityEditor.EditorGUILayout.BeginToggleGroup(UnityEngine.GUIContent,System.Boolean)">
7152       <summary>
7153         <para>Begin a vertical
group with a toggle to enable or disable all the controls within at once.</para>
7154       </summary>
7155       <param name=
"label">Label to show above the toggled controls.</param>
7156       <param name=
"toggle">Enabled state of the toggle group.</param>
7157       <returns>
7158         <para>The enabled state selected
by the user.</para>
7159       </returns>
7160     </member>
7161     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUILayoutOption[])">
7162       <summary>
7163         <para>Begin a vertical
group and get its rect back.</para>
7164       </summary>
7165       <param name=
"style">Optional GUIStyle.</param>
7166       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7167 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7168 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7169     </member>
7170     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7171       <summary>
7172         <para>Begin a vertical
group and get its rect back.</para>
7173       </summary>
7174       <param name=
"style">Optional GUIStyle.</param>
7175       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7176 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7177 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7178     </member>
7179     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical">
7180       <summary>
7181         <para></para>
7182       </summary>
7183     </member>
7184     <member name=
"M:UnityEditor.EditorGUILayout.BoundsField(UnityEngine.Bounds,UnityEngine.GUILayoutOption[])">
7185       <summary>
7186         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
7187       </summary>
7188       <param name=
"label">Label to display above the field.</param>
7189       <param name=
"value">The value to edit.</param>
7190       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7191 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7192 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7193       <returns>
7194         <para>The
value entered by the user.</para>
7195       </returns>
7196     </member>
7197     <member name=
"M:UnityEditor.EditorGUILayout.BoundsField(System.String,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])">
7198       <summary>
7199         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
7200       </summary>
7201       <param name=
"label">Label to display above the field.</param>
7202       <param name=
"value">The value to edit.</param>
7203       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7204 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7205 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7206       <returns>
7207         <para>The
value entered by the user.</para>
7208       </returns>
7209     </member>
7210     <member name=
"M:UnityEditor.EditorGUILayout.BoundsField(UnityEngine.GUIContent,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])">
7211       <summary>
7212         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
7213       </summary>
7214       <param name=
"label">Label to display above the field.</param>
7215       <param name=
"value">The value to edit.</param>
7216       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7217 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7218 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7219       <returns>
7220         <para>The
value entered by the user.</para>
7221       </returns>
7222     </member>
7223     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.Color,UnityEngine.GUILayoutOption[])">
7224       <summary>
7225         <para>Make a field
for selecting a Color.</para>
7226       </summary>
7227       <param name=
"label">Optional label to display in front of the field.</param>
7228       <param name=
"value">The color to edit.</param>
7229       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
7230       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
7231       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
7232       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
7233       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7234 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7235 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7236       <returns>
7237         <para>The color selected
by the user.</para>
7238       </returns>
7239     </member>
7240     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(System.String,UnityEngine.Color,UnityEngine.GUILayoutOption[])">
7241       <summary>
7242         <para>Make a field
for selecting a Color.</para>
7243       </summary>
7244       <param name=
"label">Optional label to display in front of the field.</param>
7245       <param name=
"value">The color to edit.</param>
7246       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
7247       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
7248       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
7249       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
7250       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7251 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7252 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7253       <returns>
7254         <para>The color selected
by the user.</para>
7255       </returns>
7256     </member>
7257     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,UnityEngine.GUILayoutOption[])">
7258       <summary>
7259         <para>Make a field
for selecting a Color.</para>
7260       </summary>
7261       <param name=
"label">Optional label to display in front of the field.</param>
7262       <param name=
"value">The color to edit.</param>
7263       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
7264       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
7265       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
7266       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
7267       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7268 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7269 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7270       <returns>
7271         <para>The color selected
by the user.</para>
7272       </returns>
7273     </member>
7274     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig,UnityEngine.GUILayoutOption[])">
7275       <summary>
7276         <para>Make a field
for selecting a Color.</para>
7277       </summary>
7278       <param name=
"label">Optional label to display in front of the field.</param>
7279       <param name=
"value">The color to edit.</param>
7280       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
7281       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
7282       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
7283       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
7284       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7285 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7286 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7287       <returns>
7288         <para>The color selected
by the user.</para>
7289       </returns>
7290     </member>
7291     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])">
7292       <summary>
7293         <para>Make a field
for editing an AnimationCurve.</para>
7294       </summary>
7295       <param name=
"label">Optional label to display in front of the field.</param>
7296       <param name=
"value">The curve to edit.</param>
7297       <param name=
"color">The color to show the curve with.</param>
7298       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7299       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7300 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7301 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7302       <returns>
7303         <para>The curve edited
by the user.</para>
7304       </returns>
7305     </member>
7306     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])">
7307       <summary>
7308         <para>Make a field
for editing an AnimationCurve.</para>
7309       </summary>
7310       <param name=
"label">Optional label to display in front of the field.</param>
7311       <param name=
"value">The curve to edit.</param>
7312       <param name=
"color">The color to show the curve with.</param>
7313       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7314       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7315 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7316 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7317       <returns>
7318         <para>The curve edited
by the user.</para>
7319       </returns>
7320     </member>
7321     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])">
7322       <summary>
7323         <para>Make a field
for editing an AnimationCurve.</para>
7324       </summary>
7325       <param name=
"label">Optional label to display in front of the field.</param>
7326       <param name=
"value">The curve to edit.</param>
7327       <param name=
"color">The color to show the curve with.</param>
7328       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7329       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7330 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7331 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7332       <returns>
7333         <para>The curve edited
by the user.</para>
7334       </returns>
7335     </member>
7336     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
7337       <summary>
7338         <para>Make a field
for editing an AnimationCurve.</para>
7339       </summary>
7340       <param name=
"label">Optional label to display in front of the field.</param>
7341       <param name=
"value">The curve to edit.</param>
7342       <param name=
"color">The color to show the curve with.</param>
7343       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7344       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7345 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7346 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7347       <returns>
7348         <para>The curve edited
by the user.</para>
7349       </returns>
7350     </member>
7351     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
7352       <summary>
7353         <para>Make a field
for editing an AnimationCurve.</para>
7354       </summary>
7355       <param name=
"label">Optional label to display in front of the field.</param>
7356       <param name=
"value">The curve to edit.</param>
7357       <param name=
"color">The color to show the curve with.</param>
7358       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7359       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7360 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7361 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7362       <returns>
7363         <para>The curve edited
by the user.</para>
7364       </returns>
7365     </member>
7366     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
7367       <summary>
7368         <para>Make a field
for editing an AnimationCurve.</para>
7369       </summary>
7370       <param name=
"label">Optional label to display in front of the field.</param>
7371       <param name=
"value">The curve to edit.</param>
7372       <param name=
"color">The color to show the curve with.</param>
7373       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7374       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7375 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7376 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7377       <returns>
7378         <para>The curve edited
by the user.</para>
7379       </returns>
7380     </member>
7381     <member name=
"M:UnityEditor.EditorGUILayout.CurveField">
7382       <summary>
7383         <para>Make a field
for editing an AnimationCurve.</para>
7384       </summary>
7385       <param name=
"property">The curve to edit.</param>
7386       <param name=
"color">The color to show the curve with.</param>
7387       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
7388       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7389 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7390 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7391     </member>
7392     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUILayoutOption[])">
7393       <summary>
7394         <para>Make a delayed text field
for entering doubles.</para>
7395       </summary>
7396       <param name=
"label">Optional label to display in front of the double field.</param>
7397       <param name=
"value">The value to edit.</param>
7398       <param name=
"style">Optional GUIStyle.</param>
7399       <param name=
"options">
7400           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7401           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7402           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7403         </param>
7404       <returns>
7405         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
7406       </returns>
7407     </member>
7408     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7409       <summary>
7410         <para>Make a delayed text field
for entering doubles.</para>
7411       </summary>
7412       <param name=
"label">Optional label to display in front of the double field.</param>
7413       <param name=
"value">The value to edit.</param>
7414       <param name=
"style">Optional GUIStyle.</param>
7415       <param name=
"options">
7416           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7417           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7418           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7419         </param>
7420       <returns>
7421         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
7422       </returns>
7423     </member>
7424     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])">
7425       <summary>
7426         <para>Make a delayed text field
for entering doubles.</para>
7427       </summary>
7428       <param name=
"label">Optional label to display in front of the double field.</param>
7429       <param name=
"value">The value to edit.</param>
7430       <param name=
"style">Optional GUIStyle.</param>
7431       <param name=
"options">
7432           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7433           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7434           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7435         </param>
7436       <returns>
7437         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
7438       </returns>
7439     </member>
7440     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7441       <summary>
7442         <para>Make a delayed text field
for entering doubles.</para>
7443       </summary>
7444       <param name=
"label">Optional label to display in front of the double field.</param>
7445       <param name=
"value">The value to edit.</param>
7446       <param name=
"style">Optional GUIStyle.</param>
7447       <param name=
"options">
7448           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7449           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7450           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7451         </param>
7452       <returns>
7453         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
7454       </returns>
7455     </member>
7456     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])">
7457       <summary>
7458         <para>Make a delayed text field
for entering doubles.</para>
7459       </summary>
7460       <param name=
"label">Optional label to display in front of the double field.</param>
7461       <param name=
"value">The value to edit.</param>
7462       <param name=
"style">Optional GUIStyle.</param>
7463       <param name=
"options">
7464           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7465           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7466           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7467         </param>
7468       <returns>
7469         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
7470       </returns>
7471     </member>
7472     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7473       <summary>
7474         <para>Make a delayed text field
for entering doubles.</para>
7475       </summary>
7476       <param name=
"label">Optional label to display in front of the double field.</param>
7477       <param name=
"value">The value to edit.</param>
7478       <param name=
"style">Optional GUIStyle.</param>
7479       <param name=
"options">
7480           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7481           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7482           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7483         </param>
7484       <returns>
7485         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
7486       </returns>
7487     </member>
7488     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField">
7489       <summary>
7490         <para>Make a delayed text field
for entering doubles.</para>
7491       </summary>
7492       <param name=
"property">The double property to edit.</param>
7493       <param name=
"label">Optional label to display in front of the double field. Pass GUIContent.none to hide label.</param>
7494       <param name=
"options">
7495           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7496           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7497           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7498         </param>
7499     </member>
7500     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField">
7501       <summary>
7502         <para>Make a delayed text field
for entering doubles.</para>
7503       </summary>
7504       <param name=
"property">The double property to edit.</param>
7505       <param name=
"label">Optional label to display in front of the double field. Pass GUIContent.none to hide label.</param>
7506       <param name=
"options">
7507           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7508           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7509           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
7510         </param>
7511     </member>
7512     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUILayoutOption[])">
7513       <summary>
7514         <para>Make a delayed text field
for entering floats.</para>
7515       </summary>
7516       <param name=
"label">Optional label to display in front of the float field.</param>
7517       <param name=
"value">The value to edit.</param>
7518       <param name=
"style">Optional GUIStyle.</param>
7519       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7520 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7521 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7522       <returns>
7523         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
7524       </returns>
7525     </member>
7526     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7527       <summary>
7528         <para>Make a delayed text field
for entering floats.</para>
7529       </summary>
7530       <param name=
"label">Optional label to display in front of the float field.</param>
7531       <param name=
"value">The value to edit.</param>
7532       <param name=
"style">Optional GUIStyle.</param>
7533       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7534 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7535 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7536       <returns>
7537         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
7538       </returns>
7539     </member>
7540     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])">
7541       <summary>
7542         <para>Make a delayed text field
for entering floats.</para>
7543       </summary>
7544       <param name=
"label">Optional label to display in front of the float field.</param>
7545       <param name=
"value">The value to edit.</param>
7546       <param name=
"style">Optional GUIStyle.</param>
7547       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7548 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7549 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7550       <returns>
7551         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
7552       </returns>
7553     </member>
7554     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7555       <summary>
7556         <para>Make a delayed text field
for entering floats.</para>
7557       </summary>
7558       <param name=
"label">Optional label to display in front of the float field.</param>
7559       <param name=
"value">The value to edit.</param>
7560       <param name=
"style">Optional GUIStyle.</param>
7561       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7562 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7563 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7564       <returns>
7565         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
7566       </returns>
7567     </member>
7568     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])">
7569       <summary>
7570         <para>Make a delayed text field
for entering floats.</para>
7571       </summary>
7572       <param name=
"label">Optional label to display in front of the float field.</param>
7573       <param name=
"value">The value to edit.</param>
7574       <param name=
"style">Optional GUIStyle.</param>
7575       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7576 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7577 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7578       <returns>
7579         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
7580       </returns>
7581     </member>
7582     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7583       <summary>
7584         <para>Make a delayed text field
for entering floats.</para>
7585       </summary>
7586       <param name=
"label">Optional label to display in front of the float field.</param>
7587       <param name=
"value">The value to edit.</param>
7588       <param name=
"style">Optional GUIStyle.</param>
7589       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7590 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7591 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7592       <returns>
7593         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
7594       </returns>
7595     </member>
7596     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
7597       <summary>
7598         <para>Make a delayed text field
for entering floats.</para>
7599       </summary>
7600       <param name=
"property">The float property to edit.</param>
7601       <param name=
"label">Optional label to display in front of the float field. Pass GUIContent.none to hide label.</param>
7602       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7603 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7604 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7605     </member>
7606     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
7607       <summary>
7608         <para>Make a delayed text field
for entering floats.</para>
7609       </summary>
7610       <param name=
"property">The float property to edit.</param>
7611       <param name=
"label">Optional label to display in front of the float field. Pass GUIContent.none to hide label.</param>
7612       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7613 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7614 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7615     </member>
7616     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUILayoutOption[])">
7617       <summary>
7618         <para>Make a delayed text field
for entering integers.</para>
7619       </summary>
7620       <param name=
"label">Optional label to display in front of the int field.</param>
7621       <param name=
"value">The value to edit.</param>
7622       <param name=
"style">Optional GUIStyle.</param>
7623       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7624 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7625 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7626       <returns>
7627         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
7628       </returns>
7629     </member>
7630     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7631       <summary>
7632         <para>Make a delayed text field
for entering integers.</para>
7633       </summary>
7634       <param name=
"label">Optional label to display in front of the int field.</param>
7635       <param name=
"value">The value to edit.</param>
7636       <param name=
"style">Optional GUIStyle.</param>
7637       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7638 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7639 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7640       <returns>
7641         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
7642       </returns>
7643     </member>
7644     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])">
7645       <summary>
7646         <para>Make a delayed text field
for entering integers.</para>
7647       </summary>
7648       <param name=
"label">Optional label to display in front of the int field.</param>
7649       <param name=
"value">The value to edit.</param>
7650       <param name=
"style">Optional GUIStyle.</param>
7651       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7652 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7653 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7654       <returns>
7655         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
7656       </returns>
7657     </member>
7658     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7659       <summary>
7660         <para>Make a delayed text field
for entering integers.</para>
7661       </summary>
7662       <param name=
"label">Optional label to display in front of the int field.</param>
7663       <param name=
"value">The value to edit.</param>
7664       <param name=
"style">Optional GUIStyle.</param>
7665       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7666 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7667 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7668       <returns>
7669         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
7670       </returns>
7671     </member>
7672     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])">
7673       <summary>
7674         <para>Make a delayed text field
for entering integers.</para>
7675       </summary>
7676       <param name=
"label">Optional label to display in front of the int field.</param>
7677       <param name=
"value">The value to edit.</param>
7678       <param name=
"style">Optional GUIStyle.</param>
7679       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7680 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7681 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7682       <returns>
7683         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
7684       </returns>
7685     </member>
7686     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7687       <summary>
7688         <para>Make a delayed text field
for entering integers.</para>
7689       </summary>
7690       <param name=
"label">Optional label to display in front of the int field.</param>
7691       <param name=
"value">The value to edit.</param>
7692       <param name=
"style">Optional GUIStyle.</param>
7693       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7694 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7695 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7696       <returns>
7697         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
7698       </returns>
7699     </member>
7700     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
7701       <summary>
7702         <para>Make a delayed text field
for entering integers.</para>
7703       </summary>
7704       <param name=
"property">The int property to edit.</param>
7705       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
7706       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7707 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7708 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7709     </member>
7710     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
7711       <summary>
7712         <para>Make a delayed text field
for entering integers.</para>
7713       </summary>
7714       <param name=
"property">The int property to edit.</param>
7715       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
7716       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7717 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7718 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7719     </member>
7720     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUILayoutOption[])">
7721       <summary>
7722         <para>Make a delayed text field.</para>
7723       </summary>
7724       <param name=
"label">Optional label to display in front of the int field.</param>
7725       <param name=
"text">The text to edit.</param>
7726       <param name=
"style">Optional GUIStyle.</param>
7727       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7728 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7729 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7730       <returns>
7731         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
7732       </returns>
7733     </member>
7734     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7735       <summary>
7736         <para>Make a delayed text field.</para>
7737       </summary>
7738       <param name=
"label">Optional label to display in front of the int field.</param>
7739       <param name=
"text">The text to edit.</param>
7740       <param name=
"style">Optional GUIStyle.</param>
7741       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7742 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7743 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7744       <returns>
7745         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
7746       </returns>
7747     </member>
7748     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUILayoutOption[])">
7749       <summary>
7750         <para>Make a delayed text field.</para>
7751       </summary>
7752       <param name=
"label">Optional label to display in front of the int field.</param>
7753       <param name=
"text">The text to edit.</param>
7754       <param name=
"style">Optional GUIStyle.</param>
7755       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7756 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7757 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7758       <returns>
7759         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
7760       </returns>
7761     </member>
7762     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7763       <summary>
7764         <para>Make a delayed text field.</para>
7765       </summary>
7766       <param name=
"label">Optional label to display in front of the int field.</param>
7767       <param name=
"text">The text to edit.</param>
7768       <param name=
"style">Optional GUIStyle.</param>
7769       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7770 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7771 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7772       <returns>
7773         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
7774       </returns>
7775     </member>
7776     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
7777       <summary>
7778         <para>Make a delayed text field.</para>
7779       </summary>
7780       <param name=
"label">Optional label to display in front of the int field.</param>
7781       <param name=
"text">The text to edit.</param>
7782       <param name=
"style">Optional GUIStyle.</param>
7783       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7784 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7785 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7786       <returns>
7787         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
7788       </returns>
7789     </member>
7790     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7791       <summary>
7792         <para>Make a delayed text field.</para>
7793       </summary>
7794       <param name=
"label">Optional label to display in front of the int field.</param>
7795       <param name=
"text">The text to edit.</param>
7796       <param name=
"style">Optional GUIStyle.</param>
7797       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7798 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7799 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7800       <returns>
7801         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
7802       </returns>
7803     </member>
7804     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
7805       <summary>
7806         <para>Make a delayed text field.</para>
7807       </summary>
7808       <param name=
"property">The text property to edit.</param>
7809       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
7810       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7811 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7812 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7813     </member>
7814     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
7815       <summary>
7816         <para>Make a delayed text field.</para>
7817       </summary>
7818       <param name=
"property">The text property to edit.</param>
7819       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
7820       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7821 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7822 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7823     </member>
7824     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUILayoutOption[])">
7825       <summary>
7826         <para>Make a text field
for entering double values.</para>
7827       </summary>
7828       <param name=
"label">Optional label to display in front of the double field.</param>
7829       <param name=
"value">The value to edit.</param>
7830       <param name=
"style">Optional GUIStyle.</param>
7831       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7832 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7833 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7834       <returns>
7835         <para>The
value entered by the user.</para>
7836       </returns>
7837     </member>
7838     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7839       <summary>
7840         <para>Make a text field
for entering double values.</para>
7841       </summary>
7842       <param name=
"label">Optional label to display in front of the double field.</param>
7843       <param name=
"value">The value to edit.</param>
7844       <param name=
"style">Optional GUIStyle.</param>
7845       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7846 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7847 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7848       <returns>
7849         <para>The
value entered by the user.</para>
7850       </returns>
7851     </member>
7852     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])">
7853       <summary>
7854         <para>Make a text field
for entering double values.</para>
7855       </summary>
7856       <param name=
"label">Optional label to display in front of the double field.</param>
7857       <param name=
"value">The value to edit.</param>
7858       <param name=
"style">Optional GUIStyle.</param>
7859       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7860 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7861 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7862       <returns>
7863         <para>The
value entered by the user.</para>
7864       </returns>
7865     </member>
7866     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7867       <summary>
7868         <para>Make a text field
for entering double values.</para>
7869       </summary>
7870       <param name=
"label">Optional label to display in front of the double field.</param>
7871       <param name=
"value">The value to edit.</param>
7872       <param name=
"style">Optional GUIStyle.</param>
7873       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7874 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7875 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7876       <returns>
7877         <para>The
value entered by the user.</para>
7878       </returns>
7879     </member>
7880     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])">
7881       <summary>
7882         <para>Make a text field
for entering double values.</para>
7883       </summary>
7884       <param name=
"label">Optional label to display in front of the double field.</param>
7885       <param name=
"value">The value to edit.</param>
7886       <param name=
"style">Optional GUIStyle.</param>
7887       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7888 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7889 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7890       <returns>
7891         <para>The
value entered by the user.</para>
7892       </returns>
7893     </member>
7894     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7895       <summary>
7896         <para>Make a text field
for entering double values.</para>
7897       </summary>
7898       <param name=
"label">Optional label to display in front of the double field.</param>
7899       <param name=
"value">The value to edit.</param>
7900       <param name=
"style">Optional GUIStyle.</param>
7901       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7902 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7903 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7904       <returns>
7905         <para>The
value entered by the user.</para>
7906       </returns>
7907     </member>
7908     <member name=
"M:UnityEditor.EditorGUILayout.EndFadeGroup">
7909       <summary>
7910         <para>Closes a
group started with BeginFadeGroup.</para>
7911       </summary>
7912     </member>
7913     <member name=
"M:UnityEditor.EditorGUILayout.EndHorizontal">
7914       <summary>
7915         <para>Close a
group started with BeginHorizontal.</para>
7916       </summary>
7917     </member>
7918     <member name=
"M:UnityEditor.EditorGUILayout.EndScrollView">
7919       <summary>
7920         <para>Ends a scrollview started with a call to BeginScrollView.</para>
7921       </summary>
7922     </member>
7923     <member name=
"M:UnityEditor.EditorGUILayout.EndToggleGroup">
7924       <summary>
7925         <para>Close a
group started with BeginToggleGroup.</para>
7926       </summary>
7927     </member>
7928     <member name=
"M:UnityEditor.EditorGUILayout.EndVertical">
7929       <summary>
7930         <para>Close a
group started with BeginVertical.</para>
7931       </summary>
7932     </member>
7933     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7934       <summary>
7935         <para>Make a field
for enum based masks.</para>
7936       </summary>
7937       <param name=
"label">Prefix label for this field.</param>
7938       <param name=
"enumValue">Enum to use for the flags.</param>
7939       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7940 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7941 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7942       <param name=
"style"></param>
7943       <returns>
7944         <para>The
value modified by the user.</para>
7945       </returns>
7946     </member>
7947     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7948       <summary>
7949         <para>Make a field
for enum based masks.</para>
7950       </summary>
7951       <param name=
"label">Prefix label for this field.</param>
7952       <param name=
"enumValue">Enum to use for the flags.</param>
7953       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7954 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7955 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7956       <param name=
"style"></param>
7957       <returns>
7958         <para>The
value modified by the user.</para>
7959       </returns>
7960     </member>
7961     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])">
7962       <summary>
7963         <para>Make a field
for enum based masks.</para>
7964       </summary>
7965       <param name=
"label">Prefix label for this field.</param>
7966       <param name=
"enumValue">Enum to use for the flags.</param>
7967       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7968 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7969 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7970       <param name=
"style"></param>
7971       <returns>
7972         <para>The
value modified by the user.</para>
7973       </returns>
7974     </member>
7975     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUILayoutOption[])">
7976       <summary>
7977         <para>Make a field
for enum based masks.</para>
7978       </summary>
7979       <param name=
"label">Prefix label for this field.</param>
7980       <param name=
"enumValue">Enum to use for the flags.</param>
7981       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7982 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7983 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7984       <param name=
"style"></param>
7985       <returns>
7986         <para>The
value modified by the user.</para>
7987       </returns>
7988     </member>
7989     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7990       <summary>
7991         <para>Make a field
for enum based masks.</para>
7992       </summary>
7993       <param name=
"label">Prefix label for this field.</param>
7994       <param name=
"enumValue">Enum to use for the flags.</param>
7995       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7996 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7997 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7998       <param name=
"style"></param>
7999       <returns>
8000         <para>The
value modified by the user.</para>
8001       </returns>
8002     </member>
8003     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUILayoutOption[])">
8004       <summary>
8005         <para>Make a field
for enum based masks.</para>
8006       </summary>
8007       <param name=
"label">Prefix label for this field.</param>
8008       <param name=
"enumValue">Enum to use for the flags.</param>
8009       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8010 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8011 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8012       <param name=
"style"></param>
8013       <returns>
8014         <para>The
value modified by the user.</para>
8015       </returns>
8016     </member>
8017     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])">
8018       <summary>
8019         <para>Make an
enum popup selection field for a bitmask.</para>
8020       </summary>
8021       <param name=
"label">Optional label in front of the field.</param>
8022       <param name=
"selected">The enum options the field shows.</param>
8023       <param name=
"options">Optional layout options.</param>
8024       <returns>
8025         <para>The
enum options that has been selected by the user.</para>
8026       </returns>
8027     </member>
8028     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUILayoutOption[])">
8029       <summary>
8030         <para>Make an
enum popup selection field.</para>
8031       </summary>
8032       <param name=
"label">Optional label in front of the field.</param>
8033       <param name=
"selected">The enum option the field shows.</param>
8034       <param name=
"style">Optional GUIStyle.</param>
8035       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8036 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8037 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8038       <returns>
8039         <para>The
enum option that has been selected by the user.</para>
8040       </returns>
8041     </member>
8042     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8043       <summary>
8044         <para>Make an
enum popup selection field.</para>
8045       </summary>
8046       <param name=
"label">Optional label in front of the field.</param>
8047       <param name=
"selected">The enum option the field shows.</param>
8048       <param name=
"style">Optional GUIStyle.</param>
8049       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8050 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8051 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8052       <returns>
8053         <para>The
enum option that has been selected by the user.</para>
8054       </returns>
8055     </member>
8056     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])">
8057       <summary>
8058         <para>Make an
enum popup selection field.</para>
8059       </summary>
8060       <param name=
"label">Optional label in front of the field.</param>
8061       <param name=
"selected">The enum option the field shows.</param>
8062       <param name=
"style">Optional GUIStyle.</param>
8063       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8064 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8065 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8066       <returns>
8067         <para>The
enum option that has been selected by the user.</para>
8068       </returns>
8069     </member>
8070     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8071       <summary>
8072         <para>Make an
enum popup selection field.</para>
8073       </summary>
8074       <param name=
"label">Optional label in front of the field.</param>
8075       <param name=
"selected">The enum option the field shows.</param>
8076       <param name=
"style">Optional GUIStyle.</param>
8077       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8078 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8079 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8080       <returns>
8081         <para>The
enum option that has been selected by the user.</para>
8082       </returns>
8083     </member>
8084     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])">
8085       <summary>
8086         <para>Make an
enum popup selection field.</para>
8087       </summary>
8088       <param name=
"label">Optional label in front of the field.</param>
8089       <param name=
"selected">The enum option the field shows.</param>
8090       <param name=
"style">Optional GUIStyle.</param>
8091       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8092 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8093 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8094       <returns>
8095         <para>The
enum option that has been selected by the user.</para>
8096       </returns>
8097     </member>
8098     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8099       <summary>
8100         <para>Make an
enum popup selection field.</para>
8101       </summary>
8102       <param name=
"label">Optional label in front of the field.</param>
8103       <param name=
"selected">The enum option the field shows.</param>
8104       <param name=
"style">Optional GUIStyle.</param>
8105       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8106 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8107 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8108       <returns>
8109         <para>The
enum option that has been selected by the user.</para>
8110       </returns>
8111     </member>
8112     <member name=
"T:UnityEditor.EditorGUILayout.FadeGroupScope">
8113       <summary>
8114         <para>Begins a
group that can be be hidden/shown and the transition will be animated.</para>
8115       </summary>
8116     </member>
8117     <member name=
"P:UnityEditor.EditorGUILayout.FadeGroupScope.visible">
8118       <summary>
8119         <para>Whether the
group is visible.</para>
8120       </summary>
8121     </member>
8122     <member name=
"M:UnityEditor.EditorGUILayout.FadeGroupScope.#ctor(System.Single)">
8123       <summary>
8124         <para>Create a
new FadeGroupScope and begin the corresponding group.</para>
8125       </summary>
8126       <param name=
"value">A value between 0 and 1, 0 being hidden, and 1 being fully visible.</param>
8127     </member>
8128     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUILayoutOption[])">
8129       <summary>
8130         <para>Make a text field
for entering float values.</para>
8131       </summary>
8132       <param name=
"label">Optional label to display in front of the float field.</param>
8133       <param name=
"value">The value to edit.</param>
8134       <param name=
"style">Optional GUIStyle.</param>
8135       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8136 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8137 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8138       <returns>
8139         <para>The
value entered by the user.</para>
8140       </returns>
8141     </member>
8142     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8143       <summary>
8144         <para>Make a text field
for entering float values.</para>
8145       </summary>
8146       <param name=
"label">Optional label to display in front of the float field.</param>
8147       <param name=
"value">The value to edit.</param>
8148       <param name=
"style">Optional GUIStyle.</param>
8149       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8150 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8151 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8152       <returns>
8153         <para>The
value entered by the user.</para>
8154       </returns>
8155     </member>
8156     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])">
8157       <summary>
8158         <para>Make a text field
for entering float values.</para>
8159       </summary>
8160       <param name=
"label">Optional label to display in front of the float field.</param>
8161       <param name=
"value">The value to edit.</param>
8162       <param name=
"style">Optional GUIStyle.</param>
8163       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8164 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8165 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8166       <returns>
8167         <para>The
value entered by the user.</para>
8168       </returns>
8169     </member>
8170     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8171       <summary>
8172         <para>Make a text field
for entering float values.</para>
8173       </summary>
8174       <param name=
"label">Optional label to display in front of the float field.</param>
8175       <param name=
"value">The value to edit.</param>
8176       <param name=
"style">Optional GUIStyle.</param>
8177       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8178 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8179 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8180       <returns>
8181         <para>The
value entered by the user.</para>
8182       </returns>
8183     </member>
8184     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])">
8185       <summary>
8186         <para>Make a text field
for entering float values.</para>
8187       </summary>
8188       <param name=
"label">Optional label to display in front of the float field.</param>
8189       <param name=
"value">The value to edit.</param>
8190       <param name=
"style">Optional GUIStyle.</param>
8191       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8192 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8193 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8194       <returns>
8195         <para>The
value entered by the user.</para>
8196       </returns>
8197     </member>
8198     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8199       <summary>
8200         <para>Make a text field
for entering float values.</para>
8201       </summary>
8202       <param name=
"label">Optional label to display in front of the float field.</param>
8203       <param name=
"value">The value to edit.</param>
8204       <param name=
"style">Optional GUIStyle.</param>
8205       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8206 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8207 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8208       <returns>
8209         <para>The
value entered by the user.</para>
8210       </returns>
8211     </member>
8212     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String)">
8213       <summary>
8214         <para>Make a label with a foldout arrow to the left of it.</para>
8215       </summary>
8216       <param name=
"foldout">The shown foldout state.</param>
8217       <param name=
"content">The label to show.</param>
8218       <param name=
"style">Optional GUIStyle.</param>
8219       <returns>
8220         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
8221       </returns>
8222     </member>
8223     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent)">
8224       <summary>
8225         <para>Make a label with a foldout arrow to the left of it.</para>
8226       </summary>
8227       <param name=
"foldout">The shown foldout state.</param>
8228       <param name=
"content">The label to show.</param>
8229       <param name=
"style">Optional GUIStyle.</param>
8230       <returns>
8231         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
8232       </returns>
8233     </member>
8234     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,UnityEngine.GUIStyle)">
8235       <summary>
8236         <para>Make a label with a foldout arrow to the left of it.</para>
8237       </summary>
8238       <param name=
"foldout">The shown foldout state.</param>
8239       <param name=
"content">The label to show.</param>
8240       <param name=
"style">Optional GUIStyle.</param>
8241       <returns>
8242         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
8243       </returns>
8244     </member>
8245     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
8246       <summary>
8247         <para>Make a label with a foldout arrow to the left of it.</para>
8248       </summary>
8249       <param name=
"foldout">The shown foldout state.</param>
8250       <param name=
"content">The label to show.</param>
8251       <param name=
"style">Optional GUIStyle.</param>
8252       <returns>
8253         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
8254       </returns>
8255     </member>
8256     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(UnityEngine.GUILayoutOption[])">
8257       <summary>
8258         <para>Get a rect
for an Editor control.</para>
8259       </summary>
8260       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
8261       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
8262       <param name=
"style">Optional GUIStyle to use for the control.</param>
8263       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.
8264 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8265 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8266     </member>
8267     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,UnityEngine.GUILayoutOption[])">
8268       <summary>
8269         <para>Get a rect
for an Editor control.</para>
8270       </summary>
8271       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
8272       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
8273       <param name=
"style">Optional GUIStyle to use for the control.</param>
8274       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.
8275 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8276 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8277     </member>
8278     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUILayoutOption[])">
8279       <summary>
8280         <para>Get a rect
for an Editor control.</para>
8281       </summary>
8282       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
8283       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
8284       <param name=
"style">Optional GUIStyle to use for the control.</param>
8285       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.
8286 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8287 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8288     </member>
8289     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8290       <summary>
8291         <para>Get a rect
for an Editor control.</para>
8292       </summary>
8293       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
8294       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
8295       <param name=
"style">Optional GUIStyle to use for the control.</param>
8296       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.
8297 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8298 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8299     </member>
8300     <member name=
"M:UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType)">
8301       <summary>
8302         <para>Make a help box with a message to the user.</para>
8303       </summary>
8304       <param name=
"message">The message text.</param>
8305       <param name=
"type">The type of message.</param>
8306       <param name=
"wide">If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.</param>
8307     </member>
8308     <member name=
"M:UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType,System.Boolean)">
8309       <summary>
8310         <para>Make a help box with a message to the user.</para>
8311       </summary>
8312       <param name=
"message">The message text.</param>
8313       <param name=
"type">The type of message.</param>
8314       <param name=
"wide">If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.</param>
8315     </member>
8316     <member name=
"T:UnityEditor.EditorGUILayout.HorizontalScope">
8317       <summary>
8318         <para>Disposable helper
class for managing BeginHorizontal / EndHorizontal.</para>
8319       </summary>
8320     </member>
8321     <member name=
"P:UnityEditor.EditorGUILayout.HorizontalScope.rect">
8322       <summary>
8323         <para>The rect of the horizontal
group.</para>
8324       </summary>
8325     </member>
8326     <member name=
"M:UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUILayoutOption[])">
8327       <summary>
8328         <para>Create a
new HorizontalScope and begin the corresponding horizontal group.</para>
8329       </summary>
8330       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
8331       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8332 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8333 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8334     </member>
8335     <member name=
"M:UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8336       <summary>
8337         <para>Create a
new HorizontalScope and begin the corresponding horizontal group.</para>
8338       </summary>
8339       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
8340       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8341 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8342 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8343     </member>
8344     <member name=
"M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object)">
8345       <summary>
8346         <para>Make an inspector-window-like titlebar.</para>
8347       </summary>
8348       <param name=
"foldout">The foldout state shown with the arrow.</param>
8349       <param name=
"targetObj">The object (for example a component) or objects that the titlebar is for.</param>
8350       <param name=
"targetObjs"></param>
8351       <returns>
8352         <para>The foldout state selected
by the user.</para>
8353       </returns>
8354     </member>
8355     <member name=
"M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object[])">
8356       <summary>
8357         <para>Make an inspector-window-like titlebar.</para>
8358       </summary>
8359       <param name=
"foldout">The foldout state shown with the arrow.</param>
8360       <param name=
"targetObj">The object (for example a component) or objects that the titlebar is for.</param>
8361       <param name=
"targetObjs"></param>
8362       <returns>
8363         <para>The foldout state selected
by the user.</para>
8364       </returns>
8365     </member>
8366     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUILayoutOption[])">
8367       <summary>
8368         <para>Make a text field
for entering integers.</para>
8369       </summary>
8370       <param name=
"label">Optional label to display in front of the int field.</param>
8371       <param name=
"value">The value to edit.</param>
8372       <param name=
"style">Optional GUIStyle.</param>
8373       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8374 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8375 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8376       <returns>
8377         <para>The
value entered by the user.</para>
8378       </returns>
8379     </member>
8380     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8381       <summary>
8382         <para>Make a text field
for entering integers.</para>
8383       </summary>
8384       <param name=
"label">Optional label to display in front of the int field.</param>
8385       <param name=
"value">The value to edit.</param>
8386       <param name=
"style">Optional GUIStyle.</param>
8387       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8388 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8389 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8390       <returns>
8391         <para>The
value entered by the user.</para>
8392       </returns>
8393     </member>
8394     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])">
8395       <summary>
8396         <para>Make a text field
for entering integers.</para>
8397       </summary>
8398       <param name=
"label">Optional label to display in front of the int field.</param>
8399       <param name=
"value">The value to edit.</param>
8400       <param name=
"style">Optional GUIStyle.</param>
8401       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8402 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8403 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8404       <returns>
8405         <para>The
value entered by the user.</para>
8406       </returns>
8407     </member>
8408     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8409       <summary>
8410         <para>Make a text field
for entering integers.</para>
8411       </summary>
8412       <param name=
"label">Optional label to display in front of the int field.</param>
8413       <param name=
"value">The value to edit.</param>
8414       <param name=
"style">Optional GUIStyle.</param>
8415       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8416 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8417 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8418       <returns>
8419         <para>The
value entered by the user.</para>
8420       </returns>
8421     </member>
8422     <member name=
"M:UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])">
8423       <summary>
8424         <para>Make a text field
for entering integers.</para>
8425       </summary>
8426       <param name=
"label">Optional label to display in front of the int field.</param>
8427       <param name=
"value">The value to edit.</param>
8428       <param name=
"style">Optional GUIStyle.</param>
8429       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8430 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8431 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8432       <returns>
8433         <para>The
value entered by the user.</para>
8434       </returns>
8435     </member>
8436     <member name=
"M:UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8437       <summary>
8438         <para>Make a text field
for entering integers.</para>
8439       </summary>
8440       <param name=
"label">Optional label to display in front of the int field.</param>
8441       <param name=
"value">The value to edit.</param>
8442       <param name=
"style">Optional GUIStyle.</param>
8443       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8444 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8445 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8446       <returns>
8447         <para>The
value entered by the user.</para>
8448       </returns>
8449     </member>
8450     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])">
8451       <summary>
8452         <para>Make an integer popup selection field.</para>
8453       </summary>
8454       <param name=
"label">Optional label in front of the field.</param>
8455       <param name=
"selectedValue">The value of the option the field shows.</param>
8456       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8457       <param name=
"optionValues">An array with the values for each option.</param>
8458       <param name=
"style">Optional GUIStyle.</param>
8459       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8460 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8461 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8462       <returns>
8463         <para>The
value of the option that has been selected by the user.</para>
8464       </returns>
8465     </member>
8466     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8467       <summary>
8468         <para>Make an integer popup selection field.</para>
8469       </summary>
8470       <param name=
"label">Optional label in front of the field.</param>
8471       <param name=
"selectedValue">The value of the option the field shows.</param>
8472       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8473       <param name=
"optionValues">An array with the values for each option.</param>
8474       <param name=
"style">Optional GUIStyle.</param>
8475       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8476 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8477 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8478       <returns>
8479         <para>The
value of the option that has been selected by the user.</para>
8480       </returns>
8481     </member>
8482     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])">
8483       <summary>
8484         <para>Make an integer popup selection field.</para>
8485       </summary>
8486       <param name=
"label">Optional label in front of the field.</param>
8487       <param name=
"selectedValue">The value of the option the field shows.</param>
8488       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8489       <param name=
"optionValues">An array with the values for each option.</param>
8490       <param name=
"style">Optional GUIStyle.</param>
8491       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8492 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8493 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8494       <returns>
8495         <para>The
value of the option that has been selected by the user.</para>
8496       </returns>
8497     </member>
8498     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8499       <summary>
8500         <para>Make an integer popup selection field.</para>
8501       </summary>
8502       <param name=
"label">Optional label in front of the field.</param>
8503       <param name=
"selectedValue">The value of the option the field shows.</param>
8504       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8505       <param name=
"optionValues">An array with the values for each option.</param>
8506       <param name=
"style">Optional GUIStyle.</param>
8507       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8508 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8509 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8510       <returns>
8511         <para>The
value of the option that has been selected by the user.</para>
8512       </returns>
8513     </member>
8514     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])">
8515       <summary>
8516         <para>Make an integer popup selection field.</para>
8517       </summary>
8518       <param name=
"label">Optional label in front of the field.</param>
8519       <param name=
"selectedValue">The value of the option the field shows.</param>
8520       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8521       <param name=
"optionValues">An array with the values for each option.</param>
8522       <param name=
"style">Optional GUIStyle.</param>
8523       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8524 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8525 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8526       <returns>
8527         <para>The
value of the option that has been selected by the user.</para>
8528       </returns>
8529     </member>
8530     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8531       <summary>
8532         <para>Make an integer popup selection field.</para>
8533       </summary>
8534       <param name=
"label">Optional label in front of the field.</param>
8535       <param name=
"selectedValue">The value of the option the field shows.</param>
8536       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8537       <param name=
"optionValues">An array with the values for each option.</param>
8538       <param name=
"style">Optional GUIStyle.</param>
8539       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8540 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8541 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8542       <returns>
8543         <para>The
value of the option that has been selected by the user.</para>
8544       </returns>
8545     </member>
8546     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])">
8547       <summary>
8548         <para>Make an integer popup selection field.</para>
8549       </summary>
8550       <param name=
"label">Optional label in front of the field.</param>
8551       <param name=
"selectedValue">The value of the option the field shows.</param>
8552       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8553       <param name=
"optionValues">An array with the values for each option.</param>
8554       <param name=
"style">Optional GUIStyle.</param>
8555       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8556 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8557 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8558       <returns>
8559         <para>The
value of the option that has been selected by the user.</para>
8560       </returns>
8561     </member>
8562     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8563       <summary>
8564         <para>Make an integer popup selection field.</para>
8565       </summary>
8566       <param name=
"label">Optional label in front of the field.</param>
8567       <param name=
"selectedValue">The value of the option the field shows.</param>
8568       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8569       <param name=
"optionValues">An array with the values for each option.</param>
8570       <param name=
"style">Optional GUIStyle.</param>
8571       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8572 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8573 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8574       <returns>
8575         <para>The
value of the option that has been selected by the user.</para>
8576       </returns>
8577     </member>
8578     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8579       <summary>
8580         <para>Make an integer popup selection field.</para>
8581       </summary>
8582       <param name=
"property">The value of the option the field shows.</param>
8583       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8584       <param name=
"optionValues">An array with the values for each option.</param>
8585       <param name=
"label">Optional label in front of the field.</param>
8586       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8587 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8588 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8589       <param name=
"style"></param>
8590     </member>
8591     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])">
8592       <summary>
8593         <para>Make an integer popup selection field.</para>
8594       </summary>
8595       <param name=
"property">The value of the option the field shows.</param>
8596       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8597       <param name=
"optionValues">An array with the values for each option.</param>
8598       <param name=
"label">Optional label in front of the field.</param>
8599       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8600 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8601 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8602       <param name=
"style"></param>
8603     </member>
8604     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8605       <summary>
8606         <para>Make an integer popup selection field.</para>
8607       </summary>
8608       <param name=
"property">The value of the option the field shows.</param>
8609       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
8610       <param name=
"optionValues">An array with the values for each option.</param>
8611       <param name=
"label">Optional label in front of the field.</param>
8612       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8613 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8614 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8615       <param name=
"style"></param>
8616     </member>
8617     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
8618       <summary>
8619         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
8620       </summary>
8621       <param name=
"label">Optional label in front of the slider.</param>
8622       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
8623       <param name=
"leftValue">The value at the left end of the slider.</param>
8624       <param name=
"rightValue">The value at the right end of the slider.</param>
8625       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8626 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8627 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8628       <returns>
8629         <para>The
value that has been set by the user.</para>
8630       </returns>
8631     </member>
8632     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(System.String,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
8633       <summary>
8634         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
8635       </summary>
8636       <param name=
"label">Optional label in front of the slider.</param>
8637       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
8638       <param name=
"leftValue">The value at the left end of the slider.</param>
8639       <param name=
"rightValue">The value at the right end of the slider.</param>
8640       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8641 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8642 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8643       <returns>
8644         <para>The
value that has been set by the user.</para>
8645       </returns>
8646     </member>
8647     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
8648       <summary>
8649         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
8650       </summary>
8651       <param name=
"label">Optional label in front of the slider.</param>
8652       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
8653       <param name=
"leftValue">The value at the left end of the slider.</param>
8654       <param name=
"rightValue">The value at the right end of the slider.</param>
8655       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8656 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8657 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8658       <returns>
8659         <para>The
value that has been set by the user.</para>
8660       </returns>
8661     </member>
8662     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
8663       <summary>
8664         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
8665       </summary>
8666       <param name=
"label">Optional label in front of the slider.</param>
8667       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
8668       <param name=
"leftValue">The value at the left end of the slider.</param>
8669       <param name=
"rightValue">The value at the right end of the slider.</param>
8670       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8671 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8672 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8673     </member>
8674     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String,UnityEngine.GUILayoutOption[])">
8675       <summary>
8676         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
8677       </summary>
8678       <param name=
"label">Optional label in front of the slider.</param>
8679       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
8680       <param name=
"leftValue">The value at the left end of the slider.</param>
8681       <param name=
"rightValue">The value at the right end of the slider.</param>
8682       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8683 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8684 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8685     </member>
8686     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8687       <summary>
8688         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
8689       </summary>
8690       <param name=
"label">Optional label in front of the slider.</param>
8691       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
8692       <param name=
"leftValue">The value at the left end of the slider.</param>
8693       <param name=
"rightValue">The value at the right end of the slider.</param>
8694       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8695 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8696 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8697     </member>
8698     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUILayoutOption[])">
8699       <summary>
8700         <para>Make a label field. (Useful
for showing read-only info.)</para>
8701       </summary>
8702       <param name=
"label">Label in front of the label field.</param>
8703       <param name=
"label2">The label to show to the right.</param>
8704       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8705 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8706 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8707       <param name=
"style"></param>
8708     </member>
8709     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8710       <summary>
8711         <para>Make a label field. (Useful
for showing read-only info.)</para>
8712       </summary>
8713       <param name=
"label">Label in front of the label field.</param>
8714       <param name=
"label2">The label to show to the right.</param>
8715       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8716 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8717 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8718       <param name=
"style"></param>
8719     </member>
8720     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8721       <summary>
8722         <para>Make a label field. (Useful
for showing read-only info.)</para>
8723       </summary>
8724       <param name=
"label">Label in front of the label field.</param>
8725       <param name=
"label2">The label to show to the right.</param>
8726       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8727 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8728 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8729       <param name=
"style"></param>
8730     </member>
8731     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8732       <summary>
8733         <para>Make a label field. (Useful
for showing read-only info.)</para>
8734       </summary>
8735       <param name=
"label">Label in front of the label field.</param>
8736       <param name=
"label2">The label to show to the right.</param>
8737       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8738 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8739 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8740       <param name=
"style"></param>
8741     </member>
8742     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUILayoutOption[])">
8743       <summary>
8744         <para>Make a label field. (Useful
for showing read-only info.)</para>
8745       </summary>
8746       <param name=
"label">Label in front of the label field.</param>
8747       <param name=
"label2">The label to show to the right.</param>
8748       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8749 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8750 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8751       <param name=
"style"></param>
8752     </member>
8753     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8754       <summary>
8755         <para>Make a label field. (Useful
for showing read-only info.)</para>
8756       </summary>
8757       <param name=
"label">Label in front of the label field.</param>
8758       <param name=
"label2">The label to show to the right.</param>
8759       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8760 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8761 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8762       <param name=
"style"></param>
8763     </member>
8764     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8765       <summary>
8766         <para>Make a label field. (Useful
for showing read-only info.)</para>
8767       </summary>
8768       <param name=
"label">Label in front of the label field.</param>
8769       <param name=
"label2">The label to show to the right.</param>
8770       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8771 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8772 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8773       <param name=
"style"></param>
8774     </member>
8775     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8776       <summary>
8777         <para>Make a label field. (Useful
for showing read-only info.)</para>
8778       </summary>
8779       <param name=
"label">Label in front of the label field.</param>
8780       <param name=
"label2">The label to show to the right.</param>
8781       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8782 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8783 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8784       <param name=
"style"></param>
8785     </member>
8786     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUILayoutOption[])">
8787       <summary>
8788         <para>Make a layer selection field.</para>
8789       </summary>
8790       <param name=
"label">Optional label in front of the field.</param>
8791       <param name=
"layer">The layer shown in the field.</param>
8792       <param name=
"style">Optional GUIStyle.</param>
8793       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8794 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8795 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8796       <returns>
8797         <para>The layer selected
by the user.</para>
8798       </returns>
8799     </member>
8800     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8801       <summary>
8802         <para>Make a layer selection field.</para>
8803       </summary>
8804       <param name=
"label">Optional label in front of the field.</param>
8805       <param name=
"layer">The layer shown in the field.</param>
8806       <param name=
"style">Optional GUIStyle.</param>
8807       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8808 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8809 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8810       <returns>
8811         <para>The layer selected
by the user.</para>
8812       </returns>
8813     </member>
8814     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUILayoutOption[])">
8815       <summary>
8816         <para>Make a layer selection field.</para>
8817       </summary>
8818       <param name=
"label">Optional label in front of the field.</param>
8819       <param name=
"layer">The layer shown in the field.</param>
8820       <param name=
"style">Optional GUIStyle.</param>
8821       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8822 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8823 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8824       <returns>
8825         <para>The layer selected
by the user.</para>
8826       </returns>
8827     </member>
8828     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8829       <summary>
8830         <para>Make a layer selection field.</para>
8831       </summary>
8832       <param name=
"label">Optional label in front of the field.</param>
8833       <param name=
"layer">The layer shown in the field.</param>
8834       <param name=
"style">Optional GUIStyle.</param>
8835       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8836 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8837 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8838       <returns>
8839         <para>The layer selected
by the user.</para>
8840       </returns>
8841     </member>
8842     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])">
8843       <summary>
8844         <para>Make a layer selection field.</para>
8845       </summary>
8846       <param name=
"label">Optional label in front of the field.</param>
8847       <param name=
"layer">The layer shown in the field.</param>
8848       <param name=
"style">Optional GUIStyle.</param>
8849       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8850 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8851 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8852       <returns>
8853         <para>The layer selected
by the user.</para>
8854       </returns>
8855     </member>
8856     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8857       <summary>
8858         <para>Make a layer selection field.</para>
8859       </summary>
8860       <param name=
"label">Optional label in front of the field.</param>
8861       <param name=
"layer">The layer shown in the field.</param>
8862       <param name=
"style">Optional GUIStyle.</param>
8863       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8864 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8865 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8866       <returns>
8867         <para>The layer selected
by the user.</para>
8868       </returns>
8869     </member>
8870     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUILayoutOption[])">
8871       <summary>
8872         <para>Make a text field
for entering long integers.</para>
8873       </summary>
8874       <param name=
"label">Optional label to display in front of the long field.</param>
8875       <param name=
"value">The value to edit.</param>
8876       <param name=
"style">Optional GUIStyle.</param>
8877       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8878 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8879 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8880       <returns>
8881         <para>The
value entered by the user.</para>
8882       </returns>
8883     </member>
8884     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8885       <summary>
8886         <para>Make a text field
for entering long integers.</para>
8887       </summary>
8888       <param name=
"label">Optional label to display in front of the long field.</param>
8889       <param name=
"value">The value to edit.</param>
8890       <param name=
"style">Optional GUIStyle.</param>
8891       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8892 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8893 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8894       <returns>
8895         <para>The
value entered by the user.</para>
8896       </returns>
8897     </member>
8898     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUILayoutOption[])">
8899       <summary>
8900         <para>Make a text field
for entering long integers.</para>
8901       </summary>
8902       <param name=
"label">Optional label to display in front of the long field.</param>
8903       <param name=
"value">The value to edit.</param>
8904       <param name=
"style">Optional GUIStyle.</param>
8905       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8906 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8907 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8908       <returns>
8909         <para>The
value entered by the user.</para>
8910       </returns>
8911     </member>
8912     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8913       <summary>
8914         <para>Make a text field
for entering long integers.</para>
8915       </summary>
8916       <param name=
"label">Optional label to display in front of the long field.</param>
8917       <param name=
"value">The value to edit.</param>
8918       <param name=
"style">Optional GUIStyle.</param>
8919       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8920 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8921 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8922       <returns>
8923         <para>The
value entered by the user.</para>
8924       </returns>
8925     </member>
8926     <member name=
"M:UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUILayoutOption[])">
8927       <summary>
8928         <para>Make a text field
for entering long integers.</para>
8929       </summary>
8930       <param name=
"label">Optional label to display in front of the long field.</param>
8931       <param name=
"value">The value to edit.</param>
8932       <param name=
"style">Optional GUIStyle.</param>
8933       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8934 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8935 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8936       <returns>
8937         <para>The
value entered by the user.</para>
8938       </returns>
8939     </member>
8940     <member name=
"M:UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8941       <summary>
8942         <para>Make a text field
for entering long integers.</para>
8943       </summary>
8944       <param name=
"label">Optional label to display in front of the long field.</param>
8945       <param name=
"value">The value to edit.</param>
8946       <param name=
"style">Optional GUIStyle.</param>
8947       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8948 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8949 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8950       <returns>
8951         <para>The
value entered by the user.</para>
8952       </returns>
8953     </member>
8954     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8955       <summary>
8956         <para>Make a field
for masks.</para>
8957       </summary>
8958       <param name=
"label">Prefix label of the field.</param>
8959       <param name=
"mask">The current mask to display.</param>
8960       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
8961       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8962 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8963 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8964       <param name=
"displayedOptions"></param>
8965       <param name=
"style"></param>
8966       <returns>
8967         <para>The
value modified by the user.</para>
8968       </returns>
8969     </member>
8970     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8971       <summary>
8972         <para>Make a field
for masks.</para>
8973       </summary>
8974       <param name=
"label">Prefix label of the field.</param>
8975       <param name=
"mask">The current mask to display.</param>
8976       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
8977       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8978 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8979 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8980       <param name=
"displayedOptions"></param>
8981       <param name=
"style"></param>
8982       <returns>
8983         <para>The
value modified by the user.</para>
8984       </returns>
8985     </member>
8986     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
8987       <summary>
8988         <para>Make a field
for masks.</para>
8989       </summary>
8990       <param name=
"label">Prefix label of the field.</param>
8991       <param name=
"mask">The current mask to display.</param>
8992       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
8993       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8994 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8995 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8996       <param name=
"displayedOptions"></param>
8997       <param name=
"style"></param>
8998       <returns>
8999         <para>The
value modified by the user.</para>
9000       </returns>
9001     </member>
9002     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9003       <summary>
9004         <para>Make a field
for masks.</para>
9005       </summary>
9006       <param name=
"label">Prefix label of the field.</param>
9007       <param name=
"mask">The current mask to display.</param>
9008       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9009       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9010 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9011 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9012       <param name=
"displayedOptions"></param>
9013       <param name=
"style"></param>
9014       <returns>
9015         <para>The
value modified by the user.</para>
9016       </returns>
9017     </member>
9018     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9019       <summary>
9020         <para>Make a field
for masks.</para>
9021       </summary>
9022       <param name=
"label">Prefix label of the field.</param>
9023       <param name=
"mask">The current mask to display.</param>
9024       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9025       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9026 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9027 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9028       <param name=
"displayedOptions"></param>
9029       <param name=
"style"></param>
9030       <returns>
9031         <para>The
value modified by the user.</para>
9032       </returns>
9033     </member>
9034     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9035       <summary>
9036         <para>Make a field
for masks.</para>
9037       </summary>
9038       <param name=
"label">Prefix label of the field.</param>
9039       <param name=
"mask">The current mask to display.</param>
9040       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9041       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9042 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9043 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9044       <param name=
"displayedOptions"></param>
9045       <param name=
"style"></param>
9046       <returns>
9047         <para>The
value modified by the user.</para>
9048       </returns>
9049     </member>
9050     <member name=
"M:UnityEditor.EditorGUILayout.MinMaxSlider(System.Single&amp;,System.Single&amp;,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9051       <summary>
9052         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
9053       </summary>
9054       <param name=
"label">Optional label in front of the slider.</param>
9055       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9056       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
9057       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
9058       <param name=
"minLimit">The limit at the left end of the slider.</param>
9059       <param name=
"maxLimit">The limit at the right end of the slider.</param>
9060       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9061 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9062 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9063     </member>
9064     <member name=
"M:UnityEditor.EditorGUILayout.MinMaxSlider(UnityEngine.GUIContent,System.Single&amp;,System.Single&amp;,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9065       <summary>
9066         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
9067       </summary>
9068       <param name=
"label">Optional label in front of the slider.</param>
9069       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9070       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
9071       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
9072       <param name=
"minLimit">The limit at the left end of the slider.</param>
9073       <param name=
"maxLimit">The limit at the right end of the slider.</param>
9074       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9075 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9076 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9077     </member>
9078     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])">
9079       <summary>
9080         <para>Make a field to receive any
object type.</para>
9081       </summary>
9082       <param name=
"label">Optional label in front of the field.</param>
9083       <param name=
"obj">The object the field shows.</param>
9084       <param name=
"objType">The type of the objects that can be assigned.</param>
9085       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
9086       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
9087 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9088 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9089       <returns>
9090         <para>The
object that has been set by the user.</para>
9091       </returns>
9092     </member>
9093     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])">
9094       <summary>
9095         <para>Make a field to receive any
object type.</para>
9096       </summary>
9097       <param name=
"label">Optional label in front of the field.</param>
9098       <param name=
"obj">The object the field shows.</param>
9099       <param name=
"objType">The type of the objects that can be assigned.</param>
9100       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
9101       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
9102 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9103 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9104       <returns>
9105         <para>The
object that has been set by the user.</para>
9106       </returns>
9107     </member>
9108     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])">
9109       <summary>
9110         <para>Make a field to receive any
object type.</para>
9111       </summary>
9112       <param name=
"label">Optional label in front of the field.</param>
9113       <param name=
"obj">The object the field shows.</param>
9114       <param name=
"objType">The type of the objects that can be assigned.</param>
9115       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
9116       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
9117 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9118 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9119       <returns>
9120         <para>The
object that has been set by the user.</para>
9121       </returns>
9122     </member>
9123     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUILayoutOption[])">
9124       <summary>
9125         <para>Make a text field
where the user can enter a password.</para>
9126       </summary>
9127       <param name=
"label">Optional label to display in front of the password field.</param>
9128       <param name=
"password">The password to edit.</param>
9129       <param name=
"style">Optional GUIStyle.</param>
9130       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9131 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9132 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9133       <returns>
9134         <para>The password entered
by the user.</para>
9135       </returns>
9136     </member>
9137     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9138       <summary>
9139         <para>Make a text field
where the user can enter a password.</para>
9140       </summary>
9141       <param name=
"label">Optional label to display in front of the password field.</param>
9142       <param name=
"password">The password to edit.</param>
9143       <param name=
"style">Optional GUIStyle.</param>
9144       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9145 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9146 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9147       <returns>
9148         <para>The password entered
by the user.</para>
9149       </returns>
9150     </member>
9151     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUILayoutOption[])">
9152       <summary>
9153         <para>Make a text field
where the user can enter a password.</para>
9154       </summary>
9155       <param name=
"label">Optional label to display in front of the password field.</param>
9156       <param name=
"password">The password to edit.</param>
9157       <param name=
"style">Optional GUIStyle.</param>
9158       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9159 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9160 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9161       <returns>
9162         <para>The password entered
by the user.</para>
9163       </returns>
9164     </member>
9165     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9166       <summary>
9167         <para>Make a text field
where the user can enter a password.</para>
9168       </summary>
9169       <param name=
"label">Optional label to display in front of the password field.</param>
9170       <param name=
"password">The password to edit.</param>
9171       <param name=
"style">Optional GUIStyle.</param>
9172       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9173 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9174 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9175       <returns>
9176         <para>The password entered
by the user.</para>
9177       </returns>
9178     </member>
9179     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
9180       <summary>
9181         <para>Make a text field
where the user can enter a password.</para>
9182       </summary>
9183       <param name=
"label">Optional label to display in front of the password field.</param>
9184       <param name=
"password">The password to edit.</param>
9185       <param name=
"style">Optional GUIStyle.</param>
9186       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9187 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9188 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9189       <returns>
9190         <para>The password entered
by the user.</para>
9191       </returns>
9192     </member>
9193     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9194       <summary>
9195         <para>Make a text field
where the user can enter a password.</para>
9196       </summary>
9197       <param name=
"label">Optional label to display in front of the password field.</param>
9198       <param name=
"password">The password to edit.</param>
9199       <param name=
"style">Optional GUIStyle.</param>
9200       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9201 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9202 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9203       <returns>
9204         <para>The password entered
by the user.</para>
9205       </returns>
9206     </member>
9207     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9208       <summary>
9209         <para>Make a generic popup selection field.</para>
9210       </summary>
9211       <param name=
"label">Optional label in front of the field.</param>
9212       <param name=
"selectedIndex">The index of the option the field shows.</param>
9213       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9214       <param name=
"style">Optional GUIStyle.</param>
9215       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9216 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9217 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9218       <returns>
9219         <para>The index of the option that has been selected
by the user.</para>
9220       </returns>
9221     </member>
9222     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9223       <summary>
9224         <para>Make a generic popup selection field.</para>
9225       </summary>
9226       <param name=
"label">Optional label in front of the field.</param>
9227       <param name=
"selectedIndex">The index of the option the field shows.</param>
9228       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9229       <param name=
"style">Optional GUIStyle.</param>
9230       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9231 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9232 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9233       <returns>
9234         <para>The index of the option that has been selected
by the user.</para>
9235       </returns>
9236     </member>
9237     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])">
9238       <summary>
9239         <para>Make a generic popup selection field.</para>
9240       </summary>
9241       <param name=
"label">Optional label in front of the field.</param>
9242       <param name=
"selectedIndex">The index of the option the field shows.</param>
9243       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9244       <param name=
"style">Optional GUIStyle.</param>
9245       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9246 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9247 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9248       <returns>
9249         <para>The index of the option that has been selected
by the user.</para>
9250       </returns>
9251     </member>
9252     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9253       <summary>
9254         <para>Make a generic popup selection field.</para>
9255       </summary>
9256       <param name=
"label">Optional label in front of the field.</param>
9257       <param name=
"selectedIndex">The index of the option the field shows.</param>
9258       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9259       <param name=
"style">Optional GUIStyle.</param>
9260       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9261 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9262 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9263       <returns>
9264         <para>The index of the option that has been selected
by the user.</para>
9265       </returns>
9266     </member>
9267     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9268       <summary>
9269         <para>Make a generic popup selection field.</para>
9270       </summary>
9271       <param name=
"label">Optional label in front of the field.</param>
9272       <param name=
"selectedIndex">The index of the option the field shows.</param>
9273       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9274       <param name=
"style">Optional GUIStyle.</param>
9275       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9276 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9277 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9278       <returns>
9279         <para>The index of the option that has been selected
by the user.</para>
9280       </returns>
9281     </member>
9282     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9283       <summary>
9284         <para>Make a generic popup selection field.</para>
9285       </summary>
9286       <param name=
"label">Optional label in front of the field.</param>
9287       <param name=
"selectedIndex">The index of the option the field shows.</param>
9288       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9289       <param name=
"style">Optional GUIStyle.</param>
9290       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9291 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9292 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9293       <returns>
9294         <para>The index of the option that has been selected
by the user.</para>
9295       </returns>
9296     </member>
9297     <member name=
"M:UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])">
9298       <summary>
9299         <para>Make a generic popup selection field.</para>
9300       </summary>
9301       <param name=
"label">Optional label in front of the field.</param>
9302       <param name=
"selectedIndex">The index of the option the field shows.</param>
9303       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9304       <param name=
"style">Optional GUIStyle.</param>
9305       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9306 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9307 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9308       <returns>
9309         <para>The index of the option that has been selected
by the user.</para>
9310       </returns>
9311     </member>
9312     <member name=
"M:UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9313       <summary>
9314         <para>Make a generic popup selection field.</para>
9315       </summary>
9316       <param name=
"label">Optional label in front of the field.</param>
9317       <param name=
"selectedIndex">The index of the option the field shows.</param>
9318       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
9319       <param name=
"style">Optional GUIStyle.</param>
9320       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9321 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9322 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9323       <returns>
9324         <para>The index of the option that has been selected
by the user.</para>
9325       </returns>
9326     </member>
9327     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(System.String)">
9328       <summary>
9329         <para>Make a label
in front of some control.</para>
9330       </summary>
9331       <param name=
"label">Label to show in front of the control.</param>
9332       <param name=
"followingStyle"></param>
9333       <param name=
"labelStyle"></param>
9334     </member>
9335     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent)">
9336       <summary>
9337         <para>Make a label
in front of some control.</para>
9338       </summary>
9339       <param name=
"label">Label to show in front of the control.</param>
9340       <param name=
"followingStyle"></param>
9341       <param name=
"labelStyle"></param>
9342     </member>
9343     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle)">
9344       <summary>
9345         <para>Make a label
in front of some control.</para>
9346       </summary>
9347       <param name=
"label">Label to show in front of the control.</param>
9348       <param name=
"followingStyle"></param>
9349       <param name=
"labelStyle"></param>
9350     </member>
9351     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle)">
9352       <summary>
9353         <para>Make a label
in front of some control.</para>
9354       </summary>
9355       <param name=
"label">Label to show in front of the control.</param>
9356       <param name=
"followingStyle"></param>
9357       <param name=
"labelStyle"></param>
9358     </member>
9359     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle)">
9360       <summary>
9361         <para>Make a label
in front of some control.</para>
9362       </summary>
9363       <param name=
"label">Label to show in front of the control.</param>
9364       <param name=
"followingStyle"></param>
9365       <param name=
"labelStyle"></param>
9366     </member>
9367     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUIStyle)">
9368       <summary>
9369         <para>Make a label
in front of some control.</para>
9370       </summary>
9371       <param name=
"label">Label to show in front of the control.</param>
9372       <param name=
"followingStyle"></param>
9373       <param name=
"labelStyle"></param>
9374     </member>
9375     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
9376       <summary>
9377         <para>Make a field
for SerializedProperty.</para>
9378       </summary>
9379       <param name=
"property">The SerializedProperty to make a field for.</param>
9380       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
9381       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
9382       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9383 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9384 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9385       <returns>
9386         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
9387       </returns>
9388     </member>
9389     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9390       <summary>
9391         <para>Make a field
for SerializedProperty.</para>
9392       </summary>
9393       <param name=
"property">The SerializedProperty to make a field for.</param>
9394       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
9395       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
9396       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9397 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9398 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9399       <returns>
9400         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
9401       </returns>
9402     </member>
9403     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,System.Boolean,UnityEngine.GUILayoutOption[])">
9404       <summary>
9405         <para>Make a field
for SerializedProperty.</para>
9406       </summary>
9407       <param name=
"property">The SerializedProperty to make a field for.</param>
9408       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
9409       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
9410       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9411 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9412 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9413       <returns>
9414         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
9415       </returns>
9416     </member>
9417     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])">
9418       <summary>
9419         <para>Make a field
for SerializedProperty.</para>
9420       </summary>
9421       <param name=
"property">The SerializedProperty to make a field for.</param>
9422       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
9423       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
9424       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9425 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9426 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9427       <returns>
9428         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
9429       </returns>
9430     </member>
9431     <member name=
"M:UnityEditor.EditorGUILayout.RectField(UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
9432       <summary>
9433         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
9434       </summary>
9435       <param name=
"label">Label to display above the field.</param>
9436       <param name=
"value">The value to edit.</param>
9437       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9438 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9439 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9440       <returns>
9441         <para>The
value entered by the user.</para>
9442       </returns>
9443     </member>
9444     <member name=
"M:UnityEditor.EditorGUILayout.RectField(System.String,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
9445       <summary>
9446         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
9447       </summary>
9448       <param name=
"label">Label to display above the field.</param>
9449       <param name=
"value">The value to edit.</param>
9450       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9451 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9452 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9453       <returns>
9454         <para>The
value entered by the user.</para>
9455       </returns>
9456     </member>
9457     <member name=
"M:UnityEditor.EditorGUILayout.RectField(UnityEngine.GUIContent,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
9458       <summary>
9459         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
9460       </summary>
9461       <param name=
"label">Label to display above the field.</param>
9462       <param name=
"value">The value to edit.</param>
9463       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9464 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9465 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9466       <returns>
9467         <para>The
value entered by the user.</para>
9468       </returns>
9469     </member>
9470     <member name=
"T:UnityEditor.EditorGUILayout.ScrollViewScope">
9471       <summary>
9472         <para>Disposable helper
class for managing BeginScrollView / EndScrollView.</para>
9473       </summary>
9474     </member>
9475     <member name=
"P:UnityEditor.EditorGUILayout.ScrollViewScope.handleScrollWheel">
9476       <summary>
9477         <para>Whether
this ScrollView should handle scroll wheel events. (default: true).</para>
9478       </summary>
9479     </member>
9480     <member name=
"P:UnityEditor.EditorGUILayout.ScrollViewScope.scrollPosition">
9481       <summary>
9482         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
9483       </summary>
9484     </member>
9485     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
9486       <summary>
9487         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
9488       </summary>
9489       <param name=
"scrollPosition">The scroll position to use.</param>
9490       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
9491       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
9492       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
9493       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
9494       <param name=
"options"></param>
9495       <param name=
"style"></param>
9496       <param name=
"background"></param>
9497     </member>
9498     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])">
9499       <summary>
9500         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
9501       </summary>
9502       <param name=
"scrollPosition">The scroll position to use.</param>
9503       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
9504       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
9505       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
9506       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
9507       <param name=
"options"></param>
9508       <param name=
"style"></param>
9509       <param name=
"background"></param>
9510     </member>
9511     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9512       <summary>
9513         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
9514       </summary>
9515       <param name=
"scrollPosition">The scroll position to use.</param>
9516       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
9517       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
9518       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
9519       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
9520       <param name=
"options"></param>
9521       <param name=
"style"></param>
9522       <param name=
"background"></param>
9523     </member>
9524     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9525       <summary>
9526         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
9527       </summary>
9528       <param name=
"scrollPosition">The scroll position to use.</param>
9529       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
9530       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
9531       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
9532       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
9533       <param name=
"options"></param>
9534       <param name=
"style"></param>
9535       <param name=
"background"></param>
9536     </member>
9537     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9538       <summary>
9539         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
9540       </summary>
9541       <param name=
"scrollPosition">The scroll position to use.</param>
9542       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
9543       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
9544       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
9545       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
9546       <param name=
"options"></param>
9547       <param name=
"style"></param>
9548       <param name=
"background"></param>
9549     </member>
9550     <member name=
"M:UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUILayoutOption[])">
9551       <summary>
9552         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
9553       </summary>
9554       <param name=
"text">The text to show.</param>
9555       <param name=
"style">Optional GUIStyle.</param>
9556       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9557 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9558 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9559     </member>
9560     <member name=
"M:UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9561       <summary>
9562         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
9563       </summary>
9564       <param name=
"text">The text to show.</param>
9565       <param name=
"style">Optional GUIStyle.</param>
9566       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9567 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9568 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9569     </member>
9570     <member name=
"M:UnityEditor.EditorGUILayout.Slider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9571       <summary>
9572         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
9573       </summary>
9574       <param name=
"label">Optional label in front of the slider.</param>
9575       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9576       <param name=
"leftValue">The value at the left end of the slider.</param>
9577       <param name=
"rightValue">The value at the right end of the slider.</param>
9578       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9579 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9580 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9581       <returns>
9582         <para>The
value that has been set by the user.</para>
9583       </returns>
9584     </member>
9585     <member name=
"M:UnityEditor.EditorGUILayout.Slider(System.String,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9586       <summary>
9587         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
9588       </summary>
9589       <param name=
"label">Optional label in front of the slider.</param>
9590       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9591       <param name=
"leftValue">The value at the left end of the slider.</param>
9592       <param name=
"rightValue">The value at the right end of the slider.</param>
9593       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9594 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9595 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9596       <returns>
9597         <para>The
value that has been set by the user.</para>
9598       </returns>
9599     </member>
9600     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEngine.GUIContent,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9601       <summary>
9602         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
9603       </summary>
9604       <param name=
"label">Optional label in front of the slider.</param>
9605       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9606       <param name=
"leftValue">The value at the left end of the slider.</param>
9607       <param name=
"rightValue">The value at the right end of the slider.</param>
9608       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9609 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9610 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9611       <returns>
9612         <para>The
value that has been set by the user.</para>
9613       </returns>
9614     </member>
9615     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9616       <summary>
9617         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
9618       </summary>
9619       <param name=
"label">Optional label in front of the slider.</param>
9620       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
9621       <param name=
"leftValue">The value at the left end of the slider.</param>
9622       <param name=
"rightValue">The value at the right end of the slider.</param>
9623       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9624 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9625 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9626     </member>
9627     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,System.String,UnityEngine.GUILayoutOption[])">
9628       <summary>
9629         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
9630       </summary>
9631       <param name=
"label">Optional label in front of the slider.</param>
9632       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
9633       <param name=
"leftValue">The value at the left end of the slider.</param>
9634       <param name=
"rightValue">The value at the right end of the slider.</param>
9635       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9636 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9637 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9638     </member>
9639     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9640       <summary>
9641         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
9642       </summary>
9643       <param name=
"label">Optional label in front of the slider.</param>
9644       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
9645       <param name=
"leftValue">The value at the left end of the slider.</param>
9646       <param name=
"rightValue">The value at the right end of the slider.</param>
9647       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9648 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9649 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9650     </member>
9651     <member name=
"M:UnityEditor.EditorGUILayout.Space">
9652       <summary>
9653         <para>Make a small space between the previous control and the following.</para>
9654       </summary>
9655     </member>
9656     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUILayoutOption[])">
9657       <summary>
9658         <para>Make a tag selection field.</para>
9659       </summary>
9660       <param name=
"label">Optional label in front of the field.</param>
9661       <param name=
"tag">The tag the field shows.</param>
9662       <param name=
"style">Optional GUIStyle.</param>
9663       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9664 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9665 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9666       <returns>
9667         <para>The tag selected
by the user.</para>
9668       </returns>
9669     </member>
9670     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9671       <summary>
9672         <para>Make a tag selection field.</para>
9673       </summary>
9674       <param name=
"label">Optional label in front of the field.</param>
9675       <param name=
"tag">The tag the field shows.</param>
9676       <param name=
"style">Optional GUIStyle.</param>
9677       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9678 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9679 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9680       <returns>
9681         <para>The tag selected
by the user.</para>
9682       </returns>
9683     </member>
9684     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUILayoutOption[])">
9685       <summary>
9686         <para>Make a tag selection field.</para>
9687       </summary>
9688       <param name=
"label">Optional label in front of the field.</param>
9689       <param name=
"tag">The tag the field shows.</param>
9690       <param name=
"style">Optional GUIStyle.</param>
9691       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9692 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9693 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9694       <returns>
9695         <para>The tag selected
by the user.</para>
9696       </returns>
9697     </member>
9698     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9699       <summary>
9700         <para>Make a tag selection field.</para>
9701       </summary>
9702       <param name=
"label">Optional label in front of the field.</param>
9703       <param name=
"tag">The tag the field shows.</param>
9704       <param name=
"style">Optional GUIStyle.</param>
9705       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9706 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9707 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9708       <returns>
9709         <para>The tag selected
by the user.</para>
9710       </returns>
9711     </member>
9712     <member name=
"M:UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
9713       <summary>
9714         <para>Make a tag selection field.</para>
9715       </summary>
9716       <param name=
"label">Optional label in front of the field.</param>
9717       <param name=
"tag">The tag the field shows.</param>
9718       <param name=
"style">Optional GUIStyle.</param>
9719       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9720 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9721 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9722       <returns>
9723         <para>The tag selected
by the user.</para>
9724       </returns>
9725     </member>
9726     <member name=
"M:UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9727       <summary>
9728         <para>Make a tag selection field.</para>
9729       </summary>
9730       <param name=
"label">Optional label in front of the field.</param>
9731       <param name=
"tag">The tag the field shows.</param>
9732       <param name=
"style">Optional GUIStyle.</param>
9733       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9734 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9735 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9736       <returns>
9737         <para>The tag selected
by the user.</para>
9738       </returns>
9739     </member>
9740     <member name=
"M:UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUILayoutOption[])">
9741       <summary>
9742         <para>Make a text area.</para>
9743       </summary>
9744       <param name=
"text">The text to edit.</param>
9745       <param name=
"style">Optional GUIStyle.</param>
9746       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9747 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9748 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9749       <returns>
9750         <para>The text entered
by the user.</para>
9751       </returns>
9752     </member>
9753     <member name=
"M:UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9754       <summary>
9755         <para>Make a text area.</para>
9756       </summary>
9757       <param name=
"text">The text to edit.</param>
9758       <param name=
"style">Optional GUIStyle.</param>
9759       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9760 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9761 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9762       <returns>
9763         <para>The text entered
by the user.</para>
9764       </returns>
9765     </member>
9766     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUILayoutOption[])">
9767       <summary>
9768         <para>Make a text field.</para>
9769       </summary>
9770       <param name=
"label">Optional label to display in front of the text field.</param>
9771       <param name=
"text">The text to edit.</param>
9772       <param name=
"style">Optional GUIStyle.</param>
9773       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9774 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9775 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9776       <returns>
9777         <para>The text entered
by the user.</para>
9778       </returns>
9779     </member>
9780     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9781       <summary>
9782         <para>Make a text field.</para>
9783       </summary>
9784       <param name=
"label">Optional label to display in front of the text field.</param>
9785       <param name=
"text">The text to edit.</param>
9786       <param name=
"style">Optional GUIStyle.</param>
9787       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9788 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9789 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9790       <returns>
9791         <para>The text entered
by the user.</para>
9792       </returns>
9793     </member>
9794     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUILayoutOption[])">
9795       <summary>
9796         <para>Make a text field.</para>
9797       </summary>
9798       <param name=
"label">Optional label to display in front of the text field.</param>
9799       <param name=
"text">The text to edit.</param>
9800       <param name=
"style">Optional GUIStyle.</param>
9801       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9802 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9803 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9804       <returns>
9805         <para>The text entered
by the user.</para>
9806       </returns>
9807     </member>
9808     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9809       <summary>
9810         <para>Make a text field.</para>
9811       </summary>
9812       <param name=
"label">Optional label to display in front of the text field.</param>
9813       <param name=
"text">The text to edit.</param>
9814       <param name=
"style">Optional GUIStyle.</param>
9815       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9816 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9817 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9818       <returns>
9819         <para>The text entered
by the user.</para>
9820       </returns>
9821     </member>
9822     <member name=
"M:UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
9823       <summary>
9824         <para>Make a text field.</para>
9825       </summary>
9826       <param name=
"label">Optional label to display in front of the text field.</param>
9827       <param name=
"text">The text to edit.</param>
9828       <param name=
"style">Optional GUIStyle.</param>
9829       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9830 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9831 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9832       <returns>
9833         <para>The text entered
by the user.</para>
9834       </returns>
9835     </member>
9836     <member name=
"M:UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9837       <summary>
9838         <para>Make a text field.</para>
9839       </summary>
9840       <param name=
"label">Optional label to display in front of the text field.</param>
9841       <param name=
"text">The text to edit.</param>
9842       <param name=
"style">Optional GUIStyle.</param>
9843       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9844 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9845 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9846       <returns>
9847         <para>The text entered
by the user.</para>
9848       </returns>
9849     </member>
9850     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUILayoutOption[])">
9851       <summary>
9852         <para>Make a toggle.</para>
9853       </summary>
9854       <param name=
"label">Optional label in front of the toggle.</param>
9855       <param name=
"value">The shown state of the toggle.</param>
9856       <param name=
"style">Optional GUIStyle.</param>
9857       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9858 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9859 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9860       <returns>
9861         <para>The selected state of the toggle.</para>
9862       </returns>
9863     </member>
9864     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUILayoutOption[])">
9865       <summary>
9866         <para>Make a toggle.</para>
9867       </summary>
9868       <param name=
"label">Optional label in front of the toggle.</param>
9869       <param name=
"value">The shown state of the toggle.</param>
9870       <param name=
"style">Optional GUIStyle.</param>
9871       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9872 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9873 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9874       <returns>
9875         <para>The selected state of the toggle.</para>
9876       </returns>
9877     </member>
9878     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])">
9879       <summary>
9880         <para>Make a toggle.</para>
9881       </summary>
9882       <param name=
"label">Optional label in front of the toggle.</param>
9883       <param name=
"value">The shown state of the toggle.</param>
9884       <param name=
"style">Optional GUIStyle.</param>
9885       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9886 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9887 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9888       <returns>
9889         <para>The selected state of the toggle.</para>
9890       </returns>
9891     </member>
9892     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9893       <summary>
9894         <para>Make a toggle.</para>
9895       </summary>
9896       <param name=
"label">Optional label in front of the toggle.</param>
9897       <param name=
"value">The shown state of the toggle.</param>
9898       <param name=
"style">Optional GUIStyle.</param>
9899       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9900 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9901 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9902       <returns>
9903         <para>The selected state of the toggle.</para>
9904       </returns>
9905     </member>
9906     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9907       <summary>
9908         <para>Make a toggle.</para>
9909       </summary>
9910       <param name=
"label">Optional label in front of the toggle.</param>
9911       <param name=
"value">The shown state of the toggle.</param>
9912       <param name=
"style">Optional GUIStyle.</param>
9913       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9914 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9915 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9916       <returns>
9917         <para>The selected state of the toggle.</para>
9918       </returns>
9919     </member>
9920     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9921       <summary>
9922         <para>Make a toggle.</para>
9923       </summary>
9924       <param name=
"label">Optional label in front of the toggle.</param>
9925       <param name=
"value">The shown state of the toggle.</param>
9926       <param name=
"style">Optional GUIStyle.</param>
9927       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9928 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9929 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9930       <returns>
9931         <para>The selected state of the toggle.</para>
9932       </returns>
9933     </member>
9934     <member name=
"T:UnityEditor.EditorGUILayout.ToggleGroupScope">
9935       <summary>
9936         <para>Begin a vertical
group with a toggle to enable or disable all the controls within at once.</para>
9937       </summary>
9938     </member>
9939     <member name=
"P:UnityEditor.EditorGUILayout.ToggleGroupScope.enabled">
9940       <summary>
9941         <para>The enabled state selected
by the user.</para>
9942       </summary>
9943     </member>
9944     <member name=
"M:UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(System.String,System.Boolean)">
9945       <summary>
9946         <para></para>
9947       </summary>
9948       <param name=
"label">Label to show above the toggled controls.</param>
9949       <param name=
"toggle">Enabled state of the toggle group.</param>
9950     </member>
9951     <member name=
"M:UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(UnityEngine.GUIContent,System.Boolean)">
9952       <summary>
9953         <para></para>
9954       </summary>
9955       <param name=
"label">Label to show above the toggled controls.</param>
9956       <param name=
"toggle">Enabled state of the toggle group.</param>
9957     </member>
9958     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUILayoutOption[])">
9959       <summary>
9960         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
9961       </summary>
9962       <param name=
"label">Label to display next to the toggle.</param>
9963       <param name=
"value">The value to edit.</param>
9964       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
9965       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9966 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9967 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9968     </member>
9969     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])">
9970       <summary>
9971         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
9972       </summary>
9973       <param name=
"label">Label to display next to the toggle.</param>
9974       <param name=
"value">The value to edit.</param>
9975       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
9976       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9977 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9978 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9979     </member>
9980     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9981       <summary>
9982         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
9983       </summary>
9984       <param name=
"label">Label to display next to the toggle.</param>
9985       <param name=
"value">The value to edit.</param>
9986       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
9987       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9988 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9989 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9990     </member>
9991     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9992       <summary>
9993         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
9994       </summary>
9995       <param name=
"label">Label to display next to the toggle.</param>
9996       <param name=
"value">The value to edit.</param>
9997       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
9998       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9999 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10000 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10001     </member>
10002     <member name=
"M:UnityEditor.EditorGUILayout.Vector2Field(System.String,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
10003       <summary>
10004         <para>Make an X &amp; Y field
for entering a Vector2.</para>
10005       </summary>
10006       <param name=
"label">Label to display above the field.</param>
10007       <param name=
"value">The value to edit.</param>
10008       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10009 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10010 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10011       <returns>
10012         <para>The
value entered by the user.</para>
10013       </returns>
10014     </member>
10015     <member name=
"M:UnityEditor.EditorGUILayout.Vector2Field(UnityEngine.GUIContent,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
10016       <summary>
10017         <para>Make an X &amp; Y field
for entering a Vector2.</para>
10018       </summary>
10019       <param name=
"label">Label to display above the field.</param>
10020       <param name=
"value">The value to edit.</param>
10021       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10022 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10023 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10024       <returns>
10025         <para>The
value entered by the user.</para>
10026       </returns>
10027     </member>
10028     <member name=
"M:UnityEditor.EditorGUILayout.Vector3Field(System.String,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])">
10029       <summary>
10030         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
10031       </summary>
10032       <param name=
"label">Label to display above the field.</param>
10033       <param name=
"value">The value to edit.</param>
10034       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10035 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10036 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10037       <returns>
10038         <para>The
value entered by the user.</para>
10039       </returns>
10040     </member>
10041     <member name=
"M:UnityEditor.EditorGUILayout.Vector3Field(UnityEngine.GUIContent,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])">
10042       <summary>
10043         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
10044       </summary>
10045       <param name=
"label">Label to display above the field.</param>
10046       <param name=
"value">The value to edit.</param>
10047       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10048 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10049 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10050       <returns>
10051         <para>The
value entered by the user.</para>
10052       </returns>
10053     </member>
10054     <member name=
"M:UnityEditor.EditorGUILayout.Vector4Field(System.String,UnityEngine.Vector4,UnityEngine.GUILayoutOption[])">
10055       <summary>
10056         <para>Make an X, Y, Z &amp; W field
for entering a Vector4.</para>
10057       </summary>
10058       <param name=
"label">Label to display above the field.</param>
10059       <param name=
"value">The value to edit.</param>
10060       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10061 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10062 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10063       <returns>
10064         <para>The
value entered by the user.</para>
10065       </returns>
10066     </member>
10067     <member name=
"T:UnityEditor.EditorGUILayout.VerticalScope">
10068       <summary>
10069         <para>Disposable helper
class for managing BeginVertical / EndVertical.</para>
10070       </summary>
10071     </member>
10072     <member name=
"P:UnityEditor.EditorGUILayout.VerticalScope.rect">
10073       <summary>
10074         <para>The rect of the vertical
group.</para>
10075       </summary>
10076     </member>
10077     <member name=
"M:UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUILayoutOption[])">
10078       <summary>
10079         <para>Create a
new VerticalScope and begin the corresponding vertical group.</para>
10080       </summary>
10081       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
10082       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10083 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10084 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10085     </member>
10086     <member name=
"M:UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10087       <summary>
10088         <para>Create a
new VerticalScope and begin the corresponding vertical group.</para>
10089       </summary>
10090       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
10091       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10092 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10093 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10094     </member>
10095     <member name=
"T:UnityEditor.EditorGUIUtility">
10096       <summary>
10097         <para>Miscellaneous helper stuff
for EditorGUI.</para>
10098       </summary>
10099     </member>
10100     <member name=
"P:UnityEditor.EditorGUIUtility.currentViewWidth">
10101       <summary>
10102         <para>The width of the GUI area
for the current EditorWindow or other view.</para>
10103       </summary>
10104     </member>
10105     <member name=
"P:UnityEditor.EditorGUIUtility.editingTextField">
10106       <summary>
10107         <para>Is a text field currently editing text?</para>
10108       </summary>
10109     </member>
10110     <member name=
"P:UnityEditor.EditorGUIUtility.fieldWidth">
10111       <summary>
10112         <para>The minimum width
in pixels reserved for the fields of Editor GUI controls.</para>
10113       </summary>
10114     </member>
10115     <member name=
"P:UnityEditor.EditorGUIUtility.hierarchyMode">
10116       <summary>
10117         <para>Is the Editor GUI
is hierarchy mode?</para>
10118       </summary>
10119     </member>
10120     <member name=
"P:UnityEditor.EditorGUIUtility.isProSkin">
10121       <summary>
10122         <para>Is the user currently
using the pro skin? (Read Only)</para>
10123       </summary>
10124     </member>
10125     <member name=
"P:UnityEditor.EditorGUIUtility.labelWidth">
10126       <summary>
10127         <para>The width
in pixels reserved for labels of Editor GUI controls.</para>
10128       </summary>
10129     </member>
10130     <member name=
"P:UnityEditor.EditorGUIUtility.pixelsPerPoint">
10131       <summary>
10132         <para>The scale of GUI points relative to screen pixels
for the current view
10133
10134 This
value is the number of screen pixels per point of interface space. For instance, 2.0 on retina displays. Note that the value may differ from one view to the next if the views are on monitors with different UI scales.</para>
10135       </summary>
10136     </member>
10137     <member name=
"P:UnityEditor.EditorGUIUtility.singleLineHeight">
10138       <summary>
10139         <para>Get the height used
for a single Editor control such as a one-line EditorGUI.TextField or EditorGUI.Popup.</para>
10140       </summary>
10141     </member>
10142     <member name=
"P:UnityEditor.EditorGUIUtility.standardVerticalSpacing">
10143       <summary>
10144         <para>Get the height used
by default for vertical spacing between controls.</para>
10145       </summary>
10146     </member>
10147     <member name=
"P:UnityEditor.EditorGUIUtility.systemCopyBuffer">
10148       <summary>
10149         <para>The system copy buffer.</para>
10150       </summary>
10151     </member>
10152     <member name=
"P:UnityEditor.EditorGUIUtility.whiteTexture">
10153       <summary>
10154         <para>Get a white texture.</para>
10155       </summary>
10156     </member>
10157     <member name=
"P:UnityEditor.EditorGUIUtility.wideMode">
10158       <summary>
10159         <para>Is the Editor GUI currently
in wide mode?</para>
10160       </summary>
10161     </member>
10162     <member name=
"M:UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor)">
10163       <summary>
10164         <para>Add a custom mouse pointer to a control.</para>
10165       </summary>
10166       <param name=
"position">The rectangle the control should be shown within.</param>
10167       <param name=
"mouse">The mouse cursor to use.</param>
10168       <param name=
"controlID">ID of a target control.</param>
10169     </member>
10170     <member name=
"M:UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor,System.Int32)">
10171       <summary>
10172         <para>Add a custom mouse pointer to a control.</para>
10173       </summary>
10174       <param name=
"position">The rectangle the control should be shown within.</param>
10175       <param name=
"mouse">The mouse cursor to use.</param>
10176       <param name=
"controlID">ID of a target control.</param>
10177     </member>
10178     <member name=
"M:UnityEditor.EditorGUIUtility.CommandEvent(System.String)">
10179       <summary>
10180         <para>Creates an
event.</para>
10181       </summary>
10182       <param name=
"commandName"></param>
10183     </member>
10184     <member name=
"M:UnityEditor.EditorGUIUtility.DrawColorSwatch(UnityEngine.Rect,UnityEngine.Color)">
10185       <summary>
10186         <para>Draw a color swatch.</para>
10187       </summary>
10188       <param name=
"position">The rectangle to draw the color swatch within.</param>
10189       <param name=
"color">The color to draw.</param>
10190     </member>
10191     <member name=
"M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color)">
10192       <summary>
10193         <para>Draw a curve swatch.</para>
10194       </summary>
10195       <param name=
"position">The rectangle to draw the color swatch within.</param>
10196       <param name=
"curve">The curve to draw.</param>
10197       <param name=
"property">The curve to draw as a SerializedProperty.</param>
10198       <param name=
"color">The color to draw the curve with.</param>
10199       <param name=
"bgColor">The color to draw the background with.</param>
10200       <param name=
"curveRanges">Optional parameter to specify the range of the curve which should be included in swatch.</param>
10201     </member>
10202     <member name=
"M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)">
10203       <summary>
10204         <para>Draw a curve swatch.</para>
10205       </summary>
10206       <param name=
"position">The rectangle to draw the color swatch within.</param>
10207       <param name=
"curve">The curve to draw.</param>
10208       <param name=
"property">The curve to draw as a SerializedProperty.</param>
10209       <param name=
"color">The color to draw the curve with.</param>
10210       <param name=
"bgColor">The color to draw the background with.</param>
10211       <param name=
"curveRanges">Optional parameter to specify the range of the curve which should be included in swatch.</param>
10212     </member>
10213     <member name=
"M:UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)">
10214       <summary>
10215         <para>Draw swatch with a filled region between two SerializedProperty curves.</para>
10216       </summary>
10217       <param name=
"position"></param>
10218       <param name=
"property"></param>
10219       <param name=
"property2"></param>
10220       <param name=
"color"></param>
10221       <param name=
"bgColor"></param>
10222       <param name=
"curveRanges"></param>
10223     </member>
10224     <member name=
"M:UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)">
10225       <summary>
10226         <para>Draw swatch with a filled region between two curves.</para>
10227       </summary>
10228       <param name=
"position"></param>
10229       <param name=
"curve"></param>
10230       <param name=
"curve2"></param>
10231       <param name=
"color"></param>
10232       <param name=
"bgColor"></param>
10233       <param name=
"curveRanges"></param>
10234     </member>
10235     <member name=
"M:UnityEditor.EditorGUIUtility.FindTexture(System.String)">
10236       <summary>
10237         <para>Get a texture
from its source filename.</para>
10238       </summary>
10239       <param name=
"name"></param>
10240     </member>
10241     <member name=
"M:UnityEditor.EditorGUIUtility.GetBuiltinSkin(UnityEditor.EditorSkin)">
10242       <summary>
10243         <para>Get one of the built-
in GUI skins, which can be the game view, inspector or scene view skin as chosen by the parameter.</para>
10244       </summary>
10245       <param name=
"skin"></param>
10246     </member>
10247     <member name=
"M:UnityEditor.EditorGUIUtility.GetFlowLayoutedRects(UnityEngine.Rect,UnityEngine.GUIStyle,System.Single,System.Single,System.Collections.Generic.List`1&lt;System.String&gt;)">
10248       <summary>
10249         <para>Layout list of
string items left to right, top to bottom in the given area.</para>
10250       </summary>
10251       <param name=
"rect">Area where to layout the items.</param>
10252       <param name=
"style">Style for the items.</param>
10253       <param name=
"horizontalSpacing">Extra horizontal spacing between successive items.</param>
10254       <param name=
"verticalSpacing">Extra vertical spacing between item rows.</param>
10255       <param name=
"items">Strings to layout.</param>
10256       <returns>
10257         <para>List of rectangles
for the passed items.</para>
10258       </returns>
10259     </member>
10260     <member name=
"M:UnityEditor.EditorGUIUtility.GetIconSize">
10261       <summary>
10262         <para>Get the size that has been
set using SetIconSize.</para>
10263       </summary>
10264     </member>
10265     <member name=
"M:UnityEditor.EditorGUIUtility.GetObjectPickerControlID">
10266       <summary>
10267         <para>The controlID of the currently showing
object picker.</para>
10268       </summary>
10269     </member>
10270     <member name=
"M:UnityEditor.EditorGUIUtility.GetObjectPickerObject">
10271       <summary>
10272         <para>The
object currently selected in the object picker.</para>
10273       </summary>
10274     </member>
10275     <member name=
"M:UnityEditor.EditorGUIUtility.HasObjectThumbnail(System.Type)">
10276       <summary>
10277         <para>Does a given
class have per-object thumbnails?</para>
10278       </summary>
10279       <param name=
"objType"></param>
10280     </member>
10281     <member name=
"M:UnityEditor.EditorGUIUtility.IconContent(System.String)">
10282       <summary>
10283         <para>Fetch the GUIContent
from the Unity builtin resources with the given name.</para>
10284       </summary>
10285       <param name=
"name">Content name.</param>
10286       <param name=
"tooltip">Tooltip.</param>
10287     </member>
10288     <member name=
"M:UnityEditor.EditorGUIUtility.IconContent(System.String,System.String)">
10289       <summary>
10290         <para>Fetch the GUIContent
from the Unity builtin resources with the given name.</para>
10291       </summary>
10292       <param name=
"name">Content name.</param>
10293       <param name=
"tooltip">Tooltip.</param>
10294     </member>
10295     <member name=
"M:UnityEditor.EditorGUIUtility.IsDisplayReferencedByCameras(System.Int32)">
10296       <summary>
10297         <para>Check
if any enabled camera can render to a particular display.</para>
10298       </summary>
10299       <param name=
"displayIndex">Display index.</param>
10300       <returns>
10301         <para>True
if a camera will render to the display.</para>
10302       </returns>
10303     </member>
10304     <member name=
"M:UnityEditor.EditorGUIUtility.Load(System.String)">
10305       <summary>
10306         <para>Load a built-
in resource.</para>
10307       </summary>
10308       <param name=
"path"></param>
10309     </member>
10310     <member name=
"M:UnityEditor.EditorGUIUtility.LoadRequired(System.String)">
10311       <summary>
10312         <para>Load a built-
in resource that has to be there.</para>
10313       </summary>
10314       <param name=
"path"></param>
10315     </member>
10316     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeControls()">
10317       <summary>
10318         <para>Make all EditorGUI look like regular controls.</para>
10319       </summary>
10320       <param name=
"labelWidth">Width to use for prefixed labels.</param>
10321       <param name=
"fieldWidth">Width of text entries.</param>
10322     </member>
10323     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeControls(System.Single)">
10324       <summary>
10325         <para>Make all EditorGUI look like regular controls.</para>
10326       </summary>
10327       <param name=
"labelWidth">Width to use for prefixed labels.</param>
10328       <param name=
"fieldWidth">Width of text entries.</param>
10329     </member>
10330     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeControls(System.Single,System.Single)">
10331       <summary>
10332         <para>Make all EditorGUI look like regular controls.</para>
10333       </summary>
10334       <param name=
"labelWidth">Width to use for prefixed labels.</param>
10335       <param name=
"fieldWidth">Width of text entries.</param>
10336     </member>
10337     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeInspector">
10338       <summary>
10339         <para>Make all EditorGUI look like simplified outline view controls.</para>
10340       </summary>
10341     </member>
10342     <member name=
"M:UnityEditor.EditorGUIUtility.ObjectContent(UnityEngine.Object,System.Type)">
10343       <summary>
10344         <para>Return a GUIContent
object with the name and icon of an Object.</para>
10345       </summary>
10346       <param name=
"obj"></param>
10347       <param name=
"type"></param>
10348     </member>
10349     <member name=
"M:UnityEditor.EditorGUIUtility.PingObject(UnityEngine.Object)">
10350       <summary>
10351         <para>Ping an
object in a window like clicking it in an inspector.</para>
10352       </summary>
10353       <param name=
"obj"></param>
10354       <param name=
"targetInstanceID"></param>
10355     </member>
10356     <member name=
"M:UnityEditor.EditorGUIUtility.PingObject(System.Int32)">
10357       <summary>
10358         <para>Ping an
object in a window like clicking it in an inspector.</para>
10359       </summary>
10360       <param name=
"obj"></param>
10361       <param name=
"targetInstanceID"></param>
10362     </member>
10363     <member name=
"M:UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Vector2)">
10364       <summary>
10365         <para>Convert a position
from pixel to point space.</para>
10366       </summary>
10367       <param name=
"position">A GUI position in pixel space.</param>
10368       <returns>
10369         <para>A vector representing the same position
in point space.</para>
10370       </returns>
10371     </member>
10372     <member name=
"M:UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Rect)">
10373       <summary>
10374         <para>Convert a Rect
from pixel space to point space.</para>
10375       </summary>
10376       <param name=
"rect">A GUI rect measured in pixels.</param>
10377       <returns>
10378         <para>A rect representing the same area
in points.</para>
10379       </returns>
10380     </member>
10381     <member name=
"M:UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Vector2)">
10382       <summary>
10383         <para>Convert a Rect
from point space to pixel space.</para>
10384       </summary>
10385       <param name=
"position">A GUI rect measured in points.</param>
10386       <returns>
10387         <para>A rect representing the same area
in pixels.</para>
10388       </returns>
10389     </member>
10390     <member name=
"M:UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Rect)">
10391       <summary>
10392         <para>Converts a position
from point to pixel space.</para>
10393       </summary>
10394       <param name=
"rect">A GUI position in point space.</param>
10395       <returns>
10396         <para>The same position
in pixel space.</para>
10397       </returns>
10398     </member>
10399     <member name=
"M:UnityEditor.EditorGUIUtility.QueueGameViewInputEvent(UnityEngine.Event)">
10400       <summary>
10401         <para>Send an input
event into the game.</para>
10402       </summary>
10403       <param name=
"evt"></param>
10404     </member>
10405     <member name=
"M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,System.Boolean,System.Boolean)">
10406       <summary>
10407         <para>Render all ingame cameras.</para>
10408       </summary>
10409       <param name=
"cameraRect">The device coordinates to render all game cameras into.</param>
10410       <param name=
"gizmos">Show gizmos as well.</param>
10411       <param name=
"gui"></param>
10412       <param name=
"statsRect"></param>
10413     </member>
10414     <member name=
"M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,UnityEngine.Rect,System.Boolean,System.Boolean)">
10415       <summary>
10416         <para>Render all ingame cameras.</para>
10417       </summary>
10418       <param name=
"cameraRect">The device coordinates to render all game cameras into.</param>
10419       <param name=
"gizmos">Show gizmos as well.</param>
10420       <param name=
"gui"></param>
10421       <param name=
"statsRect"></param>
10422     </member>
10423     <member name=
"M:UnityEditor.EditorGUIUtility.SetIconSize(UnityEngine.Vector2)">
10424       <summary>
10425         <para>Set icons rendered
as part of GUIContent to be rendered at a specific size.</para>
10426       </summary>
10427       <param name=
"size"></param>
10428     </member>
10429     <member name=
"M:UnityEditor.EditorGUIUtility.ShowObjectPicker(UnityEngine.Object,System.Boolean,System.String,System.Int32)">
10430       <summary>
10431         <para>Show the
object picker from code.</para>
10432       </summary>
10433       <param name=
"obj">The object to be selected by default.</param>
10434       <param name=
"allowSceneObjects">Is selection of scene objects allowed, or should it only show assets.</param>
10435       <param name=
"searchFilter">Default search filter to apply.</param>
10436       <param name=
"controlID">The id of the control to set. This is useful if you are showing more than one of these. You can get the value at a later time.</param>
10437     </member>
10438     <member name=
"T:UnityEditor.EditorJsonUtility">
10439       <summary>
10440         <para>Utility functions
for working with JSON data and engine objects.</para>
10441       </summary>
10442     </member>
10443     <member name=
"M:UnityEditor.EditorJsonUtility.FromJsonOverwrite(System.String,UnityEngine.Object)">
10444       <summary>
10445         <para>Overwrite data
in an object by reading from its JSON representation.</para>
10446       </summary>
10447       <param name=
"json">The JSON representation of the object.</param>
10448       <param name=
"objectToOverwrite">The object to overwrite.</param>
10449     </member>
10450     <member name=
"M:UnityEditor.EditorJsonUtility.ToJson(UnityEngine.Object)">
10451       <summary>
10452         <para>Generate a JSON representation of an
object.</para>
10453       </summary>
10454       <param name=
"obj">The object to convert to JSON form.</param>
10455       <param name=
"prettyPrint">If true, format the output for readability. If false, format the output for minimum size. Default is false.</param>
10456       <returns>
10457         <para>The
object's data in JSON format.</para>
10458       </returns>
10459     </member>
10460     <member name=
"M:UnityEditor.EditorJsonUtility.ToJson(UnityEngine.Object,System.Boolean)">
10461       <summary>
10462         <para>Generate a JSON representation of an
object.</para>
10463       </summary>
10464       <param name=
"obj">The object to convert to JSON form.</param>
10465       <param name=
"prettyPrint">If true, format the output for readability. If false, format the output for minimum size. Default is false.</param>
10466       <returns>
10467         <para>The
object's data in JSON format.</para>
10468       </returns>
10469     </member>
10470     <member name=
"T:UnityEditor.EditorPrefs">
10471       <summary>
10472         <para>Stores and accesses Unity editor preferences.</para>
10473       </summary>
10474     </member>
10475     <member name=
"M:UnityEditor.EditorPrefs.DeleteAll">
10476       <summary>
10477         <para>Removes all keys and values
from the preferences. Use with caution.</para>
10478       </summary>
10479     </member>
10480     <member name=
"M:UnityEditor.EditorPrefs.DeleteKey(System.String)">
10481       <summary>
10482         <para>Removes key and its corresponding
value from the preferences.</para>
10483       </summary>
10484       <param name=
"key"></param>
10485     </member>
10486     <member name=
"M:UnityEditor.EditorPrefs.GetBool(System.String)">
10487       <summary>
10488         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10489       </summary>
10490       <param name=
"key"></param>
10491       <param name=
"defaultValue"></param>
10492     </member>
10493     <member name=
"M:UnityEditor.EditorPrefs.GetBool(System.String,System.Boolean)">
10494       <summary>
10495         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10496       </summary>
10497       <param name=
"key"></param>
10498       <param name=
"defaultValue"></param>
10499     </member>
10500     <member name=
"M:UnityEditor.EditorPrefs.GetFloat(System.String)">
10501       <summary>
10502         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10503       </summary>
10504       <param name=
"key"></param>
10505       <param name=
"defaultValue"></param>
10506     </member>
10507     <member name=
"M:UnityEditor.EditorPrefs.GetFloat(System.String,System.Single)">
10508       <summary>
10509         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10510       </summary>
10511       <param name=
"key"></param>
10512       <param name=
"defaultValue"></param>
10513     </member>
10514     <member name=
"M:UnityEditor.EditorPrefs.GetInt(System.String)">
10515       <summary>
10516         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10517       </summary>
10518       <param name=
"key"></param>
10519       <param name=
"defaultValue"></param>
10520     </member>
10521     <member name=
"M:UnityEditor.EditorPrefs.GetInt(System.String,System.Int32)">
10522       <summary>
10523         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10524       </summary>
10525       <param name=
"key"></param>
10526       <param name=
"defaultValue"></param>
10527     </member>
10528     <member name=
"M:UnityEditor.EditorPrefs.GetString(System.String)">
10529       <summary>
10530         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10531       </summary>
10532       <param name=
"key"></param>
10533       <param name=
"defaultValue"></param>
10534     </member>
10535     <member name=
"M:UnityEditor.EditorPrefs.GetString(System.String,System.String)">
10536       <summary>
10537         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
10538       </summary>
10539       <param name=
"key"></param>
10540       <param name=
"defaultValue"></param>
10541     </member>
10542     <member name=
"M:UnityEditor.EditorPrefs.HasKey(System.String)">
10543       <summary>
10544         <para>Returns
true if key exists in the preferences.</para>
10545       </summary>
10546       <param name=
"key"></param>
10547     </member>
10548     <member name=
"M:UnityEditor.EditorPrefs.SetBool(System.String,System.Boolean)">
10549       <summary>
10550         <para>Sets the
value of the preference identified by key.</para>
10551       </summary>
10552       <param name=
"key"></param>
10553       <param name=
"value"></param>
10554     </member>
10555     <member name=
"M:UnityEditor.EditorPrefs.SetFloat(System.String,System.Single)">
10556       <summary>
10557         <para>Sets the
value of the preference identified by key.</para>
10558       </summary>
10559       <param name=
"key"></param>
10560       <param name=
"value"></param>
10561     </member>
10562     <member name=
"M:UnityEditor.EditorPrefs.SetInt(System.String,System.Int32)">
10563       <summary>
10564         <para>Sets the
value of the preference identified by key as an integer.</para>
10565       </summary>
10566       <param name=
"key"></param>
10567       <param name=
"value"></param>
10568     </member>
10569     <member name=
"M:UnityEditor.EditorPrefs.SetString(System.String,System.String)">
10570       <summary>
10571         <para>Sets the
value of the preference identified by key.</para>
10572       </summary>
10573       <param name=
"key"></param>
10574       <param name=
"value"></param>
10575     </member>
10576     <member name=
"T:UnityEditor.EditorSkin">
10577       <summary>
10578         <para>Enum that selects which skin to
return from EditorGUIUtility.GetBuiltinSkin.</para>
10579       </summary>
10580     </member>
10581     <member name=
"F:UnityEditor.EditorSkin.Game">
10582       <summary>
10583         <para>The skin used
for game views.</para>
10584       </summary>
10585     </member>
10586     <member name=
"F:UnityEditor.EditorSkin.Inspector">
10587       <summary>
10588         <para>The skin used
for inspectors.</para>
10589       </summary>
10590     </member>
10591     <member name=
"F:UnityEditor.EditorSkin.Scene">
10592       <summary>
10593         <para>The skin used
for scene views.</para>
10594       </summary>
10595     </member>
10596     <member name=
"T:UnityEditor.EditorStyles">
10597       <summary>
10598         <para>Common GUIStyles used
for EditorGUI controls.</para>
10599       </summary>
10600     </member>
10601     <member name=
"P:UnityEditor.EditorStyles.boldFont">
10602       <summary>
10603         <para>Bold font.</para>
10604       </summary>
10605     </member>
10606     <member name=
"P:UnityEditor.EditorStyles.boldLabel">
10607       <summary>
10608         <para>Style
for bold label.</para>
10609       </summary>
10610     </member>
10611     <member name=
"P:UnityEditor.EditorStyles.centeredGreyMiniLabel">
10612       <summary>
10613         <para>Style
for label with small font which is centered and grey.</para>
10614       </summary>
10615     </member>
10616     <member name=
"P:UnityEditor.EditorStyles.colorField">
10617       <summary>
10618         <para>Style used
for headings for Color fields.</para>
10619       </summary>
10620     </member>
10621     <member name=
"P:UnityEditor.EditorStyles.foldout">
10622       <summary>
10623         <para>Style used
for headings for EditorGUI.Foldout.</para>
10624       </summary>
10625     </member>
10626     <member name=
"P:UnityEditor.EditorStyles.foldoutPreDrop">
10627       <summary>
10628         <para>Style used
for headings for EditorGUI.Foldout.</para>
10629       </summary>
10630     </member>
10631     <member name=
"P:UnityEditor.EditorStyles.helpBox">
10632       <summary>
10633         <para>Style used
for background box for EditorGUI.HelpBox.</para>
10634       </summary>
10635     </member>
10636     <member name=
"P:UnityEditor.EditorStyles.inspectorDefaultMargins">
10637       <summary>
10638         <para>Wrap content
in a vertical group with this style to get the default margins used in the Inspector.</para>
10639       </summary>
10640     </member>
10641     <member name=
"P:UnityEditor.EditorStyles.inspectorFullWidthMargins">
10642       <summary>
10643         <para>Wrap content
in a vertical group with this style to get full width margins in the Inspector.</para>
10644       </summary>
10645     </member>
10646     <member name=
"P:UnityEditor.EditorStyles.label">
10647       <summary>
10648         <para>Style used
for the labelled on all EditorGUI overloads that take a prefix label.</para>
10649       </summary>
10650     </member>
10651     <member name=
"P:UnityEditor.EditorStyles.largeLabel">
10652       <summary>
10653         <para>Style
for label with large font.</para>
10654       </summary>
10655     </member>
10656     <member name=
"P:UnityEditor.EditorStyles.layerMaskField">
10657       <summary>
10658         <para>Style used
for headings for Layer masks.</para>
10659       </summary>
10660     </member>
10661     <member name=
"P:UnityEditor.EditorStyles.miniBoldFont">
10662       <summary>
10663         <para>Mini Bold font.</para>
10664       </summary>
10665     </member>
10666     <member name=
"P:UnityEditor.EditorStyles.miniBoldLabel">
10667       <summary>
10668         <para>Style
for mini bold label.</para>
10669       </summary>
10670     </member>
10671     <member name=
"P:UnityEditor.EditorStyles.miniButton">
10672       <summary>
10673         <para>Style used
for a standalone small button.</para>
10674       </summary>
10675     </member>
10676     <member name=
"P:UnityEditor.EditorStyles.miniButtonLeft">
10677       <summary>
10678         <para>Style used
for the leftmost button in a horizontal button group.</para>
10679       </summary>
10680     </member>
10681     <member name=
"P:UnityEditor.EditorStyles.miniButtonMid">
10682       <summary>
10683         <para>Style used
for the middle buttons in a horizontal group.</para>
10684       </summary>
10685     </member>
10686     <member name=
"P:UnityEditor.EditorStyles.miniButtonRight">
10687       <summary>
10688         <para>Style used
for the rightmost button in a horizontal group.</para>
10689       </summary>
10690     </member>
10691     <member name=
"P:UnityEditor.EditorStyles.miniFont">
10692       <summary>
10693         <para>Mini font.</para>
10694       </summary>
10695     </member>
10696     <member name=
"P:UnityEditor.EditorStyles.miniLabel">
10697       <summary>
10698         <para>Style
for label with small font.</para>
10699       </summary>
10700     </member>
10701     <member name=
"P:UnityEditor.EditorStyles.miniTextField">
10702       <summary>
10703         <para>Smaller text field.</para>
10704       </summary>
10705     </member>
10706     <member name=
"P:UnityEditor.EditorStyles.numberField">
10707       <summary>
10708         <para>Style used
for field editors for numbers.</para>
10709       </summary>
10710     </member>
10711     <member name=
"P:UnityEditor.EditorStyles.objectField">
10712       <summary>
10713         <para>Style used
for headings for object fields.</para>
10714       </summary>
10715     </member>
10716     <member name=
"P:UnityEditor.EditorStyles.objectFieldMiniThumb">
10717       <summary>
10718         <para>Style used
for object fields that have a thumbnail (e.g Textures). </para>
10719       </summary>
10720     </member>
10721     <member name=
"P:UnityEditor.EditorStyles.objectFieldThumb">
10722       <summary>
10723         <para>Style used
for headings for the Select button in object fields.</para>
10724       </summary>
10725     </member>
10726     <member name=
"P:UnityEditor.EditorStyles.popup">
10727       <summary>
10728         <para>Style used
for EditorGUI.Popup, EditorGUI.EnumPopup,.</para>
10729       </summary>
10730     </member>
10731     <member name=
"P:UnityEditor.EditorStyles.radioButton">
10732       <summary>
10733         <para>Style used
for a radio button.</para>
10734       </summary>
10735     </member>
10736     <member name=
"P:UnityEditor.EditorStyles.standardFont">
10737       <summary>
10738         <para>Standard font.</para>
10739       </summary>
10740     </member>
10741     <member name=
"P:UnityEditor.EditorStyles.textArea">
10742       <summary>
10743         <para>Style used
for EditorGUI.TextArea.</para>
10744       </summary>
10745     </member>
10746     <member name=
"P:UnityEditor.EditorStyles.textField">
10747       <summary>
10748         <para>Style used
for EditorGUI.TextField.</para>
10749       </summary>
10750     </member>
10751     <member name=
"P:UnityEditor.EditorStyles.toggle">
10752       <summary>
10753         <para>Style used
for headings for EditorGUI.Toggle.</para>
10754       </summary>
10755     </member>
10756     <member name=
"P:UnityEditor.EditorStyles.toggleGroup">
10757       <summary>
10758         <para>Style used
for headings for EditorGUILayout.BeginToggleGroup.</para>
10759       </summary>
10760     </member>
10761     <member name=
"P:UnityEditor.EditorStyles.toolbar">
10762       <summary>
10763         <para>Toolbar background
from top of windows.</para>
10764       </summary>
10765     </member>
10766     <member name=
"P:UnityEditor.EditorStyles.toolbarButton">
10767       <summary>
10768         <para>Style
for Button and Toggles in toolbars.</para>
10769       </summary>
10770     </member>
10771     <member name=
"P:UnityEditor.EditorStyles.toolbarDropDown">
10772       <summary>
10773         <para>Toolbar Dropdown.</para>
10774       </summary>
10775     </member>
10776     <member name=
"P:UnityEditor.EditorStyles.toolbarPopup">
10777       <summary>
10778         <para>Toolbar Popup.</para>
10779       </summary>
10780     </member>
10781     <member name=
"P:UnityEditor.EditorStyles.toolbarTextField">
10782       <summary>
10783         <para>Toolbar text field.</para>
10784       </summary>
10785     </member>
10786     <member name=
"P:UnityEditor.EditorStyles.whiteBoldLabel">
10787       <summary>
10788         <para>Style
for white bold label.</para>
10789       </summary>
10790     </member>
10791     <member name=
"P:UnityEditor.EditorStyles.whiteLabel">
10792       <summary>
10793         <para>Style
for white label.</para>
10794       </summary>
10795     </member>
10796     <member name=
"P:UnityEditor.EditorStyles.whiteLargeLabel">
10797       <summary>
10798         <para>Style
for white large label.</para>
10799       </summary>
10800     </member>
10801     <member name=
"P:UnityEditor.EditorStyles.whiteMiniLabel">
10802       <summary>
10803         <para>Style
for white mini label.</para>
10804       </summary>
10805     </member>
10806     <member name=
"P:UnityEditor.EditorStyles.wordWrappedLabel">
10807       <summary>
10808         <para>Style
for word wrapped label.</para>
10809       </summary>
10810     </member>
10811     <member name=
"P:UnityEditor.EditorStyles.wordWrappedMiniLabel">
10812       <summary>
10813         <para>Style
for word wrapped mini label.</para>
10814       </summary>
10815     </member>
10816     <member name=
"T:UnityEditor.EditorUserBuildSettings">
10817       <summary>
10818         <para>User build settings
for the Editor</para>
10819       </summary>
10820     </member>
10821     <member name=
"P:UnityEditor.EditorUserBuildSettings.activeBuildTarget">
10822       <summary>
10823         <para>The currently active build target.</para>
10824       </summary>
10825     </member>
10826     <member name=
"F:UnityEditor.EditorUserBuildSettings.activeBuildTargetChanged">
10827       <summary>
10828         <para>Triggered
in response to SwitchActiveBuildTarget.</para>
10829       </summary>
10830     </member>
10831     <member name=
"P:UnityEditor.EditorUserBuildSettings.activeScriptCompilationDefines">
10832       <summary>
10833         <para>DEFINE directives
for the compiler.</para>
10834       </summary>
10835     </member>
10836     <member name=
"P:UnityEditor.EditorUserBuildSettings.allowDebugging">
10837       <summary>
10838         <para>Enable source-level debuggers to connect.</para>
10839       </summary>
10840     </member>
10841     <member name=
"P:UnityEditor.EditorUserBuildSettings.androidBuildSubtarget">
10842       <summary>
10843         <para>Android platform options.</para>
10844       </summary>
10845     </member>
10846     <member name=
"P:UnityEditor.EditorUserBuildSettings.buildScriptsOnly">
10847       <summary>
10848         <para>Is build script only enabled.</para>
10849       </summary>
10850     </member>
10851     <member name=
"P:UnityEditor.EditorUserBuildSettings.compressWithPsArc">
10852       <summary>
10853         <para>Build data compressed with PSArc.</para>
10854       </summary>
10855     </member>
10856     <member name=
"P:UnityEditor.EditorUserBuildSettings.connectProfiler">
10857       <summary>
10858         <para>Start the player with a connection to the profiler.</para>
10859       </summary>
10860     </member>
10861     <member name=
"P:UnityEditor.EditorUserBuildSettings.development">
10862       <summary>
10863         <para>Enables a development build.</para>
10864       </summary>
10865     </member>
10866     <member name=
"P:UnityEditor.EditorUserBuildSettings.enableHeadlessMode">
10867       <summary>
10868         <para>Enables a Linux headless build.</para>
10869       </summary>
10870     </member>
10871     <member name=
"P:UnityEditor.EditorUserBuildSettings.explicitDivideByZeroChecks">
10872       <summary>
10873         <para>Are divide
by zero's actively checked?</para>
10874       </summary>
10875     </member>
10876     <member name=
"P:UnityEditor.EditorUserBuildSettings.explicitNullChecks">
10877       <summary>
10878         <para>Are
null references actively checked?</para>
10879       </summary>
10880     </member>
10881     <member name=
"P:UnityEditor.EditorUserBuildSettings.exportAsGoogleAndroidProject">
10882       <summary>
10883         <para>Export Android Project
for use wih Android Studio or Eclipse.</para>
10884       </summary>
10885     </member>
10886     <member name=
"P:UnityEditor.EditorUserBuildSettings.forceInstallation">
10887       <summary>
10888         <para>Force installation of package, even
if error.</para>
10889       </summary>
10890     </member>
10891     <member name=
"P:UnityEditor.EditorUserBuildSettings.forceOptimizeScriptCompilation">
10892       <summary>
10893         <para>Force full optimizations
for script complilation in Development builds.</para>
10894       </summary>
10895     </member>
10896     <member name=
"P:UnityEditor.EditorUserBuildSettings.installInBuildFolder">
10897       <summary>
10898         <para>Place the built player
in the build folder.</para>
10899       </summary>
10900     </member>
10901     <member name=
"P:UnityEditor.EditorUserBuildSettings.iOSBuildConfigType">
10902       <summary>
10903         <para>Scheme with which the project will be run
in Xcode.</para>
10904       </summary>
10905     </member>
10906     <member name=
"P:UnityEditor.EditorUserBuildSettings.n3dsCreateCIAFile">
10907       <summary>
10908         <para>Create a .cia
"download image" for deploying to test kits (3DS).</para>
10909       </summary>
10910     </member>
10911     <member name=
"P:UnityEditor.EditorUserBuildSettings.needSubmissionMaterials">
10912       <summary>
10913         <para>Build submission materials.</para>
10914       </summary>
10915     </member>
10916     <member name=
"P:UnityEditor.EditorUserBuildSettings.ps4BuildSubtarget">
10917       <summary>
10918         <para>PS4 Build Subtarget.</para>
10919       </summary>
10920     </member>
10921     <member name=
"P:UnityEditor.EditorUserBuildSettings.ps4HardwareTarget">
10922       <summary>
10923         <para>Specifies which version of PS4 hardware to target.</para>
10924       </summary>
10925     </member>
10926     <member name=
"P:UnityEditor.EditorUserBuildSettings.psmBuildSubtarget">
10927       <summary>
10928         <para>PSM Build Subtarget.</para>
10929       </summary>
10930     </member>
10931     <member name=
"P:UnityEditor.EditorUserBuildSettings.psp2BuildSubtarget">
10932       <summary>
10933         <para>PS Vita Build subtarget.</para>
10934       </summary>
10935     </member>
10936     <member name=
"P:UnityEditor.EditorUserBuildSettings.sceBuildSubtarget">
10937       <summary>
10938         <para>SCE Build subtarget.</para>
10939       </summary>
10940     </member>
10941     <member name=
"P:UnityEditor.EditorUserBuildSettings.selectedBuildTargetGroup">
10942       <summary>
10943         <para>The currently selected build target
group.</para>
10944       </summary>
10945     </member>
10946     <member name=
"P:UnityEditor.EditorUserBuildSettings.selectedStandaloneTarget">
10947       <summary>
10948         <para>The currently selected target
for a standalone build.</para>
10949       </summary>
10950     </member>
10951     <member name=
"P:UnityEditor.EditorUserBuildSettings.streamingInstallLaunchRange">
10952       <summary>
10953         <para>When building an Xbox One Streaming Install package (makepkg.exe) The layout generation code
in Unity will assign each scene and associated assets to individual chunks. Unity will mark scene 0 as being part of the launch range, IE the set of chunks required to launch the game, you may include additional scenes in this launch range if you desire, this specifies a range of scenes (starting at 0) to be included in the launch set. </para>
10954       </summary>
10955     </member>
10956     <member name=
"P:UnityEditor.EditorUserBuildSettings.symlinkLibraries">
10957       <summary>
10958         <para>Symlink runtime libraries with an iOS Xcode project.</para>
10959       </summary>
10960     </member>
10961     <member name=
"P:UnityEditor.EditorUserBuildSettings.tizenBuildSubtarget">
10962       <summary>
10963         <para>The texture compression type to be used
when building.</para>
10964       </summary>
10965     </member>
10966     <member name=
"P:UnityEditor.EditorUserBuildSettings.webGLUsePreBuiltUnityEngine">
10967       <summary>
10968         <para>Use prebuilt JavaScript version of Unity engine.</para>
10969       </summary>
10970     </member>
10971     <member name=
"P:UnityEditor.EditorUserBuildSettings.webPlayerOfflineDeployment">
10972       <summary>
10973         <para>Build the webplayer along with the UnityObject.js file (so it doesn
't need to be downloaded).</para>
10974       </summary>
10975     </member>
10976     <member name=
"P:UnityEditor.EditorUserBuildSettings.webPlayerStreamed">
10977       <summary>
10978         <para>Select the streaming option
for a webplayer build.</para>
10979       </summary>
10980     </member>
10981     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiUBootMode">
10982       <summary>
10983         <para>Boot mode of a devkit.</para>
10984       </summary>
10985     </member>
10986     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiUBuildDebugLevel">
10987       <summary>
10988         <para>Wii U player debug level.</para>
10989       </summary>
10990     </member>
10991     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiuBuildOutput">
10992       <summary>
10993         <para>Built player postprocessing options.</para>
10994       </summary>
10995     </member>
10996     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiUEnableNetAPI">
10997       <summary>
10998         <para>Enable network API.</para>
10999       </summary>
11000     </member>
11001     <member name=
"P:UnityEditor.EditorUserBuildSettings.wsaGenerateReferenceProjects">
11002       <summary>
11003         <para>Generate and reference C# projects
from your main solution.</para>
11004       </summary>
11005     </member>
11006     <member name=
"P:UnityEditor.EditorUserBuildSettings.wsaSDK">
11007       <summary>
11008         <para>Target Windows SDK.</para>
11009       </summary>
11010     </member>
11011     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxBuildSubtarget">
11012       <summary>
11013         <para>Xbox Build subtarget.</para>
11014       </summary>
11015     </member>
11016     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxOneDeployMethod">
11017       <summary>
11018         <para>The currently selected Xbox One Deploy Method.</para>
11019       </summary>
11020     </member>
11021     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxOneNetworkSharePath">
11022       <summary>
11023         <para>Network shared folder path e.g.
11024 MYCOMPUTER\SHAREDFOLDER\.</para>
11025       </summary>
11026     </member>
11027     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxOneUsername">
11028       <summary>
11029         <para>Windows account username associated with PC share folder.</para>
11030       </summary>
11031     </member>
11032     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxRunMethod">
11033       <summary>
11034         <para>Selected Xbox Run Method.</para>
11035       </summary>
11036     </member>
11037     <member name=
"M:UnityEditor.EditorUserBuildSettings.GetBuildLocation(UnityEditor.BuildTarget)">
11038       <summary>
11039         <para>Get the current location
for the build.</para>
11040       </summary>
11041       <param name=
"target"></param>
11042     </member>
11043     <member name=
"M:UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String,System.String)">
11044       <summary>
11045         <para>Returns
value for platform specifc Editor setting.</para>
11046       </summary>
11047       <param name=
"platformName">The name of the platform.</param>
11048       <param name=
"name">The name of the setting.</param>
11049     </member>
11050     <member name=
"M:UnityEditor.EditorUserBuildSettings.GetWSADotNetNative(UnityEditor.WSABuildType)">
11051       <summary>
11052         <para>Is .NET Native enabled
for specific build configuration.
11053 More information - https:msdn.microsoft.comen-uslibrary/dn584397(v=vs.
110).aspx.</para>
11054       </summary>
11055       <param name=
"config">Build configuration.</param>
11056       <returns>
11057         <para>True
if .NET Native is enabled for the specific build configuration.</para>
11058       </returns>
11059     </member>
11060     <member name=
"M:UnityEditor.EditorUserBuildSettings.SetBuildLocation(UnityEditor.BuildTarget,System.String)">
11061       <summary>
11062         <para>Set a
new location for the build.</para>
11063       </summary>
11064       <param name=
"target"></param>
11065       <param name=
"location"></param>
11066     </member>
11067     <member name=
"M:UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String,System.String,System.String)">
11068       <summary>
11069         <para>Set platform specifc Editor setting.</para>
11070       </summary>
11071       <param name=
"platformName">The name of the platform.</param>
11072       <param name=
"name">The name of the setting.</param>
11073       <param name=
"value">Setting value.</param>
11074     </member>
11075     <member name=
"M:UnityEditor.EditorUserBuildSettings.SetWSADotNetNative(UnityEditor.WSABuildType,System.Boolean)">
11076       <summary>
11077         <para>Enables or Disables .NET Native
for specific build configuration.
11078 More information - https:msdn.microsoft.comen-uslibrary/dn584397(v=vs.
110).aspx.</para>
11079       </summary>
11080       <param name=
"config">Build configuration.</param>
11081       <param name=
"enabled">Is enabled?</param>
11082     </member>
11083     <member name=
"M:UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTarget)">
11084       <summary>
11085         <para>Select a
new build target to be active.</para>
11086       </summary>
11087       <param name=
"target"></param>
11088       <returns>
11089         <para>True
if the build target was successfully switched, false otherwise (for example, if license checks fail, files are missing, or if the user has cancelled the operation via the UI).</para>
11090       </returns>
11091     </member>
11092     <member name=
"T:UnityEditor.EditorUtility">
11093       <summary>
11094         <para>Editor utility functions.</para>
11095       </summary>
11096     </member>
11097     <member name=
"M:UnityEditor.EditorUtility.ClearProgressBar">
11098       <summary>
11099         <para>Removes progress bar.</para>
11100       </summary>
11101     </member>
11102     <member name=
"M:UnityEditor.EditorUtility.CollectDeepHierarchy(UnityEngine.Object[])">
11103       <summary>
11104         <para>Collect all objects
in the hierarchy rooted at each of the given objects.</para>
11105       </summary>
11106       <param name=
"roots">Array of objects where the search will start.</param>
11107       <returns>
11108         <para>Array of objects heirarchically attached to the search array.</para>
11109       </returns>
11110     </member>
11111     <member name=
"M:UnityEditor.EditorUtility.CollectDependencies(UnityEngine.Object[])">
11112       <summary>
11113         <para>Calculates and returns a list of all assets the assets listed
in roots depend on.</para>
11114       </summary>
11115       <param name=
"roots"></param>
11116     </member>
11117     <member name=
"M:UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,System.Int32)">
11118       <summary>
11119         <para>Compress a texture.</para>
11120       </summary>
11121       <param name=
"texture"></param>
11122       <param name=
"format"></param>
11123       <param name=
"quality"></param>
11124     </member>
11125     <member name=
"M:UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)">
11126       <summary>
11127         <para>Compress a texture.</para>
11128       </summary>
11129       <param name=
"texture"></param>
11130       <param name=
"format"></param>
11131       <param name=
"quality"></param>
11132     </member>
11133     <member name=
"M:UnityEditor.EditorUtility.CopySerialized(UnityEngine.Object,UnityEngine.Object)">
11134       <summary>
11135         <para>Copy all settings of a Unity Object.</para>
11136       </summary>
11137       <param name=
"source"></param>
11138       <param name=
"dest"></param>
11139     </member>
11140     <member name=
"M:UnityEditor.EditorUtility.CopySerializedIfDifferent(UnityEngine.Object,UnityEngine.Object)">
11141       <summary>
11142         <para>Copy all settings of a Unity Object to a second Object
if they differ.</para>
11143       </summary>
11144       <param name=
"source"></param>
11145       <param name=
"dest"></param>
11146     </member>
11147     <member name=
"M:UnityEditor.EditorUtility.CreateGameObjectWithHideFlags(System.String,UnityEngine.HideFlags,System.Type[])">
11148       <summary>
11149         <para>Creates a game
object with HideFlags and specified components.</para>
11150       </summary>
11151       <param name=
"name"></param>
11152       <param name=
"flags"></param>
11153       <param name=
"components"></param>
11154     </member>
11155     <member name=
"M:UnityEditor.EditorUtility.DisplayCancelableProgressBar(System.String,System.String,System.Single)">
11156       <summary>
11157         <para>Displays or updates a progress bar that has a cancel button.</para>
11158       </summary>
11159       <param name=
"title"></param>
11160       <param name=
"info"></param>
11161       <param name=
"progress"></param>
11162     </member>
11163     <member name=
"M:UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String)">
11164       <summary>
11165         <para>Displays a modal dialog.</para>
11166       </summary>
11167       <param name=
"title">The title of the message box.</param>
11168       <param name=
"message">The text of the message.</param>
11169       <param name=
"ok">Label displayed on the OK dialog button.</param>
11170       <param name=
"cancel">Label displayed on the Cancel dialog button.</param>
11171     </member>
11172     <member name=
"M:UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String,System.String)">
11173       <summary>
11174         <para>Displays a modal dialog.</para>
11175       </summary>
11176       <param name=
"title">The title of the message box.</param>
11177       <param name=
"message">The text of the message.</param>
11178       <param name=
"ok">Label displayed on the OK dialog button.</param>
11179       <param name=
"cancel">Label displayed on the Cancel dialog button.</param>
11180     </member>
11181     <member name=
"M:UnityEditor.EditorUtility.DisplayDialogComplex(System.String,System.String,System.String,System.String,System.String)">
11182       <summary>
11183         <para>Displays a modal dialog with three buttons.</para>
11184       </summary>
11185       <param name=
"title"></param>
11186       <param name=
"message"></param>
11187       <param name=
"ok"></param>
11188       <param name=
"cancel"></param>
11189       <param name=
"alt"></param>
11190     </member>
11191     <member name=
"M:UnityEditor.EditorUtility.DisplayPopupMenu(UnityEngine.Rect,System.String,UnityEditor.MenuCommand)">
11192       <summary>
11193         <para>Displays a popup menu.</para>
11194       </summary>
11195       <param name=
"position"></param>
11196       <param name=
"menuItemPath"></param>
11197       <param name=
"command"></param>
11198     </member>
11199     <member name=
"M:UnityEditor.EditorUtility.DisplayProgressBar(System.String,System.String,System.Single)">
11200       <summary>
11201         <para>Displays or updates a progress bar.</para>
11202       </summary>
11203       <param name=
"title"></param>
11204       <param name=
"info"></param>
11205       <param name=
"progress"></param>
11206     </member>
11207     <member name=
"M:UnityEditor.EditorUtility.ExtractOggFile(UnityEngine.Object,System.String)">
11208       <summary>
11209         <para>Saves an AudioClip or MovieTexture to a file.</para>
11210       </summary>
11211       <param name=
"obj"></param>
11212       <param name=
"path"></param>
11213     </member>
11214     <member name=
"M:UnityEditor.EditorUtility.FocusProjectWindow">
11215       <summary>
11216         <para>Brings the project window to the front and focuses it.</para>
11217       </summary>
11218     </member>
11219     <member name=
"M:UnityEditor.EditorUtility.FormatBytes(System.Int32)">
11220       <summary>
11221         <para>Returns a text
for a number of bytes.</para>
11222       </summary>
11223       <param name=
"bytes"></param>
11224     </member>
11225     <member name=
"M:UnityEditor.EditorUtility.GetObjectEnabled(UnityEngine.Object)">
11226       <summary>
11227         <para>Is the
object enabled (0 disabled, 1 enabled, -1 has no enabled button).</para>
11228       </summary>
11229       <param name=
"target"></param>
11230     </member>
11231     <member name=
"M:UnityEditor.EditorUtility.InstanceIDToObject(System.Int32)">
11232       <summary>
11233         <para>Translates an instance ID to a reference to an
object.</para>
11234       </summary>
11235       <param name=
"instanceID"></param>
11236     </member>
11237     <member name=
"M:UnityEditor.EditorUtility.IsPersistent(UnityEngine.Object)">
11238       <summary>
11239         <para>Determines
if an object is stored on disk.</para>
11240       </summary>
11241       <param name=
"target"></param>
11242     </member>
11243     <member name=
"M:UnityEditor.EditorUtility.NaturalCompare(System.String,System.String)">
11244       <summary>
11245         <para>Human-like sorting.</para>
11246       </summary>
11247       <param name=
"a"></param>
11248       <param name=
"b"></param>
11249     </member>
11250     <member name=
"M:UnityEditor.EditorUtility.OpenFilePanel(System.String,System.String,System.String)">
11251       <summary>
11252         <para>Displays the
"open file" dialog and returns the selected path name.</para>
11253       </summary>
11254       <param name=
"title"></param>
11255       <param name=
"directory"></param>
11256       <param name=
"extension"></param>
11257     </member>
11258     <member name=
"M:UnityEditor.EditorUtility.OpenFilePanelWithFilters(System.String,System.String,System.String[])">
11259       <summary>
11260         <para>Displays the
"open file" dialog and returns the selected path name.</para>
11261       </summary>
11262       <param name=
"title">Title for dialog.</param>
11263       <param name=
"directory">Default directory.</param>
11264       <param name=
"filters">File extensions in form { "Image files", "png,jpg,jpeg", "All files", "*" }.</param>
11265     </member>
11266     <member name=
"M:UnityEditor.EditorUtility.OpenFolderPanel(System.String,System.String,System.String)">
11267       <summary>
11268         <para>Displays the
"open folder" dialog and returns the selected path name.</para>
11269       </summary>
11270       <param name=
"title"></param>
11271       <param name=
"folder"></param>
11272       <param name=
"defaultName"></param>
11273     </member>
11274     <member name=
"M:UnityEditor.EditorUtility.SaveFilePanel(System.String,System.String,System.String,System.String)">
11275       <summary>
11276         <para>Displays the
"save file" dialog and returns the selected path name.</para>
11277       </summary>
11278       <param name=
"title"></param>
11279       <param name=
"directory"></param>
11280       <param name=
"defaultName"></param>
11281       <param name=
"extension"></param>
11282     </member>
11283     <member name=
"M:UnityEditor.EditorUtility.SaveFilePanelInProject(System.String,System.String,System.String,System.String)">
11284       <summary>
11285         <para>Displays the
"save file" dialog in the Assets folder of the project and returns the selected path name.</para>
11286       </summary>
11287       <param name=
"title"></param>
11288       <param name=
"defaultName"></param>
11289       <param name=
"extension"></param>
11290       <param name=
"message"></param>
11291     </member>
11292     <member name=
"M:UnityEditor.EditorUtility.SaveFolderPanel(System.String,System.String,System.String)">
11293       <summary>
11294         <para>Displays the
"save folder" dialog and returns the selected path name.</para>
11295       </summary>
11296       <param name=
"title"></param>
11297       <param name=
"folder"></param>
11298       <param name=
"defaultName"></param>
11299     </member>
11300     <member name=
"M:UnityEditor.EditorUtility.SetDirty(UnityEngine.Object)">
11301       <summary>
11302         <para>Marks target
object as dirty. (Only suitable for non-scene objects).</para>
11303       </summary>
11304       <param name=
"target">The object to mark as dirty.</param>
11305     </member>
11306     <member name=
"M:UnityEditor.EditorUtility.SetObjectEnabled(UnityEngine.Object,System.Boolean)">
11307       <summary>
11308         <para>Set the enabled state of the
object.</para>
11309       </summary>
11310       <param name=
"target"></param>
11311       <param name=
"enabled"></param>
11312     </member>
11313     <member name=
"M:UnityEditor.EditorUtility.SetSelectedWireframeHidden(UnityEngine.Renderer,System.Boolean)">
11314       <summary>
11315         <para>Set whether the renderer
's wireframe will be hidden when the renderer's gameobject is selected.</para>
11316       </summary>
11317       <param name=
"renderer"></param>
11318       <param name=
"enabled"></param>
11319     </member>
11320     <member name=
"M:UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate">
11321       <summary>
11322         <para>Unloads assets that are not used.</para>
11323       </summary>
11324       <param name=
"ignoreReferencesFromScript">When true delete assets even if linked in scripts.</param>
11325     </member>
11326     <member name=
"M:UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate">
11327       <summary>
11328         <para>Unloads assets that are not used.</para>
11329       </summary>
11330       <param name=
"ignoreReferencesFromScript">When true delete assets even if linked in scripts.</param>
11331     </member>
11332     <member name=
"T:UnityEditor.EditorWindow">
11333       <summary>
11334         <para>Derive
from this class to create an editor window.</para>
11335       </summary>
11336     </member>
11337     <member name=
"P:UnityEditor.EditorWindow.autoRepaintOnSceneChange">
11338       <summary>
11339         <para>Does the window automatically repaint whenever the scene has changed?</para>
11340       </summary>
11341     </member>
11342     <member name=
"P:UnityEditor.EditorWindow.focusedWindow">
11343       <summary>
11344         <para>The EditorWindow which currently has keyboard focus. (Read Only)</para>
11345       </summary>
11346     </member>
11347     <member name=
"P:UnityEditor.EditorWindow.maximized">
11348       <summary>
11349         <para>Is
this window maximized.</para>
11350       </summary>
11351     </member>
11352     <member name=
"P:UnityEditor.EditorWindow.maxSize">
11353       <summary>
11354         <para>The maximum size of
this window.</para>
11355       </summary>
11356     </member>
11357     <member name=
"P:UnityEditor.EditorWindow.minSize">
11358       <summary>
11359         <para>The minimum size of
this window.</para>
11360       </summary>
11361     </member>
11362     <member name=
"P:UnityEditor.EditorWindow.mouseOverWindow">
11363       <summary>
11364         <para>The EditorWindow currently under the mouse cursor. (Read Only)</para>
11365       </summary>
11366     </member>
11367     <member name=
"P:UnityEditor.EditorWindow.position">
11368       <summary>
11369         <para>The position of the window
in screen space.</para>
11370       </summary>
11371     </member>
11372     <member name=
"P:UnityEditor.EditorWindow.title">
11373       <summary>
11374         <para>The title of
this window.</para>
11375       </summary>
11376     </member>
11377     <member name=
"P:UnityEditor.EditorWindow.titleContent">
11378       <summary>
11379         <para>The GUIContent used
for drawing the title of EditorWindows.</para>
11380       </summary>
11381     </member>
11382     <member name=
"P:UnityEditor.EditorWindow.wantsMouseMove">
11383       <summary>
11384         <para>Does the GUI
in this editor window want MouseMove events?</para>
11385       </summary>
11386     </member>
11387     <member name=
"M:UnityEditor.EditorWindow.BeginWindows">
11388       <summary>
11389         <para>Mark the beginning area of all popup windows.</para>
11390       </summary>
11391     </member>
11392     <member name=
"M:UnityEditor.EditorWindow.Close">
11393       <summary>
11394         <para>Close the editor window.</para>
11395       </summary>
11396     </member>
11397     <member name=
"M:UnityEditor.EditorWindow.EndWindows">
11398       <summary>
11399         <para>Close a window
group started with EditorWindow.BeginWindows.</para>
11400       </summary>
11401     </member>
11402     <member name=
"M:UnityEditor.EditorWindow.Focus">
11403       <summary>
11404         <para>Moves keyboard focus to
this EditorWindow.</para>
11405       </summary>
11406     </member>
11407     <member name=
"M:UnityEditor.EditorWindow.FocusWindowIfItsOpen(System.Type)">
11408       <summary>
11409         <para>Focuses the first found EditorWindow of specified type
if it is open.</para>
11410       </summary>
11411       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11412     </member>
11413     <member name=
"M:UnityEditor.EditorWindow.FocusWindowIfItsOpen">
11414       <summary>
11415         <para>Focuses the first found EditorWindow of type T
if it is open.</para>
11416       </summary>
11417       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11418     </member>
11419     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type)">
11420       <summary>
11421         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11422       </summary>
11423       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11424       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11425       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11426       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11427     </member>
11428     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean)">
11429       <summary>
11430         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11431       </summary>
11432       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11433       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11434       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11435       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11436     </member>
11437     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String)">
11438       <summary>
11439         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11440       </summary>
11441       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11442       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11443       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11444       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11445     </member>
11446     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String,System.Boolean)">
11447       <summary>
11448         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11449       </summary>
11450       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11451       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11452       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11453       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11454     </member>
11455     <member name=
"M:UnityEditor.EditorWindow.GetWindow">
11456       <summary>
11457         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11458       </summary>
11459       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11460       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11461       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11462       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11463     </member>
11464     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Boolean)">
11465       <summary>
11466         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11467       </summary>
11468       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11469       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11470       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11471       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11472     </member>
11473     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Boolean,System.String)">
11474       <summary>
11475         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11476       </summary>
11477       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11478       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11479       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11480       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11481     </member>
11482     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String)">
11483       <summary>
11484         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11485       </summary>
11486       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11487       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11488       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11489       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11490     </member>
11491     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String,System.Boolean)">
11492       <summary>
11493         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11494       </summary>
11495       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11496       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11497       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11498       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11499     </member>
11500     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Boolean,System.String,System.Boolean)">
11501       <summary>
11502         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11503       </summary>
11504       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11505       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11506       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11507       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11508     </member>
11509     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type[])">
11510       <summary>
11511         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11512       </summary>
11513       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11514       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11515       <param name=
"desiredDockNextTo">An array of EditorWindow types that the window will attempt to dock onto.</param>
11516       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11517     </member>
11518     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String,System.Type[])">
11519       <summary>
11520         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11521       </summary>
11522       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11523       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11524       <param name=
"desiredDockNextTo">An array of EditorWindow types that the window will attempt to dock onto.</param>
11525       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11526     </member>
11527     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String,System.Boolean,System.Type[])">
11528       <summary>
11529         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
11530       </summary>
11531       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
11532       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11533       <param name=
"desiredDockNextTo">An array of EditorWindow types that the window will attempt to dock onto.</param>
11534       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11535     </member>
11536     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect)">
11537       <summary>
11538         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11539       </summary>
11540       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11541       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11542       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11543       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11544     </member>
11545     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean)">
11546       <summary>
11547         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11548       </summary>
11549       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11550       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11551       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11552       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11553     </member>
11554     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean,System.String)">
11555       <summary>
11556         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11557       </summary>
11558       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11559       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11560       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11561       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11562     </member>
11563     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect)">
11564       <summary>
11565         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11566       </summary>
11567       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11568       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11569       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11570       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11571       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11572     </member>
11573     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect,System.Boolean)">
11574       <summary>
11575         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11576       </summary>
11577       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11578       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11579       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11580       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11581       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11582     </member>
11583     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect,System.Boolean,System.String)">
11584       <summary>
11585         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11586       </summary>
11587       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11588       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11589       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11590       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11591       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11592     </member>
11593     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)">
11594       <summary>
11595         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
11596       </summary>
11597       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
11598       <param name=
"rect">The position on the screen where a newly created window will show.</param>
11599       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
11600       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
11601       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
11602     </member>
11603     <member name=
"M:UnityEditor.EditorWindow.RemoveNotification">
11604       <summary>
11605         <para>Stop showing notification message.</para>
11606       </summary>
11607     </member>
11608     <member name=
"M:UnityEditor.EditorWindow.Repaint">
11609       <summary>
11610         <para>Make the window repaint.</para>
11611       </summary>
11612     </member>
11613     <member name=
"M:UnityEditor.EditorWindow.SendEvent(UnityEngine.Event)">
11614       <summary>
11615         <para>Sends an Event to a window.</para>
11616       </summary>
11617       <param name=
"e"></param>
11618     </member>
11619     <member name=
"M:UnityEditor.EditorWindow.Show">
11620       <summary>
11621         <para>Show the EditorWindow.</para>
11622       </summary>
11623       <param name=
"immediateDisplay"></param>
11624     </member>
11625     <member name=
"M:UnityEditor.EditorWindow.Show(System.Boolean)">
11626       <summary>
11627         <para>Show the EditorWindow.</para>
11628       </summary>
11629       <param name=
"immediateDisplay"></param>
11630     </member>
11631     <member name=
"M:UnityEditor.EditorWindow.ShowAsDropDown(UnityEngine.Rect,UnityEngine.Vector2)">
11632       <summary>
11633         <para>Shows a window with dropdown behaviour and styling.</para>
11634       </summary>
11635       <param name=
"buttonRect">The button from which the position of the window will be determined (see description).</param>
11636       <param name=
"windowSize">The initial size of the window.</param>
11637     </member>
11638     <member name=
"M:UnityEditor.EditorWindow.ShowAuxWindow">
11639       <summary>
11640         <para>Show the editor window
in the auxiliary window.</para>
11641       </summary>
11642     </member>
11643     <member name=
"M:UnityEditor.EditorWindow.ShowNotification(UnityEngine.GUIContent)">
11644       <summary>
11645         <para>Show a notification message.</para>
11646       </summary>
11647       <param name=
"notification"></param>
11648     </member>
11649     <member name=
"M:UnityEditor.EditorWindow.ShowPopup">
11650       <summary>
11651         <para>Shows an Editor window
using popup-style framing.</para>
11652       </summary>
11653     </member>
11654     <member name=
"M:UnityEditor.EditorWindow.ShowUtility">
11655       <summary>
11656         <para>Show the EditorWindow
as a floating utility window.</para>
11657       </summary>
11658     </member>
11659     <member name=
"T:UnityEditor.Events.UnityEventTools">
11660       <summary>
11661         <para>Editor tools
for working with persistent UnityEvents.</para>
11662       </summary>
11663     </member>
11664     <member name=
"M:UnityEditor.Events.UnityEventTools.AddBoolPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.Boolean&gt;,System.Boolean)">
11665       <summary>
11666         <para>Adds a persistent, preset call to the listener.</para>
11667       </summary>
11668       <param name=
"unityEvent">Event to modify.</param>
11669       <param name=
"call">Function to call.</param>
11670       <param name=
"argument">Argument to use when invoking.</param>
11671     </member>
11672     <member name=
"M:UnityEditor.Events.UnityEventTools.AddFloatPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.Single&gt;,System.Single)">
11673       <summary>
11674         <para>Adds a persistent, preset call to the listener.</para>
11675       </summary>
11676       <param name=
"unityEvent">Event to modify.</param>
11677       <param name=
"call">Function to call.</param>
11678       <param name=
"argument">Argument to use when invoking.</param>
11679     </member>
11680     <member name=
"M:UnityEditor.Events.UnityEventTools.AddIntPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.Int32&gt;,System.Int32)">
11681       <summary>
11682         <para>Adds a persistent, preset call to the listener.</para>
11683       </summary>
11684       <param name=
"unityEvent">Event to modify.</param>
11685       <param name=
"call">Function to call.</param>
11686       <param name=
"argument">Argument to use when invoking.</param>
11687     </member>
11688     <member name=
"M:UnityEditor.Events.UnityEventTools.AddObjectPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;T&gt;,T)">
11689       <summary>
11690         <para>Adds a persistent, preset call to the listener.</para>
11691       </summary>
11692       <param name=
"unityEvent">Event to modify.</param>
11693       <param name=
"call">Function to call.</param>
11694       <param name=
"argument">Argument to use when invoking.</param>
11695     </member>
11696     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEventBase)">
11697       <summary>
11698         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
11699       </summary>
11700       <param name=
"unityEvent">Event to modify.</param>
11701       <param name=
"call">Function to call.</param>
11702     </member>
11703     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent,UnityEngine.Events.UnityAction)">
11704       <summary>
11705         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
11706       </summary>
11707       <param name=
"unityEvent">Event to modify.</param>
11708       <param name=
"call">Function to call.</param>
11709     </member>
11710     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`1&lt;T0&gt;,UnityEngine.Events.UnityAction`1&lt;T0&gt;)">
11711       <summary>
11712         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
11713       </summary>
11714       <param name=
"unityEvent">Event to modify.</param>
11715       <param name=
"call">Function to call.</param>
11716     </member>
11717     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`2&lt;T0,T1&gt;,UnityEngine.Events.UnityAction`2&lt;T0,T1&gt;)">
11718       <summary>
11719         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
11720       </summary>
11721       <param name=
"unityEvent">Event to modify.</param>
11722       <param name=
"call">Function to call.</param>
11723     </member>
11724     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`3&lt;T0,T1,T2&gt;,UnityEngine.Events.UnityAction`3&lt;T0,T1,T2&gt;)">
11725       <summary>
11726         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
11727       </summary>
11728       <param name=
"unityEvent">Event to modify.</param>
11729       <param name=
"call">Function to call.</param>
11730     </member>
11731     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`4&lt;T0,T1,T2,T3&gt;,UnityEngine.Events.UnityAction`4&lt;T0,T1,T2,T3&gt;)">
11732       <summary>
11733         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
11734       </summary>
11735       <param name=
"unityEvent">Event to modify.</param>
11736       <param name=
"call">Function to call.</param>
11737     </member>
11738     <member name=
"M:UnityEditor.Events.UnityEventTools.AddStringPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.String&gt;,System.String)">
11739       <summary>
11740         <para>Adds a persistent, preset call to the listener.</para>
11741       </summary>
11742       <param name=
"unityEvent">Event to modify.</param>
11743       <param name=
"call">Function to call.</param>
11744       <param name=
"argument">Argument to use when invoking.</param>
11745     </member>
11746     <member name=
"M:UnityEditor.Events.UnityEventTools.AddVoidPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)">
11747       <summary>
11748         <para>Adds a persistent, preset call to the listener.</para>
11749       </summary>
11750       <param name=
"unityEvent">Event to modify.</param>
11751       <param name=
"call">Function to call.</param>
11752     </member>
11753     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterBoolPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.Boolean&gt;,System.Boolean)">
11754       <summary>
11755         <para>Modifies the
event at the given index.</para>
11756       </summary>
11757       <param name=
"unityEvent">Event to modify.</param>
11758       <param name=
"index">Index to modify.</param>
11759       <param name=
"call">Function to call.</param>
11760       <param name=
"argument">Argument to use when invoking.</param>
11761     </member>
11762     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterFloatPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.Single&gt;,System.Single)">
11763       <summary>
11764         <para>Modifies the
event at the given index.</para>
11765       </summary>
11766       <param name=
"unityEvent">Event to modify.</param>
11767       <param name=
"index">Index to modify.</param>
11768       <param name=
"call">Function to call.</param>
11769       <param name=
"argument">Argument to use when invoking.</param>
11770     </member>
11771     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterIntPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.Int32&gt;,System.Int32)">
11772       <summary>
11773         <para>Modifies the
event at the given index.</para>
11774       </summary>
11775       <param name=
"unityEvent">Event to modify.</param>
11776       <param name=
"index">Index to modify.</param>
11777       <param name=
"call">Function to call.</param>
11778       <param name=
"argument">Argument to use when invoking.</param>
11779     </member>
11780     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterObjectPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;T&gt;,T)">
11781       <summary>
11782         <para>Modifies the
event at the given index.</para>
11783       </summary>
11784       <param name=
"unityEvent">Event to modify.</param>
11785       <param name=
"index">Index to modify.</param>
11786       <param name=
"call">Function to call.</param>
11787       <param name=
"argument">Argument to use when invoking.</param>
11788     </member>
11789     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent,System.Int32,UnityEngine.Events.UnityAction)">
11790       <summary>
11791         <para>Modifies the
event at the given index.</para>
11792       </summary>
11793       <param name=
"unityEvent">Event to modify.</param>
11794       <param name=
"index">Index to modify.</param>
11795       <param name=
"call">Function to call.</param>
11796     </member>
11797     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`1&lt;T0&gt;,System.Int32,UnityEngine.Events.UnityAction`1&lt;T0&gt;)">
11798       <summary>
11799         <para>Modifies the
event at the given index.</para>
11800       </summary>
11801       <param name=
"unityEvent">Event to modify.</param>
11802       <param name=
"index">Index to modify.</param>
11803       <param name=
"call">Function to call.</param>
11804     </member>
11805     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`2&lt;T0,T1&gt;,System.Int32,UnityEngine.Events.UnityAction`2&lt;T0,T1&gt;)">
11806       <summary>
11807         <para>Modifies the
event at the given index.</para>
11808       </summary>
11809       <param name=
"unityEvent">Event to modify.</param>
11810       <param name=
"index">Index to modify.</param>
11811       <param name=
"call">Function to call.</param>
11812     </member>
11813     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`3&lt;T0,T1,T2&gt;,System.Int32,UnityEngine.Events.UnityAction`3&lt;T0,T1,T2&gt;)">
11814       <summary>
11815         <para>Modifies the
event at the given index.</para>
11816       </summary>
11817       <param name=
"unityEvent">Event to modify.</param>
11818       <param name=
"index">Index to modify.</param>
11819       <param name=
"call">Function to call.</param>
11820     </member>
11821     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`4&lt;T0,T1,T2,T3&gt;,System.Int32,UnityEngine.Events.UnityAction`4&lt;T0,T1,T2,T3&gt;)">
11822       <summary>
11823         <para>Modifies the
event at the given index.</para>
11824       </summary>
11825       <param name=
"unityEvent">Event to modify.</param>
11826       <param name=
"index">Index to modify.</param>
11827       <param name=
"call">Function to call.</param>
11828     </member>
11829     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterStringPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.String&gt;,System.String)">
11830       <summary>
11831         <para>Modifies the
event at the given index.</para>
11832       </summary>
11833       <param name=
"unityEvent">Event to modify.</param>
11834       <param name=
"index">Index to modify.</param>
11835       <param name=
"call">Function to call.</param>
11836       <param name=
"argument">Argument to use when invoking.</param>
11837     </member>
11838     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterVoidPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction)">
11839       <summary>
11840         <para>Modifies the
event at the given index.</para>
11841       </summary>
11842       <param name=
"unityEvent">Event to modify.</param>
11843       <param name=
"index">Index to modify.</param>
11844       <param name=
"call">Function to call.</param>
11845     </member>
11846     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)">
11847       <summary>
11848         <para>Removes the given function
from the event.</para>
11849       </summary>
11850       <param name=
"unityEvent">Event to modify.</param>
11851       <param name=
"index">Index to remove (if specified).</param>
11852       <param name=
"call">Function to remove (if specified).</param>
11853     </member>
11854     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)">
11855       <summary>
11856         <para>Removes the given function
from the event.</para>
11857       </summary>
11858       <param name=
"unityEvent">Event to modify.</param>
11859       <param name=
"index">Index to remove (if specified).</param>
11860       <param name=
"call">Function to remove (if specified).</param>
11861     </member>
11862     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;T0&gt;)">
11863       <summary>
11864         <para>Removes the given function
from the event.</para>
11865       </summary>
11866       <param name=
"unityEvent">Event to modify.</param>
11867       <param name=
"index">Index to remove (if specified).</param>
11868       <param name=
"call">Function to remove (if specified).</param>
11869     </member>
11870     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`2&lt;T0,T1&gt;)">
11871       <summary>
11872         <para>Removes the given function
from the event.</para>
11873       </summary>
11874       <param name=
"unityEvent">Event to modify.</param>
11875       <param name=
"index">Index to remove (if specified).</param>
11876       <param name=
"call">Function to remove (if specified).</param>
11877     </member>
11878     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`3&lt;T0,T1,T2&gt;)">
11879       <summary>
11880         <para>Removes the given function
from the event.</para>
11881       </summary>
11882       <param name=
"unityEvent">Event to modify.</param>
11883       <param name=
"index">Index to remove (if specified).</param>
11884       <param name=
"call">Function to remove (if specified).</param>
11885     </member>
11886     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`4&lt;T0,T1,T2,T3&gt;)">
11887       <summary>
11888         <para>Removes the given function
from the event.</para>
11889       </summary>
11890       <param name=
"unityEvent">Event to modify.</param>
11891       <param name=
"index">Index to remove (if specified).</param>
11892       <param name=
"call">Function to remove (if specified).</param>
11893     </member>
11894     <member name=
"M:UnityEditor.Events.UnityEventTools.UnregisterPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)">
11895       <summary>
11896         <para>Unregisters the given listener at the specified index.</para>
11897       </summary>
11898       <param name=
"unityEvent">Event to modify.</param>
11899       <param name=
"index">Index to unregister.</param>
11900     </member>
11901     <member name=
"T:UnityEditor.ExportPackageOptions">
11902       <summary>
11903         <para>Export package option. Multiple options can be combined together
using the | operator.</para>
11904       </summary>
11905     </member>
11906     <member name=
"F:UnityEditor.ExportPackageOptions.Default">
11907       <summary>
11908         <para>Default mode. Will not include dependencies or subdirectories nor include Library assets unless specifically included
in the asset list.</para>
11909       </summary>
11910     </member>
11911     <member name=
"F:UnityEditor.ExportPackageOptions.IncludeDependencies">
11912       <summary>
11913         <para>In addition to the assets paths listed, all dependent assets will be included
as well.</para>
11914       </summary>
11915     </member>
11916     <member name=
"F:UnityEditor.ExportPackageOptions.IncludeLibraryAssets">
11917       <summary>
11918         <para>The exported package will include all library assets, ie. the project settings located
in the Library folder of the project.</para>
11919       </summary>
11920     </member>
11921     <member name=
"F:UnityEditor.ExportPackageOptions.Interactive">
11922       <summary>
11923         <para>The export operation will be run asynchronously and reveal the exported package file
in a file browser window after the export is finished.</para>
11924       </summary>
11925     </member>
11926     <member name=
"F:UnityEditor.ExportPackageOptions.Recurse">
11927       <summary>
11928         <para>Will recurse through any subdirectories listed and include all assets inside them.</para>
11929       </summary>
11930     </member>
11931     <member name=
"T:UnityEditor.FileUtil">
11932       <summary>
11933         <para>Lets you
do move, copy, delete operations over files or directories.</para>
11934       </summary>
11935     </member>
11936     <member name=
"M:UnityEditor.FileUtil.CopyFileOrDirectory(System.String,System.String)">
11937       <summary>
11938         <para>Copies a file or a directory.</para>
11939       </summary>
11940       <param name=
"from"></param>
11941       <param name=
"to"></param>
11942     </member>
11943     <member name=
"M:UnityEditor.FileUtil.CopyFileOrDirectoryFollowSymlinks(System.String,System.String)">
11944       <summary>
11945         <para>Copies the file or directory.</para>
11946       </summary>
11947       <param name=
"from"></param>
11948       <param name=
"to"></param>
11949     </member>
11950     <member name=
"M:UnityEditor.FileUtil.DeleteFileOrDirectory(System.String)">
11951       <summary>
11952         <para>Deletes a file or a directory given a path.</para>
11953       </summary>
11954       <param name=
"path"></param>
11955     </member>
11956     <member name=
"M:UnityEditor.FileUtil.GetUniqueTempPathInProject">
11957       <summary>
11958         <para>Returns a unique path
in the Temp folder within your current project.</para>
11959       </summary>
11960     </member>
11961     <member name=
"M:UnityEditor.FileUtil.MoveFileOrDirectory(System.String,System.String)">
11962       <summary>
11963         <para>Moves a file or a directory
from a given path to another path.</para>
11964       </summary>
11965       <param name=
"from"></param>
11966       <param name=
"to"></param>
11967     </member>
11968     <member name=
"M:UnityEditor.FileUtil.ReplaceDirectory(System.String,System.String)">
11969       <summary>
11970         <para>Replaces a directory.</para>
11971       </summary>
11972       <param name=
"src"></param>
11973       <param name=
"dst"></param>
11974     </member>
11975     <member name=
"M:UnityEditor.FileUtil.ReplaceFile(System.String,System.String)">
11976       <summary>
11977         <para>Replaces a file.</para>
11978       </summary>
11979       <param name=
"src"></param>
11980       <param name=
"dst"></param>
11981     </member>
11982     <member name=
"T:UnityEditor.FontRenderingMode">
11983       <summary>
11984         <para>Font rendering mode constants
for TrueTypeFontImporter.</para>
11985       </summary>
11986     </member>
11987     <member name=
"F:UnityEditor.FontRenderingMode.HintedRaster">
11988       <summary>
11989         <para>Use hinted font rendering without anti-aliasing. This
is the crispest font rendering option, and may be most readable for small.</para>
11990       </summary>
11991     </member>
11992     <member name=
"F:UnityEditor.FontRenderingMode.HintedSmooth">
11993       <summary>
11994         <para>Use Anti-Aliased Font rendering with hinting. This forces character lines to run along pixel boundaries, and generally produces.</para>
11995       </summary>
11996     </member>
11997     <member name=
"F:UnityEditor.FontRenderingMode.OSDefault">
11998       <summary>
11999         <para>Use the OS
default font rendering mode. This selects either FontRenderingMode.HintedSmooth or.</para>
12000       </summary>
12001     </member>
12002     <member name=
"F:UnityEditor.FontRenderingMode.Smooth">
12003       <summary>
12004         <para>Use Anti-Aliased Font rendering. When
using dynamic fonts, this is the mode which is fastest in rendering font textures.</para>
12005       </summary>
12006     </member>
12007     <member name=
"T:UnityEditor.FontTextureCase">
12008       <summary>
12009         <para>Texture
case constants for TrueTypeFontImporter.</para>
12010       </summary>
12011     </member>
12012     <member name=
"F:UnityEditor.FontTextureCase.ASCII">
12013       <summary>
12014         <para>Import basic ASCII character
set.</para>
12015       </summary>
12016     </member>
12017     <member name=
"F:UnityEditor.FontTextureCase.ASCIILowerCase">
12018       <summary>
12019         <para>Only import lower
case ASCII character set.</para>
12020       </summary>
12021     </member>
12022     <member name=
"F:UnityEditor.FontTextureCase.ASCIIUpperCase">
12023       <summary>
12024         <para>Only import upper
case ASCII character set.</para>
12025       </summary>
12026     </member>
12027     <member name=
"F:UnityEditor.FontTextureCase.CustomSet">
12028       <summary>
12029         <para>Custom
set of characters.</para>
12030       </summary>
12031     </member>
12032     <member name=
"F:UnityEditor.FontTextureCase.Dynamic">
12033       <summary>
12034         <para>Render characters
into font texture at runtime as needed.</para>
12035       </summary>
12036     </member>
12037     <member name=
"F:UnityEditor.FontTextureCase.Unicode">
12038       <summary>
12039         <para>Import a
set of Unicode characters common for latin scripts.</para>
12040       </summary>
12041     </member>
12042     <member name=
"T:UnityEditor.GameObjectUtility">
12043       <summary>
12044         <para>GameObject utility functions.</para>
12045       </summary>
12046     </member>
12047     <member name=
"M:UnityEditor.GameObjectUtility.AreStaticEditorFlagsSet(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)">
12048       <summary>
12049         <para>Returns
true if the passed in StaticEditorFlags are set on the GameObject specified.</para>
12050       </summary>
12051       <param name=
"go">The GameObject to check.</param>
12052       <param name=
"flags">The flags you want to check.</param>
12053       <returns>
12054         <para>Whether the GameObject
's static flags match the flags specified.</para>
12055       </returns>
12056     </member>
12057     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshArea(UnityEngine.GameObject)">
12058       <summary>
12059         <para>Get the navmesh area index
for the GameObject.</para>
12060       </summary>
12061       <param name=
"go">GameObject to query.</param>
12062       <returns>
12063         <para>NavMesh area index.</para>
12064       </returns>
12065     </member>
12066     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshAreaFromName(System.String)">
12067       <summary>
12068         <para>Get the navmesh area index
from the area name.</para>
12069       </summary>
12070       <param name=
"name">NavMesh area name to query.</param>
12071       <returns>
12072         <para>The NavMesh area index. If there
is no NavMesh area with the requested name, the return value is -1.</para>
12073       </returns>
12074     </member>
12075     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshAreaNames">
12076       <summary>
12077         <para>Get all the navmesh area names.</para>
12078       </summary>
12079       <returns>
12080         <para>Names of all the NavMesh areas.</para>
12081       </returns>
12082     </member>
12083     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshLayer(UnityEngine.GameObject)">
12084       <summary>
12085         <para>Get the navmesh layer
for the GameObject.</para>
12086       </summary>
12087       <param name=
"go">The GameObject to check.</param>
12088       <returns>
12089         <para>The navmesh layer
for the GameObject specified.</para>
12090       </returns>
12091     </member>
12092     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshLayerFromName(System.String)">
12093       <summary>
12094         <para>Get the navmesh layer
from the layer name.</para>
12095       </summary>
12096       <param name=
"name">The name of the navmesh layer.</param>
12097       <returns>
12098         <para>The layer number of the navmesh layer name specified.</para>
12099       </returns>
12100     </member>
12101     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshLayerNames">
12102       <summary>
12103         <para>Get all the navmesh layer names.</para>
12104       </summary>
12105       <returns>
12106         <para>An array of the names of all navmesh layers.</para>
12107       </returns>
12108     </member>
12109     <member name=
"M:UnityEditor.GameObjectUtility.GetStaticEditorFlags(UnityEngine.GameObject)">
12110       <summary>
12111         <para>Gets the StaticEditorFlags of the GameObject specified.</para>
12112       </summary>
12113       <param name=
"go">The GameObject whose flags you are interested in.</param>
12114       <returns>
12115         <para>The
static editor flags of the GameObject specified.</para>
12116       </returns>
12117     </member>
12118     <member name=
"M:UnityEditor.GameObjectUtility.GetUniqueNameForSibling(UnityEngine.Transform,System.String)">
12119       <summary>
12120         <para>Get unique name
for a new GameObject compared to existing siblings. Useful when trying to avoid duplicate naming. When duplicate(s) are found, uses incremental a number after the base name.</para>
12121       </summary>
12122       <param name=
"parent">Target parent for a new GameObject. Null means root level.</param>
12123       <param name=
"name">Requested name for a new GameObject.</param>
12124       <returns>
12125         <para>Unique name
for a new GameObject.</para>
12126       </returns>
12127     </member>
12128     <member name=
"M:UnityEditor.GameObjectUtility.SetNavMeshArea(UnityEngine.GameObject,System.Int32)">
12129       <summary>
12130         <para>Set the navmesh area
for the gameobject.</para>
12131       </summary>
12132       <param name=
"go">GameObject to modify.</param>
12133       <param name=
"areaIndex">NavMesh area index to set.</param>
12134     </member>
12135     <member name=
"M:UnityEditor.GameObjectUtility.SetNavMeshLayer(UnityEngine.GameObject,System.Int32)">
12136       <summary>
12137         <para>Set the navmesh layer
for the GameObject.</para>
12138       </summary>
12139       <param name=
"go">The GameObject on which to set the navmesh layer.</param>
12140       <param name=
"areaIndex">The layer number you want to set.</param>
12141     </member>
12142     <member name=
"M:UnityEditor.GameObjectUtility.SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)">
12143       <summary>
12144         <para>Sets the parent and gives the child the same layer and position.</para>
12145       </summary>
12146       <param name=
"child">The GameObject that should have a new parent set.</param>
12147       <param name=
"parent">The GameObject that the child should get as a parent and have position and layer copied from. If null, this function does nothing.</param>
12148     </member>
12149     <member name=
"M:UnityEditor.GameObjectUtility.SetStaticEditorFlags(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)">
12150       <summary>
12151         <para>Sets the
static editor flags on the specified GameObject.</para>
12152       </summary>
12153       <param name=
"go">The GameObject whose static editor flags you want to set.</param>
12154       <param name=
"flags">The flags to set on the GameObject.</param>
12155     </member>
12156     <member name=
"T:UnityEditor.GenericMenu">
12157       <summary>
12158         <para>The GenericMenu lets you create a custom context and dropdown menus.</para>
12159       </summary>
12160     </member>
12161     <member name=
"M:UnityEditor.GenericMenu.AddDisabledItem(UnityEngine.GUIContent)">
12162       <summary>
12163         <para>Add a disabled item to the menu.</para>
12164       </summary>
12165       <param name=
"content">The GUIContent to display as a disabled menu item.</param>
12166     </member>
12167     <member name=
"M:UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu/MenuFunction)">
12168       <summary>
12169         <para>Add an item to the menu.</para>
12170       </summary>
12171       <param name=
"content">The GUIContent to add as a menu item.</param>
12172       <param name=
"on">Whether to show the item is currently activated (i.e. a tick next to the item in the menu).</param>
12173       <param name=
"func">The function to call when the menu item is selected.</param>
12174     </member>
12175     <member name=
"M:UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu/MenuFunction2,System.Object)">
12176       <summary>
12177         <para>Add an item to the menu.</para>
12178       </summary>
12179       <param name=
"content">The GUIContent to add as a menu item.</param>
12180       <param name=
"on">Whether to show the item is currently activated (i.e. a tick next to the item in the menu).</param>
12181       <param name=
"func">The function to call when the menu item is selected.</param>
12182       <param name=
"userData">The data to pass to the function called when the item is selected.</param>
12183     </member>
12184     <member name=
"M:UnityEditor.GenericMenu.AddSeparator(System.String)">
12185       <summary>
12186         <para>Add a seperator item to the menu.</para>
12187       </summary>
12188       <param name=
"path">The path to the submenu, if adding a separator to a submenu. When adding a separator to the top level of a menu, use an empty string as the path.</param>
12189     </member>
12190     <member name=
"M:UnityEditor.GenericMenu.DropDown(UnityEngine.Rect)">
12191       <summary>
12192         <para>Show the menu at the given screen rect.</para>
12193       </summary>
12194       <param name=
"position">The position at which to show the menu.</param>
12195     </member>
12196     <member name=
"M:UnityEditor.GenericMenu.GetItemCount">
12197       <summary>
12198         <para>Get number of items
in the menu.</para>
12199       </summary>
12200       <returns>
12201         <para>The number of items
in the menu.</para>
12202       </returns>
12203     </member>
12204     <member name=
"T:UnityEditor.GenericMenu.MenuFunction">
12205       <summary>
12206         <para>Callback function, called
when a menu item is selected.</para>
12207       </summary>
12208     </member>
12209     <member name=
"T:UnityEditor.GenericMenu.MenuFunction2">
12210       <summary>
12211         <para>Callback function with user data, called
when a menu item is selected.</para>
12212       </summary>
12213       <param name=
"userData">The data to pass through to the callback function.</param>
12214     </member>
12215     <member name=
"M:UnityEditor.GenericMenu.ShowAsContext">
12216       <summary>
12217         <para>Show the menu under the mouse
when right-clicked.</para>
12218       </summary>
12219     </member>
12220     <member name=
"T:UnityEditor.GizmoType">
12221       <summary>
12222         <para>Determines how a gizmo
is drawn or picked in the Unity editor.</para>
12223       </summary>
12224     </member>
12225     <member name=
"F:UnityEditor.GizmoType.Active">
12226       <summary>
12227         <para>Draw the gizmo
if it is active (shown in the inspector).</para>
12228       </summary>
12229     </member>
12230     <member name=
"F:UnityEditor.GizmoType.InSelectionHierarchy">
12231       <summary>
12232         <para>Draw the gizmo
if it is selected or it is a child/descendent of the selected.</para>
12233       </summary>
12234     </member>
12235     <member name=
"F:UnityEditor.GizmoType.NonSelected">
12236       <summary>
12237         <para>Draw the gizmo
if it is not selected.</para>
12238       </summary>
12239     </member>
12240     <member name=
"F:UnityEditor.GizmoType.NotInSelectionHierarchy">
12241       <summary>
12242         <para>Draw the gizmo
if it is not selected and also no parent/ancestor is selected.</para>
12243       </summary>
12244     </member>
12245     <member name=
"F:UnityEditor.GizmoType.Pickable">
12246       <summary>
12247         <para>The gizmo can be picked
in the editor.</para>
12248       </summary>
12249     </member>
12250     <member name=
"F:UnityEditor.GizmoType.Selected">
12251       <summary>
12252         <para>Draw the gizmo
if it is selected.</para>
12253       </summary>
12254     </member>
12255     <member name=
"T:UnityEditor.GUIDrawer">
12256       <summary>
12257         <para>Base
class for PropertyDrawer and DecoratorDrawer.</para>
12258       </summary>
12259     </member>
12260     <member name=
"T:UnityEditor.Handles">
12261       <summary>
12262         <para>Custom
3D GUI controls and drawing in the scene view.</para>
12263       </summary>
12264     </member>
12265     <member name=
"P:UnityEditor.Handles.centerColor">
12266       <summary>
12267         <para>Color to use
for handles that represent the center of something.</para>
12268       </summary>
12269     </member>
12270     <member name=
"P:UnityEditor.Handles.color">
12271       <summary>
12272         <para>Colors of the handles.</para>
12273       </summary>
12274     </member>
12275     <member name=
"P:UnityEditor.Handles.currentCamera">
12276       <summary>
12277         <para>Setup viewport and stuff
for a current camera.</para>
12278       </summary>
12279     </member>
12280     <member name=
"P:UnityEditor.Handles.inverseMatrix">
12281       <summary>
12282         <para>The inverse of the matrix
for all handle operations.</para>
12283       </summary>
12284     </member>
12285     <member name=
"P:UnityEditor.Handles.lighting">
12286       <summary>
12287         <para>Are handles lit?</para>
12288       </summary>
12289     </member>
12290     <member name=
"P:UnityEditor.Handles.matrix">
12291       <summary>
12292         <para>Matrix
for all handle operations.</para>
12293       </summary>
12294     </member>
12295     <member name=
"P:UnityEditor.Handles.secondaryColor">
12296       <summary>
12297         <para>Soft color to use
for for general things.</para>
12298       </summary>
12299     </member>
12300     <member name=
"P:UnityEditor.Handles.selectedColor">
12301       <summary>
12302         <para>Color to use
for the currently active handle.</para>
12303       </summary>
12304     </member>
12305     <member name=
"P:UnityEditor.Handles.xAxisColor">
12306       <summary>
12307         <para>Color to use
for handles that manipulates the X coordinate of something.</para>
12308       </summary>
12309     </member>
12310     <member name=
"P:UnityEditor.Handles.yAxisColor">
12311       <summary>
12312         <para>Color to use
for handles that manipulates the Y coordinate of something.</para>
12313       </summary>
12314     </member>
12315     <member name=
"P:UnityEditor.Handles.zAxisColor">
12316       <summary>
12317         <para>Color to use
for handles that manipulates the Z coordinate of something.</para>
12318       </summary>
12319     </member>
12320     <member name=
"M:UnityEditor.Handles.ArrowCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12321       <summary>
12322         <para>Draw an arrow like those used
by the move tool.</para>
12323       </summary>
12324       <param name=
"controlID">The control ID for the handle.</param>
12325       <param name=
"position">The world-space position of the handle's start point.</param>
12326       <param name=
"rotation">The rotation of the handle.</param>
12327       <param name=
"size">The size of the handle in world-space units.</param>
12328     </member>
12329     <member name=
"M:UnityEditor.Handles.BeginGUI">
12330       <summary>
12331         <para>Begin a
2D GUI block inside the 3D handle GUI.</para>
12332       </summary>
12333       <param name=
"position">The position and size of the 2D GUI area.</param>
12334     </member>
12335     <member name=
"M:UnityEditor.Handles.BeginGUI(UnityEngine.Rect)">
12336       <summary>
12337         <para>Begin a
2D GUI block inside the 3D handle GUI.</para>
12338       </summary>
12339       <param name=
"position">The position and size of the 2D GUI area.</param>
12340     </member>
12341     <member name=
"M:UnityEditor.Handles.Button(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single,UnityEditor.Handles/DrawCapFunction)">
12342       <summary>
12343         <para>Make a
3D Button.</para>
12344       </summary>
12345       <param name=
"position">The world-space position to draw the button.</param>
12346       <param name=
"direction">The rotation of the button.</param>
12347       <param name=
"size">The visual size of the button.</param>
12348       <param name=
"pickSize">The size of the button for the purpose of detecting a click.</param>
12349       <param name=
"capFunc">The draw style of the button.</param>
12350       <returns>
12351         <para>True
when the user clicks the button.</para>
12352       </returns>
12353     </member>
12354     <member name=
"M:UnityEditor.Handles.CircleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12355       <summary>
12356         <para>Draw a camera-facing Circle. Pass
this into handle functions.</para>
12357       </summary>
12358       <param name=
"controlID">The control ID for the handle.</param>
12359       <param name=
"position">The world-space position for the start of the handle.</param>
12360       <param name=
"rotation">The rotation of the handle.</param>
12361       <param name=
"size">The size of the handle in world-space units.</param>
12362     </member>
12363     <member name=
"M:UnityEditor.Handles.ClearCamera(UnityEngine.Rect,UnityEngine.Camera)">
12364       <summary>
12365         <para>Clears the camera.</para>
12366       </summary>
12367       <param name=
"position">Where in the Scene to clear.</param>
12368       <param name=
"camera">The camera to clear.</param>
12369     </member>
12370     <member name=
"M:UnityEditor.Handles.ConeCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12371       <summary>
12372         <para>Draw a Cone. Pass
this into handle functions.</para>
12373       </summary>
12374       <param name=
"controlID">The control ID for the handle.</param>
12375       <param name=
"position">The world-space position of the handle's start point.</param>
12376       <param name=
"rotation">The rotation of the handle.</param>
12377       <param name=
"size">The size of the handle in world-space units.</param>
12378     </member>
12379     <member name=
"M:UnityEditor.Handles.CubeCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12380       <summary>
12381         <para>Draw a cube. Pass
this into handle functions.</para>
12382       </summary>
12383       <param name=
"controlID">The control ID for the handle.</param>
12384       <param name=
"position">The world-space position of the handle's start point.</param>
12385       <param name=
"rotation">The rotation of the handle.</param>
12386       <param name=
"size">The size of the handle in world-space units.</param>
12387     </member>
12388     <member name=
"M:UnityEditor.Handles.CylinderCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12389       <summary>
12390         <para>Draw a Cylinder. Pass
this into handle functions.</para>
12391       </summary>
12392       <param name=
"controlID">The control ID for the handle.</param>
12393       <param name=
"position">The world-space position of the handle's start point.</param>
12394       <param name=
"rotation">The rotation of the handle.</param>
12395       <param name=
"size">The size of the handle in world-space units.</param>
12396     </member>
12397     <member name=
"M:UnityEditor.Handles.Disc(UnityEngine.Quaternion,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Boolean,System.Single)">
12398       <summary>
12399         <para>Make a
3D disc that can be dragged with the mouse.
12400 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12401       </summary>
12402       <param name=
"rotation">The rotation of the disc.</param>
12403       <param name=
"position">The center of the disc.</param>
12404       <param name=
"axis">The axis to rotate around.</param>
12405       <param name=
"size">The size of the disc in world space See Also:HandleUtility.GetHandleSize.</param>
12406       <param name=
"cutoffPlane">If true, only the front-facing half of the circle is draw / draggable. This is useful when you have many overlapping rotation axes (like in the default rotate tool) to avoid clutter.</param>
12407       <param name=
"snap">The grid size to snap to.</param>
12408       <returns>
12409         <para>The
new rotation value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12410       </returns>
12411     </member>
12412     <member name=
"M:UnityEditor.Handles.DotCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12413       <summary>
12414         <para>Draw a camera-facing dot. Pass
this into handle functions.</para>
12415       </summary>
12416       <param name=
"controlID">The control ID for the handle.</param>
12417       <param name=
"position">The world-space position of the handle's start point.</param>
12418       <param name=
"rotation">The rotation of the handle.</param>
12419       <param name=
"size">The size of the handle in world-space units.</param>
12420     </member>
12421     <member name=
"M:UnityEditor.Handles.DrawAAConvexPolygon(UnityEngine.Vector3[])">
12422       <summary>
12423         <para>Draw anti-aliased convex polygon specified with point array.</para>
12424       </summary>
12425       <param name=
"points">List of points describing the convex polygon.</param>
12426     </member>
12427     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Vector3[])">
12428       <summary>
12429         <para>Draw anti-aliased line specified with point array and width.</para>
12430       </summary>
12431       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
12432       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
12433       <param name=
"points">List of points to build the line from.</param>
12434       <param name=
"actualNumberOfPoints"></param>
12435     </member>
12436     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(System.Single,UnityEngine.Vector3[])">
12437       <summary>
12438         <para>Draw anti-aliased line specified with point array and width.</para>
12439       </summary>
12440       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
12441       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
12442       <param name=
"points">List of points to build the line from.</param>
12443       <param name=
"actualNumberOfPoints"></param>
12444     </member>
12445     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,UnityEngine.Vector3[])">
12446       <summary>
12447         <para>Draw anti-aliased line specified with point array and width.</para>
12448       </summary>
12449       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
12450       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
12451       <param name=
"points">List of points to build the line from.</param>
12452       <param name=
"actualNumberOfPoints"></param>
12453     </member>
12454     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(System.Single,System.Int32,UnityEngine.Vector3[])">
12455       <summary>
12456         <para>Draw anti-aliased line specified with point array and width.</para>
12457       </summary>
12458       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
12459       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
12460       <param name=
"points">List of points to build the line from.</param>
12461       <param name=
"actualNumberOfPoints"></param>
12462     </member>
12463     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,System.Single,UnityEngine.Vector3[])">
12464       <summary>
12465         <para>Draw anti-aliased line specified with point array and width.</para>
12466       </summary>
12467       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
12468       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
12469       <param name=
"points">List of points to build the line from.</param>
12470       <param name=
"actualNumberOfPoints"></param>
12471     </member>
12472     <member name=
"M:UnityEditor.Handles.DrawBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,UnityEngine.Texture2D,System.Single)">
12473       <summary>
12474         <para>Draw textured bezier line through start and end points with the given tangents. To
get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel. The bezier curve will be swept using this texture.</para>
12475       </summary>
12476       <param name=
"startPosition">The start point of the bezier line.</param>
12477       <param name=
"endPosition">The end point of the bezier line.</param>
12478       <param name=
"startTangent">The second control point of the bezier line.</param>
12479       <param name=
"endTangent">The third control point of the bezier line.</param>
12480       <param name=
"color">The color to use for the bezier line.</param>
12481       <param name=
"texture">The texture to use for drawing the bezier line.</param>
12482       <param name=
"width">The width of the bezier line.</param>
12483     </member>
12484     <member name=
"M:UnityEditor.Handles.DrawCamera">
12485       <summary>
12486         <para>Draws a camera inside a rectangle.</para>
12487       </summary>
12488       <param name=
"position">The area to draw the camera within in GUI coordinates.</param>
12489       <param name=
"camera">The camera to draw.</param>
12490       <param name=
"drawMode">How the camera is drawn (textured, wireframe, etc).</param>
12491       <param name=
"gridParam">Parameters of grid drawing (can be omitted).</param>
12492     </member>
12493     <member name=
"M:UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera)">
12494       <summary>
12495         <para>Draws a camera inside a rectangle.</para>
12496       </summary>
12497       <param name=
"position">The area to draw the camera within in GUI coordinates.</param>
12498       <param name=
"camera">The camera to draw.</param>
12499       <param name=
"drawMode">How the camera is drawn (textured, wireframe, etc.).</param>
12500     </member>
12501     <member name=
"M:UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera,UnityEditor.DrawCameraMode)">
12502       <summary>
12503         <para>Draws a camera inside a rectangle.</para>
12504       </summary>
12505       <param name=
"position">The area to draw the camera within in GUI coordinates.</param>
12506       <param name=
"camera">The camera to draw.</param>
12507       <param name=
"drawMode">How the camera is drawn (textured, wireframe, etc.).</param>
12508     </member>
12509     <member name=
"T:UnityEditor.Handles.DrawCapFunction">
12510       <summary>
12511         <para>The function to use
for drawing the handle e.g. Handles.RectangleCap.</para>
12512       </summary>
12513       <param name=
"controlID"></param>
12514       <param name=
"position"></param>
12515       <param name=
"rotation"></param>
12516       <param name=
"size"></param>
12517     </member>
12518     <member name=
"M:UnityEditor.Handles.DrawDottedLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
12519       <summary>
12520         <para>Draw a dotted line
from p1 to p2.</para>
12521       </summary>
12522       <param name=
"p1">The start point.</param>
12523       <param name=
"p2">The end point.</param>
12524       <param name=
"screenSpaceSize">The size in pixels for the lengths of the line segments and the gaps between them.</param>
12525     </member>
12526     <member name=
"M:UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Single)">
12527       <summary>
12528         <para>Draw a list of dotted line segments.</para>
12529       </summary>
12530       <param name=
"lineSegments">A list of pairs of points that represent the start and end of line segments.</param>
12531       <param name=
"screenSpaceSize">The size in pixels for the lengths of the line segments and the gaps between them.</param>
12532     </member>
12533     <member name=
"M:UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Int32[],System.Single)">
12534       <summary>
12535         <para>Draw a list of indexed dotted line segments.</para>
12536       </summary>
12537       <param name=
"points">A list of points.</param>
12538       <param name=
"segmentIndices">A list of pairs of indices to the start and end points of the line segments.</param>
12539       <param name=
"screenSpaceSize">The size in pixels for the lengths of the line segments and the gaps between them.</param>
12540     </member>
12541     <member name=
"M:UnityEditor.Handles.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)">
12542       <summary>
12543         <para>Draw a line
from p1 to p2.</para>
12544       </summary>
12545       <param name=
"p1"></param>
12546       <param name=
"p2"></param>
12547     </member>
12548     <member name=
"M:UnityEditor.Handles.DrawLines(UnityEngine.Vector3[])">
12549       <summary>
12550         <para>Draw a list of line segments.</para>
12551       </summary>
12552       <param name=
"lineSegments">A list of pairs of points that represent the start and end of line segments.</param>
12553     </member>
12554     <member name=
"M:UnityEditor.Handles.DrawLines(UnityEngine.Vector3[],System.Int32[])">
12555       <summary>
12556         <para>Draw a list of indexed line segments.</para>
12557       </summary>
12558       <param name=
"points">A list of points.</param>
12559       <param name=
"segmentIndices">A list of pairs of indices to the start and end points of the line segments.</param>
12560     </member>
12561     <member name=
"M:UnityEditor.Handles.DrawPolyLine(UnityEngine.Vector3[])">
12562       <summary>
12563         <para>Draw a line going through the list of all points.</para>
12564       </summary>
12565       <param name=
"points"></param>
12566     </member>
12567     <member name=
"M:UnityEditor.Handles.DrawSolidArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
12568       <summary>
12569         <para>Draw a circular sector (pie piece)
in 3D space.</para>
12570       </summary>
12571       <param name=
"center">The center of the circle.</param>
12572       <param name=
"normal">The normal of the circle.</param>
12573       <param name=
"from">The direction of the point on the circumference, relative to the center, where the sector begins.</param>
12574       <param name=
"angle">The angle of the sector, in degrees.</param>
12575       <param name=
"radius">The radius of the circle
12576
12577 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12578     </member>
12579     <member name=
"M:UnityEditor.Handles.DrawSolidDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
12580       <summary>
12581         <para>Draw a solid flat disc
in 3D space.</para>
12582       </summary>
12583       <param name=
"center">The center of the dics.</param>
12584       <param name=
"normal">The normal of the disc.</param>
12585       <param name=
"radius">The radius of the dics
12586
12587 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12588     </member>
12589     <member name=
"M:UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Vector3[],UnityEngine.Color,UnityEngine.Color)">
12590       <summary>
12591         <para>Draw a solid outlined rectangle
in 3D space.</para>
12592       </summary>
12593       <param name=
"verts">The 4 vertices of the rectangle in world coordinates.</param>
12594       <param name=
"faceColor">The color of the rectangle's face.</param>
12595       <param name=
"outlineColor">The outline color of the rectangle.</param>
12596     </member>
12597     <member name=
"M:UnityEditor.Handles.DrawWireArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
12598       <summary>
12599         <para>Draw a circular arc
in 3D space.</para>
12600       </summary>
12601       <param name=
"center">The center of the circle.</param>
12602       <param name=
"normal">The normal of the circle.</param>
12603       <param name=
"from">The direction of the point on the circle circumference, relative to the center, where the arc begins.</param>
12604       <param name=
"angle">The angle of the arc, in degrees.</param>
12605       <param name=
"radius">The radius of the circle
12606
12607 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12608     </member>
12609     <member name=
"M:UnityEditor.Handles.DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)">
12610       <summary>
12611         <para>Draw a wireframe box with center and size.</para>
12612       </summary>
12613       <param name=
"center"></param>
12614       <param name=
"size"></param>
12615     </member>
12616     <member name=
"M:UnityEditor.Handles.DrawWireDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
12617       <summary>
12618         <para>Draw the outline of a flat disc
in 3D space.</para>
12619       </summary>
12620       <param name=
"center">The center of the dics.</param>
12621       <param name=
"normal">The normal of the disc.</param>
12622       <param name=
"radius">The radius of the dics
12623
12624 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12625     </member>
12626     <member name=
"M:UnityEditor.Handles.EndGUI">
12627       <summary>
12628         <para>End a
2D GUI block and get back to the 3D handle GUI.</para>
12629       </summary>
12630     </member>
12631     <member name=
"M:UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles/DrawCapFunction)">
12632       <summary>
12633         <para>Make an unconstrained movement handle.</para>
12634       </summary>
12635       <param name=
"position">The position of the handle.</param>
12636       <param name=
"rotation">The rotation of the handle. this defines the space along.</param>
12637       <param name=
"size">The size of the handle.</param>
12638       <param name=
"capFunc">The function to use for drawing the handle, eg, Handles.RectangleCap
12639
12640 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12641       <param name=
"snap">The grid size to snap movement to.</param>
12642       <returns>
12643         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12644       </returns>
12645     </member>
12646     <member name=
"M:UnityEditor.Handles.FreeRotateHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)">
12647       <summary>
12648         <para>Make an unconstrained rotation handle.</para>
12649       </summary>
12650       <param name=
"rotation">Orientation of the handle.</param>
12651       <param name=
"position">Center of the handle in 3D space.</param>
12652       <param name=
"size">The size of the handle.
12653
12654 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12655       <returns>
12656         <para>The
new rotation value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12657       </returns>
12658     </member>
12659     <member name=
"M:UnityEditor.Handles.GetMainGameViewSize">
12660       <summary>
12661         <para>Get the width and height of the main game view.</para>
12662       </summary>
12663     </member>
12664     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,System.String)">
12665       <summary>
12666         <para>Make a text label positioned
in 3D space.</para>
12667       </summary>
12668       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
12669       <param name=
"text">Text to display on the label.</param>
12670       <param name=
"image">Texture to display on the label.</param>
12671       <param name=
"content">Text, image and tooltip for this label.</param>
12672       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
12673
12674 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12675     </member>
12676     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.Texture)">
12677       <summary>
12678         <para>Make a text label positioned
in 3D space.</para>
12679       </summary>
12680       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
12681       <param name=
"text">Text to display on the label.</param>
12682       <param name=
"image">Texture to display on the label.</param>
12683       <param name=
"content">Text, image and tooltip for this label.</param>
12684       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
12685
12686 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12687     </member>
12688     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent)">
12689       <summary>
12690         <para>Make a text label positioned
in 3D space.</para>
12691       </summary>
12692       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
12693       <param name=
"text">Text to display on the label.</param>
12694       <param name=
"image">Texture to display on the label.</param>
12695       <param name=
"content">Text, image and tooltip for this label.</param>
12696       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
12697
12698 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12699     </member>
12700     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,System.String,UnityEngine.GUIStyle)">
12701       <summary>
12702         <para>Make a text label positioned
in 3D space.</para>
12703       </summary>
12704       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
12705       <param name=
"text">Text to display on the label.</param>
12706       <param name=
"image">Texture to display on the label.</param>
12707       <param name=
"content">Text, image and tooltip for this label.</param>
12708       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
12709
12710 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12711     </member>
12712     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
12713       <summary>
12714         <para>Make a text label positioned
in 3D space.</para>
12715       </summary>
12716       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
12717       <param name=
"text">Text to display on the label.</param>
12718       <param name=
"image">Texture to display on the label.</param>
12719       <param name=
"content">Text, image and tooltip for this label.</param>
12720       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
12721
12722 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
12723     </member>
12724     <member name=
"M:UnityEditor.Handles.MakeBezierPoints(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)">
12725       <summary>
12726         <para>Retuns an array of points to representing the bezier curve. See Handles.DrawBezier.</para>
12727       </summary>
12728       <param name=
"startPosition"></param>
12729       <param name=
"endPosition"></param>
12730       <param name=
"startTangent"></param>
12731       <param name=
"endTangent"></param>
12732       <param name=
"division"></param>
12733     </member>
12734     <member name=
"M:UnityEditor.Handles.PositionHandle(UnityEngine.Vector3,UnityEngine.Quaternion)">
12735       <summary>
12736         <para>Make a
3D Scene view position handle.</para>
12737       </summary>
12738       <param name=
"position">Center of the handle in 3D space.</param>
12739       <param name=
"rotation">Orientation of the handle in 3D space.</param>
12740       <returns>
12741         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.
12742
12743 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12744       </returns>
12745     </member>
12746     <member name=
"M:UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single,System.Boolean)">
12747       <summary>
12748         <para>Make a Scene view radius handle.</para>
12749       </summary>
12750       <param name=
"rotation">Orientation of the handle.</param>
12751       <param name=
"position">Center of the handle in 3D space.</param>
12752       <param name=
"radius">Radius to modify.</param>
12753       <param name=
"handlesOnly">Whether to omit the circular outline of the radius and only draw the point handles.</param>
12754       <returns>
12755         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.
12756
12757 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12758       </returns>
12759     </member>
12760     <member name=
"M:UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)">
12761       <summary>
12762         <para>Make a Scene view radius handle.</para>
12763       </summary>
12764       <param name=
"rotation">Orientation of the handle.</param>
12765       <param name=
"position">Center of the handle in 3D space.</param>
12766       <param name=
"radius">Radius to modify.</param>
12767       <param name=
"handlesOnly">Whether to omit the circular outline of the radius and only draw the point handles.</param>
12768       <returns>
12769         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.
12770
12771 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12772       </returns>
12773     </member>
12774     <member name=
"M:UnityEditor.Handles.RotationHandle(UnityEngine.Quaternion,UnityEngine.Vector3)">
12775       <summary>
12776         <para>Make a Scene view rotation handle.</para>
12777       </summary>
12778       <param name=
"rotation">Orientation of the handle.</param>
12779       <param name=
"position">Center of the handle in 3D space.</param>
12780       <returns>
12781         <para>The
new rotation value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12782       </returns>
12783     </member>
12784     <member name=
"M:UnityEditor.Handles.ScaleHandle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12785       <summary>
12786         <para>Make a Scene view scale handle.
12787
12788 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12789       </summary>
12790       <param name=
"scale">Scale to modify.</param>
12791       <param name=
"position">The position of the handle.</param>
12792       <param name=
"rotation">The rotation of the handle.</param>
12793       <param name=
"size">Allows you to scale the size of the handle on-scren.</param>
12794       <returns>
12795         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12796       </returns>
12797     </member>
12798     <member name=
"M:UnityEditor.Handles.ScaleSlider(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single)">
12799       <summary>
12800         <para>Make a directional scale slider.
12801
12802 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12803       </summary>
12804       <param name=
"scale">The value the user can modify.</param>
12805       <param name=
"position">The position of the handle.</param>
12806       <param name=
"direction">The direction of the handle.</param>
12807       <param name=
"rotation">The rotation of whole object.</param>
12808       <param name=
"size">The size of the handle.</param>
12809       <param name=
"snap">The new value after the user has modified it.</param>
12810       <returns>
12811         <para>The
value modified by the user's interaction with the handle.</para>
12812       </returns>
12813     </member>
12814     <member name=
"M:UnityEditor.Handles.ScaleValueHandle(System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles/DrawCapFunction,System.Single)">
12815       <summary>
12816         <para>Make a single-
float draggable handle.
12817
12818 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12819       </summary>
12820       <param name=
"value">The value the user can modify.</param>
12821       <param name=
"position">The position of the handle.</param>
12822       <param name=
"rotation">The rotation of the handle.</param>
12823       <param name=
"size">The size of the handle.</param>
12824       <param name=
"capFunc">The function to use for drawing the handle e.g. Handles.RectangleCap.</param>
12825       <param name=
"snap">The new value after the user has modified it.</param>
12826       <returns>
12827         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12828       </returns>
12829     </member>
12830     <member name=
"M:UnityEditor.Handles.SelectionFrame(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
12831       <summary>
12832         <para>Draw a camera facing selection frame.</para>
12833       </summary>
12834       <param name=
"controlID"></param>
12835       <param name=
"position"></param>
12836       <param name=
"rotation"></param>
12837       <param name=
"size"></param>
12838     </member>
12839     <member name=
"M:UnityEditor.Handles.SetCamera(UnityEngine.Camera)">
12840       <summary>
12841         <para>Set the current camera so all Handles and Gizmos are draw with its settings.</para>
12842       </summary>
12843       <param name=
"camera"></param>
12844       <param name=
"position"></param>
12845     </member>
12846     <member name=
"M:UnityEditor.Handles.SetCamera(UnityEngine.Rect,UnityEngine.Camera)">
12847       <summary>
12848         <para>Set the current camera so all Handles and Gizmos are draw with its settings.</para>
12849       </summary>
12850       <param name=
"camera"></param>
12851       <param name=
"position"></param>
12852     </member>
12853     <member name=
"M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3)">
12854       <summary>
12855         <para>Make a
3D slider.
12856
12857 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12858       </summary>
12859       <param name=
"position">The position of the current point.</param>
12860       <param name=
"direction">The direction of the sliding.</param>
12861       <param name=
"size">3D size the size of the handle.</param>
12862       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12863       <param name=
"snap">The snap value (see Handles.SnapValue).</param>
12864       <returns>
12865         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12866       </returns>
12867     </member>
12868     <member name=
"M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,System.Single)">
12869       <summary>
12870         <para>Make a
3D slider.
12871
12872 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12873       </summary>
12874       <param name=
"position">The position of the current point.</param>
12875       <param name=
"direction">The direction of the sliding.</param>
12876       <param name=
"size">3D size the size of the handle.</param>
12877       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12878       <param name=
"snap">The snap value (see Handles.SnapValue).</param>
12879       <returns>
12880         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
12881       </returns>
12882     </member>
12883     <member name=
"M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,UnityEngine.Vector2,System.Boolean)">
12884       <summary>
12885         <para>Slide a handle
in a 2D plane.</para>
12886       </summary>
12887       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
12888       <param name=
"handlePos">The position of the current point.</param>
12889       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
12890       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
12891       <param name=
"slideDir1">The first direction of the sliding.</param>
12892       <param name=
"slideDir2">The second direction of the sliding.</param>
12893       <param name=
"handleSize">The size of the handle.</param>
12894       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12895       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
12896       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
12897       <returns>
12898         <para>The
new handle position
12899
12900 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12901       </returns>
12902     </member>
12903     <member name=
"M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,UnityEngine.Vector2,System.Boolean)">
12904       <summary>
12905         <para>Slide a handle
in a 2D plane.</para>
12906       </summary>
12907       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
12908       <param name=
"handlePos">The position of the current point.</param>
12909       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
12910       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
12911       <param name=
"slideDir1">The first direction of the sliding.</param>
12912       <param name=
"slideDir2">The second direction of the sliding.</param>
12913       <param name=
"handleSize">The size of the handle.</param>
12914       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12915       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
12916       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
12917       <returns>
12918         <para>The
new handle position
12919
12920 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12921       </returns>
12922     </member>
12923     <member name=
"M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,UnityEngine.Vector2,System.Boolean)">
12924       <summary>
12925         <para>Slide a handle
in a 2D plane.</para>
12926       </summary>
12927       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
12928       <param name=
"handlePos">The position of the current point.</param>
12929       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
12930       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
12931       <param name=
"slideDir1">The first direction of the sliding.</param>
12932       <param name=
"slideDir2">The second direction of the sliding.</param>
12933       <param name=
"handleSize">The size of the handle.</param>
12934       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12935       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
12936       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
12937       <returns>
12938         <para>The
new handle position
12939
12940 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12941       </returns>
12942     </member>
12943     <member name=
"M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,System.Single)">
12944       <summary>
12945         <para>Slide a handle
in a 2D plane.</para>
12946       </summary>
12947       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
12948       <param name=
"handlePos">The position of the current point.</param>
12949       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
12950       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
12951       <param name=
"slideDir1">The first direction of the sliding.</param>
12952       <param name=
"slideDir2">The second direction of the sliding.</param>
12953       <param name=
"handleSize">The size of the handle.</param>
12954       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12955       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
12956       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
12957       <returns>
12958         <para>The
new handle position
12959
12960 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12961       </returns>
12962     </member>
12963     <member name=
"M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,UnityEngine.Vector2)">
12964       <summary>
12965         <para>Slide a handle
in a 2D plane.</para>
12966       </summary>
12967       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
12968       <param name=
"handlePos">The position of the current point.</param>
12969       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
12970       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
12971       <param name=
"slideDir1">The first direction of the sliding.</param>
12972       <param name=
"slideDir2">The second direction of the sliding.</param>
12973       <param name=
"handleSize">The size of the handle.</param>
12974       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12975       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
12976       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
12977       <returns>
12978         <para>The
new handle position
12979
12980 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
12981       </returns>
12982     </member>
12983     <member name=
"M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,UnityEngine.Vector2)">
12984       <summary>
12985         <para>Slide a handle
in a 2D plane.</para>
12986       </summary>
12987       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
12988       <param name=
"handlePos">The position of the current point.</param>
12989       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
12990       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
12991       <param name=
"slideDir1">The first direction of the sliding.</param>
12992       <param name=
"slideDir2">The second direction of the sliding.</param>
12993       <param name=
"handleSize">The size of the handle.</param>
12994       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
12995       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
12996       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
12997       <returns>
12998         <para>The
new handle position
12999
13000 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13001       </returns>
13002     </member>
13003     <member name=
"M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,UnityEngine.Vector2)">
13004       <summary>
13005         <para>Slide a handle
in a 2D plane.</para>
13006       </summary>
13007       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
13008       <param name=
"handlePos">The position of the current point.</param>
13009       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
13010       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
13011       <param name=
"slideDir1">The first direction of the sliding.</param>
13012       <param name=
"slideDir2">The second direction of the sliding.</param>
13013       <param name=
"handleSize">The size of the handle.</param>
13014       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
13015       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
13016       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
13017       <returns>
13018         <para>The
new handle position
13019
13020 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13021       </returns>
13022     </member>
13023     <member name=
"M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/DrawCapFunction,System.Single,System.Boolean)">
13024       <summary>
13025         <para>Slide a handle
in a 2D plane.</para>
13026       </summary>
13027       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
13028       <param name=
"handlePos">The position of the current point.</param>
13029       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
13030       <param name=
"handleDir">The direction of the handle, only used for rendering of the handle.</param>
13031       <param name=
"slideDir1">The first direction of the sliding.</param>
13032       <param name=
"slideDir2">The second direction of the sliding.</param>
13033       <param name=
"handleSize">The size of the handle.</param>
13034       <param name=
"drawFunc">The function to call for doing the actual drawing - by default, it's Handles.ArrowCap, but any function that has the same signature can be used.</param>
13035       <param name=
"snap">(float or Vector2) set the snap increment (Pass a Vector2 to use separate snap increments in each dimension).</param>
13036       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
13037       <returns>
13038         <para>The
new handle position
13039
13040 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13041       </returns>
13042     </member>
13043     <member name=
"M:UnityEditor.Handles.SnapValue(System.Single,System.Single)">
13044       <summary>
13045         <para>Rounds the
value val to the closest multiple of snap (snap can only be positive).</para>
13046       </summary>
13047       <param name=
"val"></param>
13048       <param name=
"snap"></param>
13049       <returns>
13050         <para>The rounded
value, if snap is positive, and val otherwise.</para>
13051       </returns>
13052     </member>
13053     <member name=
"M:UnityEditor.Handles.SphereCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
13054       <summary>
13055         <para>Draw a Sphere. Pass
this into handle functions.</para>
13056       </summary>
13057       <param name=
"controlID"></param>
13058       <param name=
"position"></param>
13059       <param name=
"rotation"></param>
13060       <param name=
"size"></param>
13061     </member>
13062     <member name=
"T:UnityEditor.HandleUtility">
13063       <summary>
13064         <para>Helper functions
for Scene View style 3D GUI.</para>
13065       </summary>
13066     </member>
13067     <member name=
"P:UnityEditor.HandleUtility.acceleration">
13068       <summary>
13069         <para>Get standard acceleration
for dragging values (Read Only).</para>
13070       </summary>
13071     </member>
13072     <member name=
"P:UnityEditor.HandleUtility.niceMouseDelta">
13073       <summary>
13074         <para>Get nice mouse delta to use
for dragging a float value (Read Only).</para>
13075       </summary>
13076     </member>
13077     <member name=
"P:UnityEditor.HandleUtility.niceMouseDeltaZoom">
13078       <summary>
13079         <para>Get nice mouse delta to use
for zooming (Read Only).</para>
13080       </summary>
13081     </member>
13082     <member name=
"M:UnityEditor.HandleUtility.AddControl(System.Int32,System.Single)">
13083       <summary>
13084         <para>Record a distance measurement
from a handle.</para>
13085       </summary>
13086       <param name=
"controlId"></param>
13087       <param name=
"distance"></param>
13088     </member>
13089     <member name=
"M:UnityEditor.HandleUtility.AddDefaultControl(System.Int32)">
13090       <summary>
13091         <para>Add the ID
for a default control. This will be picked if nothing else is.</para>
13092       </summary>
13093       <param name=
"controlId"></param>
13094     </member>
13095     <member name=
"M:UnityEditor.HandleUtility.CalcLineTranslation(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector3,UnityEngine.Vector3)">
13096       <summary>
13097         <para>Map a mouse drag onto a movement along a line
in 3D space.</para>
13098       </summary>
13099       <param name=
"src">The source point of the drag.</param>
13100       <param name=
"dest">The destination point of the drag.</param>
13101       <param name=
"srcPosition">The 3D position the dragged object had at src ray.</param>
13102       <param name=
"constraintDir">3D direction of constrained movement.</param>
13103       <returns>
13104         <para>The distance travelled along constraintDir.</para>
13105       </returns>
13106     </member>
13107     <member name=
"M:UnityEditor.HandleUtility.ClosestPointToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
13108       <summary>
13109         <para>Get the point
on an arc (in 3D space) which is closest to the current mouse position.</para>
13110       </summary>
13111       <param name=
"center"></param>
13112       <param name=
"normal"></param>
13113       <param name=
"from"></param>
13114       <param name=
"angle"></param>
13115       <param name=
"radius"></param>
13116     </member>
13117     <member name=
"M:UnityEditor.HandleUtility.ClosestPointToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
13118       <summary>
13119         <para>Get the point
on an disc (in 3D space) which is closest to the current mouse position.</para>
13120       </summary>
13121       <param name=
"center"></param>
13122       <param name=
"normal"></param>
13123       <param name=
"radius"></param>
13124     </member>
13125     <member name=
"M:UnityEditor.HandleUtility.ClosestPointToPolyLine(UnityEngine.Vector3[])">
13126       <summary>
13127         <para>Get the point
on a polyline (in 3D space) which is closest to the current mouse position.</para>
13128       </summary>
13129       <param name=
"vertices"></param>
13130     </member>
13131     <member name=
"M:UnityEditor.HandleUtility.DistancePointBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
13132       <summary>
13133         <para>Calculate distance between a point and a Bezier curve.</para>
13134       </summary>
13135       <param name=
"point"></param>
13136       <param name=
"startPosition"></param>
13137       <param name=
"endPosition"></param>
13138       <param name=
"startTangent"></param>
13139       <param name=
"endTangent"></param>
13140     </member>
13141     <member name=
"M:UnityEditor.HandleUtility.DistancePointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
13142       <summary>
13143         <para>Calculate distance between a point and a line.</para>
13144       </summary>
13145       <param name=
"point"></param>
13146       <param name=
"lineStart"></param>
13147       <param name=
"lineEnd"></param>
13148     </member>
13149     <member name=
"M:UnityEditor.HandleUtility.DistancePointToLine(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)">
13150       <summary>
13151         <para>Distance
from a point p in 2d to a line defined by two points a and b.</para>
13152       </summary>
13153       <param name=
"p"></param>
13154       <param name=
"a"></param>
13155       <param name=
"b"></param>
13156     </member>
13157     <member name=
"M:UnityEditor.HandleUtility.DistancePointToLineSegment(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)">
13158       <summary>
13159         <para>Distance
from a point p in 2d to a line segment defined by two points a and b.</para>
13160       </summary>
13161       <param name=
"p"></param>
13162       <param name=
"a"></param>
13163       <param name=
"b"></param>
13164     </member>
13165     <member name=
"M:UnityEditor.HandleUtility.DistanceToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
13166       <summary>
13167         <para>Pixel distance
from mouse pointer to a 3D section of a disc.</para>
13168       </summary>
13169       <param name=
"center"></param>
13170       <param name=
"normal"></param>
13171       <param name=
"from"></param>
13172       <param name=
"angle"></param>
13173       <param name=
"radius"></param>
13174     </member>
13175     <member name=
"M:UnityEditor.HandleUtility.DistanceToCircle(UnityEngine.Vector3,System.Single)">
13176       <summary>
13177         <para>Pixel distance
from mouse pointer to camera facing circle.</para>
13178       </summary>
13179       <param name=
"position"></param>
13180       <param name=
"radius"></param>
13181     </member>
13182     <member name=
"M:UnityEditor.HandleUtility.DistanceToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
13183       <summary>
13184         <para>Pixel distance
from mouse pointer to a 3D disc.</para>
13185       </summary>
13186       <param name=
"center"></param>
13187       <param name=
"normal"></param>
13188       <param name=
"radius"></param>
13189     </member>
13190     <member name=
"M:UnityEditor.HandleUtility.DistanceToLine(UnityEngine.Vector3,UnityEngine.Vector3)">
13191       <summary>
13192         <para>Pixel distance
from mouse pointer to line.</para>
13193       </summary>
13194       <param name=
"p1"></param>
13195       <param name=
"p2"></param>
13196     </member>
13197     <member name=
"M:UnityEditor.HandleUtility.DistanceToPolyLine(UnityEngine.Vector3[])">
13198       <summary>
13199         <para>Pixel distance
from mouse pointer to a polyline.</para>
13200       </summary>
13201       <param name=
"points"></param>
13202     </member>
13203     <member name=
"M:UnityEditor.HandleUtility.DistanceToRectangle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
13204       <summary>
13205         <para>Pixel distance
from mouse pointer to a rectangle on screen.</para>
13206       </summary>
13207       <param name=
"position"></param>
13208       <param name=
"rotation"></param>
13209       <param name=
"size"></param>
13210     </member>
13211     <member name=
"M:UnityEditor.HandleUtility.GetHandleSize(UnityEngine.Vector3)">
13212       <summary>
13213         <para>Get world space size of a manipulator handle at given position.</para>
13214       </summary>
13215       <param name=
"position">The position of the handle in 3d space.</param>
13216       <returns>
13217         <para>A constant screen-size
for the handle, based on the distance between from the supplied handle's position to the camera.</para>
13218       </returns>
13219     </member>
13220     <member name=
"M:UnityEditor.HandleUtility.GUIPointToWorldRay(UnityEngine.Vector2)">
13221       <summary>
13222         <para>Convert
2D GUI position to a world space ray.</para>
13223       </summary>
13224       <param name=
"position"></param>
13225     </member>
13226     <member name=
"M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Boolean)">
13227       <summary>
13228         <para>Pick game
object closest to specified position.</para>
13229       </summary>
13230       <param name=
"selectPrefabRoot">Select prefab.</param>
13231       <param name=
"materialIndex">Returns index into material array of the Renderer component that is closest to specified position.</param>
13232       <param name=
"position"></param>
13233     </member>
13234     <member name=
"M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Int32&amp;)">
13235       <summary>
13236         <para>Pick game
object closest to specified position.</para>
13237       </summary>
13238       <param name=
"selectPrefabRoot">Select prefab.</param>
13239       <param name=
"materialIndex">Returns index into material array of the Renderer component that is closest to specified position.</param>
13240       <param name=
"position"></param>
13241     </member>
13242     <member name=
"M:UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect)">
13243       <summary>
13244         <para>Pick GameObjects that lie within a specified screen rectangle.</para>
13245       </summary>
13246       <param name=
"rect">An screen rectangle specified with pixel coordinates.</param>
13247     </member>
13248     <member name=
"M:UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect,System.Boolean)">
13249       <summary>
13250         <para></para>
13251       </summary>
13252       <param name=
"rect"></param>
13253       <param name=
"selectPrefabRootsOnly"></param>
13254     </member>
13255     <member name=
"M:UnityEditor.HandleUtility.PointOnLineParameter(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
13256       <summary>
13257         <para>Returns the parameter
for the projection of the point on the given line.</para>
13258       </summary>
13259       <param name=
"point"></param>
13260       <param name=
"linePoint"></param>
13261       <param name=
"lineDirection"></param>
13262     </member>
13263     <member name=
"M:UnityEditor.HandleUtility.PopCamera(UnityEngine.Camera)">
13264       <summary>
13265         <para>Retrieve all camera settings.</para>
13266       </summary>
13267       <param name=
"camera"></param>
13268     </member>
13269     <member name=
"M:UnityEditor.HandleUtility.ProjectPointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
13270       <summary>
13271         <para>Project point onto a line.</para>
13272       </summary>
13273       <param name=
"point"></param>
13274       <param name=
"lineStart"></param>
13275       <param name=
"lineEnd"></param>
13276     </member>
13277     <member name=
"M:UnityEditor.HandleUtility.PushCamera(UnityEngine.Camera)">
13278       <summary>
13279         <para>Store all camera settings.</para>
13280       </summary>
13281       <param name=
"camera"></param>
13282     </member>
13283     <member name=
"M:UnityEditor.HandleUtility.RaySnap(UnityEngine.Ray)">
13284       <summary>
13285         <para>Casts ray against the scene and report
if an object lies in its path.</para>
13286       </summary>
13287       <param name=
"ray"></param>
13288       <returns>
13289         <para>A boxed RaycastHit,
null if nothing hit it.</para>
13290       </returns>
13291     </member>
13292     <member name=
"M:UnityEditor.HandleUtility.Repaint">
13293       <summary>
13294         <para>Repaint the current view.</para>
13295       </summary>
13296     </member>
13297     <member name=
"M:UnityEditor.HandleUtility.WorldPointToSizedRect(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
13298       <summary>
13299         <para>Calculate a rectangle to display a
2D GUI element near a projected point in 3D space.</para>
13300       </summary>
13301       <param name=
"position">The world-space position to use.</param>
13302       <param name=
"content">The content to make room for.</param>
13303       <param name=
"style">The style to use. The style's alignment.</param>
13304     </member>
13305     <member name=
"M:UnityEditor.HandleUtility.WorldToGUIPoint(UnityEngine.Vector3)">
13306       <summary>
13307         <para>Convert world space point to a
2D GUI position.</para>
13308       </summary>
13309       <param name=
"world">Point in world space.</param>
13310     </member>
13311     <member name=
"T:UnityEditor.Help">
13312       <summary>
13313         <para>Helper
class to access Unity documentation.</para>
13314       </summary>
13315     </member>
13316     <member name=
"M:UnityEditor.Help.BrowseURL(System.String)">
13317       <summary>
13318         <para>Open url
in the default web browser.</para>
13319       </summary>
13320       <param name=
"url"></param>
13321     </member>
13322     <member name=
"M:UnityEditor.Help.GetHelpURLForObject(UnityEngine.Object)">
13323       <summary>
13324         <para>Get the URL
for this object's documentation.</para>
13325       </summary>
13326       <param name=
"obj">The object to retrieve documentation for.</param>
13327       <returns>
13328         <para>The documentation URL
for the object. Note that this could use the http: or file: schemas.</para>
13329       </returns>
13330     </member>
13331     <member name=
"M:UnityEditor.Help.HasHelpForObject(UnityEngine.Object)">
13332       <summary>
13333         <para>Is there a help page
for this object?</para>
13334       </summary>
13335       <param name=
"obj"></param>
13336     </member>
13337     <member name=
"M:UnityEditor.Help.ShowHelpForObject(UnityEngine.Object)">
13338       <summary>
13339         <para>Show help page
for this object.</para>
13340       </summary>
13341       <param name=
"obj"></param>
13342     </member>
13343     <member name=
"M:UnityEditor.Help.ShowHelpPage(System.String)">
13344       <summary>
13345         <para>Show a help page.</para>
13346       </summary>
13347       <param name=
"page"></param>
13348     </member>
13349     <member name=
"T:UnityEditor.Highlighter">
13350       <summary>
13351         <para>Use
this class to highlight elements in the editor for use in in-editor tutorials and similar.</para>
13352       </summary>
13353     </member>
13354     <member name=
"P:UnityEditor.Highlighter.active">
13355       <summary>
13356         <para>Is there currently an active highlight?</para>
13357       </summary>
13358     </member>
13359     <member name=
"P:UnityEditor.Highlighter.activeRect">
13360       <summary>
13361         <para>The rect
in screenspace of the current active highlight.</para>
13362       </summary>
13363     </member>
13364     <member name=
"P:UnityEditor.Highlighter.activeText">
13365       <summary>
13366         <para>The text of the current active highlight.</para>
13367       </summary>
13368     </member>
13369     <member name=
"P:UnityEditor.Highlighter.activeVisible">
13370       <summary>
13371         <para>Is the current active highlight visible yet?</para>
13372       </summary>
13373     </member>
13374     <member name=
"M:UnityEditor.Highlighter.Highlight(System.String,System.String)">
13375       <summary>
13376         <para>Highlights an element
in the editor.</para>
13377       </summary>
13378       <param name=
"windowTitle">The title of the window the element is inside.</param>
13379       <param name=
"text">The text to identify the element with.</param>
13380       <param name=
"mode">Optional mode to specify how to search for the element.</param>
13381       <returns>
13382         <para>
true if the requested element was found; otherwise false.</para>
13383       </returns>
13384     </member>
13385     <member name=
"M:UnityEditor.Highlighter.Highlight(System.String,System.String,UnityEditor.HighlightSearchMode)">
13386       <summary>
13387         <para>Highlights an element
in the editor.</para>
13388       </summary>
13389       <param name=
"windowTitle">The title of the window the element is inside.</param>
13390       <param name=
"text">The text to identify the element with.</param>
13391       <param name=
"mode">Optional mode to specify how to search for the element.</param>
13392       <returns>
13393         <para>
true if the requested element was found; otherwise false.</para>
13394       </returns>
13395     </member>
13396     <member name=
"M:UnityEditor.Highlighter.HighlightIdentifier(UnityEngine.Rect,System.String)">
13397       <summary>
13398         <para>Call
this method to create an identifiable rect that the Highlighter can find.</para>
13399       </summary>
13400       <param name=
"position">The position to make highlightable.</param>
13401       <param name=
"identifier">The identifier text of the rect.</param>
13402     </member>
13403     <member name=
"M:UnityEditor.Highlighter.Stop">
13404       <summary>
13405         <para>Stops the active highlight.</para>
13406       </summary>
13407     </member>
13408     <member name=
"T:UnityEditor.HighlightSearchMode">
13409       <summary>
13410         <para>Used to specify how to find a given element
in the editor to highlight.</para>
13411       </summary>
13412     </member>
13413     <member name=
"F:UnityEditor.HighlightSearchMode.Auto">
13414       <summary>
13415         <para>Highlights the first element found
using any of the search modes.</para>
13416       </summary>
13417     </member>
13418     <member name=
"F:UnityEditor.HighlightSearchMode.Content">
13419       <summary>
13420         <para>Highlights an element containing text
using the text as identifier.</para>
13421       </summary>
13422     </member>
13423     <member name=
"F:UnityEditor.HighlightSearchMode.Identifier">
13424       <summary>
13425         <para>Highlights an element with a given identifier text.</para>
13426       </summary>
13427     </member>
13428     <member name=
"F:UnityEditor.HighlightSearchMode.None">
13429       <summary>
13430         <para>Highlights nothing.</para>
13431       </summary>
13432     </member>
13433     <member name=
"F:UnityEditor.HighlightSearchMode.PrefixLabel">
13434       <summary>
13435         <para>Highlights an entire editor control
using its label text as identifier.</para>
13436       </summary>
13437     </member>
13438     <member name=
"T:UnityEditor.ImportAssetOptions">
13439       <summary>
13440         <para>Asset importing options.</para>
13441       </summary>
13442     </member>
13443     <member name=
"F:UnityEditor.ImportAssetOptions.Default">
13444       <summary>
13445         <para>Default import options.</para>
13446       </summary>
13447     </member>
13448     <member name=
"F:UnityEditor.ImportAssetOptions.DontDownloadFromCacheServer">
13449       <summary>
13450         <para>Force a full reimport but don
't download the assets from the cache server.</para>
13451       </summary>
13452     </member>
13453     <member name=
"F:UnityEditor.ImportAssetOptions.ForceSynchronousImport">
13454       <summary>
13455         <para>Import all assets synchronously.</para>
13456       </summary>
13457     </member>
13458     <member name=
"F:UnityEditor.ImportAssetOptions.ForceUncompressedImport">
13459       <summary>
13460         <para>Forces asset import
as uncompressed for edition facilities.</para>
13461       </summary>
13462     </member>
13463     <member name=
"F:UnityEditor.ImportAssetOptions.ForceUpdate">
13464       <summary>
13465         <para>User initiated asset import.</para>
13466       </summary>
13467     </member>
13468     <member name=
"F:UnityEditor.ImportAssetOptions.ImportRecursive">
13469       <summary>
13470         <para>When a folder
is imported, import all its contents as well.</para>
13471       </summary>
13472     </member>
13473     <member name=
"T:UnityEditor.InitializeOnLoadAttribute">
13474       <summary>
13475         <para>Allow an editor
class to be initialized when Unity loads without action from the user.</para>
13476       </summary>
13477     </member>
13478     <member name=
"T:UnityEditor.InitializeOnLoadMethodAttribute">
13479       <summary>
13480         <para>Allow an editor
class method to be initialized when Unity loads without action from the user.</para>
13481       </summary>
13482     </member>
13483     <member name=
"T:UnityEditor.iOSBuildType">
13484       <summary>
13485         <para>Build configurations
for the generated Xcode project.</para>
13486       </summary>
13487     </member>
13488     <member name=
"F:UnityEditor.iOSBuildType.Debug">
13489       <summary>
13490         <para>Build configuration
set to Debug for the generated Xcode project.</para>
13491       </summary>
13492     </member>
13493     <member name=
"F:UnityEditor.iOSBuildType.Release">
13494       <summary>
13495         <para>Build configuration
set to Release for the generated Xcode project with optimization enabled.</para>
13496       </summary>
13497     </member>
13498     <member name=
"T:UnityEditor.iOSDeviceRequirement">
13499       <summary>
13500         <para>A device requirement description used
for configuration of App Slicing.</para>
13501       </summary>
13502     </member>
13503     <member name=
"P:UnityEditor.iOSDeviceRequirement.values">
13504       <summary>
13505         <para>The values of the device requirement description.</para>
13506       </summary>
13507     </member>
13508     <member name=
"M:UnityEditor.iOSDeviceRequirement.#ctor">
13509       <summary>
13510         <para>Constructs
new device requirement description.</para>
13511       </summary>
13512     </member>
13513     <member name=
"T:UnityEditor.iOSSdkVersion">
13514       <summary>
13515         <para>Supported iOS SDK versions.</para>
13516       </summary>
13517     </member>
13518     <member name=
"F:UnityEditor.iOSSdkVersion.DeviceSDK">
13519       <summary>
13520         <para>Device SDK.</para>
13521       </summary>
13522     </member>
13523     <member name=
"F:UnityEditor.iOSSdkVersion.SimulatorSDK">
13524       <summary>
13525         <para>Simulator SDK.</para>
13526       </summary>
13527     </member>
13528     <member name=
"T:UnityEditor.iOSShowActivityIndicatorOnLoading">
13529       <summary>
13530         <para>Activity Indicator
on loading.</para>
13531       </summary>
13532     </member>
13533     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.DontShow">
13534       <summary>
13535         <para>Don
't Show.</para>
13536       </summary>
13537     </member>
13538     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.Gray">
13539       <summary>
13540         <para>Gray.</para>
13541       </summary>
13542     </member>
13543     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.White">
13544       <summary>
13545         <para>White.</para>
13546       </summary>
13547     </member>
13548     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.WhiteLarge">
13549       <summary>
13550         <para>White Large.</para>
13551       </summary>
13552     </member>
13553     <member name=
"T:UnityEditor.iOSStatusBarStyle">
13554       <summary>
13555         <para>iOS status bar style.</para>
13556       </summary>
13557     </member>
13558     <member name=
"F:UnityEditor.iOSStatusBarStyle.BlackOpaque">
13559       <summary>
13560         <para>Black opaque.</para>
13561       </summary>
13562     </member>
13563     <member name=
"F:UnityEditor.iOSStatusBarStyle.BlackTranslucent">
13564       <summary>
13565         <para>Black translucent.</para>
13566       </summary>
13567     </member>
13568     <member name=
"F:UnityEditor.iOSStatusBarStyle.Default">
13569       <summary>
13570         <para>Default.</para>
13571       </summary>
13572     </member>
13573     <member name=
"T:UnityEditor.iOSTargetDevice">
13574       <summary>
13575         <para>Target iOS device.</para>
13576       </summary>
13577     </member>
13578     <member name=
"F:UnityEditor.iOSTargetDevice.iPadOnly">
13579       <summary>
13580         <para>iPad Only.</para>
13581       </summary>
13582     </member>
13583     <member name=
"F:UnityEditor.iOSTargetDevice.iPhoneAndiPad">
13584       <summary>
13585         <para>Universal : iPhone/iPod + iPad.</para>
13586       </summary>
13587     </member>
13588     <member name=
"F:UnityEditor.iOSTargetDevice.iPhoneOnly">
13589       <summary>
13590         <para>iPhone/iPod Only.</para>
13591       </summary>
13592     </member>
13593     <member name=
"T:UnityEditor.iOSTargetOSVersion">
13594       <summary>
13595         <para>Supported iOS deployment versions.</para>
13596       </summary>
13597     </member>
13598     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_10_0">
13599       <summary>
13600         <para>iOS
10.0.</para>
13601       </summary>
13602     </member>
13603     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_0">
13604       <summary>
13605         <para>iOS
4.0.</para>
13606       </summary>
13607     </member>
13608     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_1">
13609       <summary>
13610         <para>iOS
4.1.</para>
13611       </summary>
13612     </member>
13613     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_2">
13614       <summary>
13615         <para>iOS
4.2.</para>
13616       </summary>
13617     </member>
13618     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_3">
13619       <summary>
13620         <para>iOS
4.3.</para>
13621       </summary>
13622     </member>
13623     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_5_0">
13624       <summary>
13625         <para>iOS
5.0.</para>
13626       </summary>
13627     </member>
13628     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_5_1">
13629       <summary>
13630         <para>iOS
5.1.</para>
13631       </summary>
13632     </member>
13633     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_6_0">
13634       <summary>
13635         <para>iOS
6.0.</para>
13636       </summary>
13637     </member>
13638     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_7_0">
13639       <summary>
13640         <para>iOS
7.0.</para>
13641       </summary>
13642     </member>
13643     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_7_1">
13644       <summary>
13645         <para>iOS
7.1.</para>
13646       </summary>
13647     </member>
13648     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_0">
13649       <summary>
13650         <para>iOS
8.0.</para>
13651       </summary>
13652     </member>
13653     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_1">
13654       <summary>
13655         <para>iOS
8.1.</para>
13656       </summary>
13657     </member>
13658     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_2">
13659       <summary>
13660         <para>iOS
8.2.</para>
13661       </summary>
13662     </member>
13663     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_3">
13664       <summary>
13665         <para>iOS
8.3.</para>
13666       </summary>
13667     </member>
13668     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_4">
13669       <summary>
13670         <para>iOS
8.4.</para>
13671       </summary>
13672     </member>
13673     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_9_0">
13674       <summary>
13675         <para>iOS
9.0.</para>
13676       </summary>
13677     </member>
13678     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_9_1">
13679       <summary>
13680         <para>iOS
9.1.</para>
13681       </summary>
13682     </member>
13683     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_9_2">
13684       <summary>
13685         <para>iOS
9.2.</para>
13686       </summary>
13687     </member>
13688     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_9_3">
13689       <summary>
13690         <para>iOS
9.3.</para>
13691       </summary>
13692     </member>
13693     <member name=
"F:UnityEditor.iOSTargetOSVersion.Unknown">
13694       <summary>
13695         <para>Unknown iOS version, managed
by user.</para>
13696       </summary>
13697     </member>
13698     <member name=
"T:UnityEditor.LightingDataAsset">
13699       <summary>
13700         <para>The lighting data asset used
by the active scene.</para>
13701       </summary>
13702     </member>
13703     <member name=
"T:UnityEditor.LightmapBakeQuality">
13704       <summary>
13705         <para>Bake quality setting
for LightmapEditorSettings.</para>
13706       </summary>
13707     </member>
13708     <member name=
"F:UnityEditor.LightmapBakeQuality.High">
13709       <summary>
13710         <para>High quality bake
for final renderings.</para>
13711       </summary>
13712     </member>
13713     <member name=
"F:UnityEditor.LightmapBakeQuality.Low">
13714       <summary>
13715         <para>Low quality bake
for preview renderings.</para>
13716       </summary>
13717     </member>
13718     <member name=
"T:UnityEditor.LightmapEditorSettings">
13719       <summary>
13720         <para>Various settings
for the bake.</para>
13721       </summary>
13722     </member>
13723     <member name=
"P:UnityEditor.LightmapEditorSettings.aoMaxDistance">
13724       <summary>
13725         <para>Beyond
this distance a ray is considered to be unoccluded.</para>
13726       </summary>
13727     </member>
13728     <member name=
"P:UnityEditor.LightmapEditorSettings.maxAtlasHeight">
13729       <summary>
13730         <para>The maximum height of an individual lightmap texture.</para>
13731       </summary>
13732     </member>
13733     <member name=
"P:UnityEditor.LightmapEditorSettings.maxAtlasWidth">
13734       <summary>
13735         <para>The maximum width of an individual lightmap texture.</para>
13736       </summary>
13737     </member>
13738     <member name=
"P:UnityEditor.LightmapEditorSettings.padding">
13739       <summary>
13740         <para>Texel separation between shapes.</para>
13741       </summary>
13742     </member>
13743     <member name=
"P:UnityEditor.LightmapEditorSettings.reflectionCubemapCompression">
13744       <summary>
13745         <para>Determines how Unity will compress baked reflection cubemap.</para>
13746       </summary>
13747     </member>
13748     <member name=
"P:UnityEditor.LightmapEditorSettings.resolution">
13749       <summary>
13750         <para>Lightmap resolution
in texels per world unit. Higher resolution may take a long time to bake.</para>
13751       </summary>
13752     </member>
13753     <member name=
"P:UnityEditor.LightmapEditorSettings.textureCompression">
13754       <summary>
13755         <para>Whether to use DXT1 compression
on the generated lightmaps.</para>
13756       </summary>
13757     </member>
13758     <member name=
"T:UnityEditor.LightmapParameters">
13759       <summary>
13760         <para>A collection of parameters that impact lightmap and realtime GI computations.</para>
13761       </summary>
13762     </member>
13763     <member name=
"P:UnityEditor.LightmapParameters.antiAliasingSamples">
13764       <summary>
13765         <para>The maximum number of times to supersample a texel to reduce aliasing.</para>
13766       </summary>
13767     </member>
13768     <member name=
"P:UnityEditor.LightmapParameters.backFaceTolerance">
13769       <summary>
13770         <para>The percentage of rays shot
from a ray origin that must hit front faces to be considered usable.</para>
13771       </summary>
13772     </member>
13773     <member name=
"P:UnityEditor.LightmapParameters.bakedLightmapTag">
13774       <summary>
13775         <para>BakedLightmapTag
is an integer that affects the assignment to baked lightmaps. Objects with different values for bakedLightmapTag are guaranteed to not be assigned to the same lightmap even if the other baking parameters are the same.</para>
13776       </summary>
13777     </member>
13778     <member name=
"P:UnityEditor.LightmapParameters.blurRadius">
13779       <summary>
13780         <para>The radius (
in texels) of the post-processing filter that blurs baked direct lighting.</para>
13781       </summary>
13782     </member>
13783     <member name=
"P:UnityEditor.LightmapParameters.clusterResolution">
13784       <summary>
13785         <para>Controls the resolution at which Enlighten stores and can transfer input light.</para>
13786       </summary>
13787     </member>
13788     <member name=
"P:UnityEditor.LightmapParameters.directLightQuality">
13789       <summary>
13790         <para>The number of rays used
for lights with an area. Allows for accurate soft shadowing.</para>
13791       </summary>
13792     </member>
13793     <member name=
"P:UnityEditor.LightmapParameters.edgeStitching">
13794       <summary>
13795         <para>Whether pairs of edges should be stitched together.</para>
13796       </summary>
13797     </member>
13798     <member name=
"P:UnityEditor.LightmapParameters.irradianceBudget">
13799       <summary>
13800         <para>The amount of data used
for realtime GI texels. Specifies how detailed view of the scene a texel has. Small values mean more averaged out lighting.</para>
13801       </summary>
13802     </member>
13803     <member name=
"P:UnityEditor.LightmapParameters.irradianceQuality">
13804       <summary>
13805         <para>The number of rays to cast
for computing irradiance form factors.</para>
13806       </summary>
13807     </member>
13808     <member name=
"P:UnityEditor.LightmapParameters.isTransparent">
13809       <summary>
13810         <para>If enabled, the
object appears transparent during GlobalIllumination lighting calculations.</para>
13811       </summary>
13812     </member>
13813     <member name=
"P:UnityEditor.LightmapParameters.modellingTolerance">
13814       <summary>
13815         <para>Maximum size of gaps that can be ignored
for GI (multiplier on pixel size).</para>
13816       </summary>
13817     </member>
13818     <member name=
"P:UnityEditor.LightmapParameters.resolution">
13819       <summary>
13820         <para>The texel resolution per meter used
for realtime lightmaps. This value is multiplied by LightmapEditorSettings.resolution.</para>
13821       </summary>
13822     </member>
13823     <member name=
"P:UnityEditor.LightmapParameters.systemTag">
13824       <summary>
13825         <para>System tag
is an integer identifier. It lets you force an object into a different Enlighten system even though all the other parameters are the same.</para>
13826       </summary>
13827     </member>
13828     <member name=
"P:UnityEditor.LightmapParameters.AOAntiAliasingSamples">
13829       <summary>
13830         <para>The maximum number of times to supersample a texel to reduce aliasing
in AO.</para>
13831       </summary>
13832     </member>
13833     <member name=
"P:UnityEditor.LightmapParameters.AOQuality">
13834       <summary>
13835         <para>The number of rays to cast
for computing ambient occlusion.</para>
13836       </summary>
13837     </member>
13838     <member name=
"T:UnityEditor.Lightmapping">
13839       <summary>
13840         <para>Allows to control the lightmapping job.</para>
13841       </summary>
13842     </member>
13843     <member name=
"P:UnityEditor.Lightmapping.bakedGI">
13844       <summary>
13845         <para>Is baked GI enabled?</para>
13846       </summary>
13847     </member>
13848     <member name=
"P:UnityEditor.Lightmapping.bounceBoost">
13849       <summary>
13850         <para>Boost the albedo.</para>
13851       </summary>
13852     </member>
13853     <member name=
"P:UnityEditor.Lightmapping.buildProgress">
13854       <summary>
13855         <para>Returns the current lightmapping build progress or
0 if Lightmapping.isRunning is false.</para>
13856       </summary>
13857     </member>
13858     <member name=
"F:UnityEditor.Lightmapping.completed">
13859       <summary>
13860         <para>Delegate which
is called when bake job is completed.</para>
13861       </summary>
13862     </member>
13863     <member name=
"P:UnityEditor.Lightmapping.giWorkflowMode">
13864       <summary>
13865         <para>The lightmap baking workflow mode used. Iterative mode
is default, but you can switch to on demand mode which bakes only when the user presses the bake button.</para>
13866       </summary>
13867     </member>
13868     <member name=
"P:UnityEditor.Lightmapping.indirectOutputScale">
13869       <summary>
13870         <para>Scale
for indirect lighting.</para>
13871       </summary>
13872     </member>
13873     <member name=
"P:UnityEditor.Lightmapping.isRunning">
13874       <summary>
13875         <para>Returns
true when the bake job is running, false otherwise (Read Only).</para>
13876       </summary>
13877     </member>
13878     <member name=
"P:UnityEditor.Lightmapping.lightingDataAsset">
13879       <summary>
13880         <para>The lighting data asset used
by the active scene.</para>
13881       </summary>
13882     </member>
13883     <member name=
"P:UnityEditor.Lightmapping.realtimeGI">
13884       <summary>
13885         <para>Is realtime GI enabled?</para>
13886       </summary>
13887     </member>
13888     <member name=
"M:UnityEditor.Lightmapping.Bake">
13889       <summary>
13890         <para>Stars a synchronous bake job.</para>
13891       </summary>
13892     </member>
13893     <member name=
"M:UnityEditor.Lightmapping.BakeAsync">
13894       <summary>
13895         <para>Starts an asynchronous bake job.</para>
13896       </summary>
13897     </member>
13898     <member name=
"M:UnityEditor.Lightmapping.BakeLightProbesOnly">
13899       <summary>
13900         <para>Starts a synchronous bake job, but only bakes light probes.</para>
13901       </summary>
13902     </member>
13903     <member name=
"M:UnityEditor.Lightmapping.BakeLightProbesOnlyAsync">
13904       <summary>
13905         <para>Starts an asynchronous bake job, but only bakes light probes.</para>
13906       </summary>
13907     </member>
13908     <member name=
"M:UnityEditor.Lightmapping.BakeMultipleScenes(System.String[])">
13909       <summary>
13910         <para>Bakes an array of scenes.</para>
13911       </summary>
13912       <param name=
"paths">The path of the scenes that should be baked.</param>
13913     </member>
13914     <member name=
"M:UnityEditor.Lightmapping.BakeReflectionProbe(UnityEngine.ReflectionProbe,System.String)">
13915       <summary>
13916         <para>Starts a synchronous bake job
for the probe.</para>
13917       </summary>
13918       <param name=
"probe">Target probe.</param>
13919       <param name=
"path">The location where cubemap will be saved.</param>
13920       <returns>
13921         <para>Returns
true if baking was succesful.</para>
13922       </returns>
13923     </member>
13924     <member name=
"M:UnityEditor.Lightmapping.BakeSelected">
13925       <summary>
13926         <para>Starts a synchronous bake job
for the selected objects.</para>
13927       </summary>
13928     </member>
13929     <member name=
"M:UnityEditor.Lightmapping.BakeSelectedAsync">
13930       <summary>
13931         <para>Starts an asynchronous bake job
for the selected objects.</para>
13932       </summary>
13933     </member>
13934     <member name=
"M:UnityEditor.Lightmapping.Cancel">
13935       <summary>
13936         <para>Cancels the currently running asynchronous bake job.</para>
13937       </summary>
13938     </member>
13939     <member name=
"M:UnityEditor.Lightmapping.Clear">
13940       <summary>
13941         <para>Deletes all lightmap assets and makes all lights behave
as if they weren't baked yet.</para>
13942       </summary>
13943     </member>
13944     <member name=
"M:UnityEditor.Lightmapping.ClearDiskCache">
13945       <summary>
13946         <para>Clears the cache used
by lightmaps, reflection probes and default reflection.</para>
13947       </summary>
13948     </member>
13949     <member name=
"M:UnityEditor.Lightmapping.ClearLightingDataAsset">
13950       <summary>
13951         <para>Remove the lighting data asset used
by the current scene.</para>
13952       </summary>
13953     </member>
13954     <member name=
"M:UnityEditor.Lightmapping.GetTerrainGIChunks(UnityEngine.Terrain,System.Int32&amp;,System.Int32&amp;)">
13955       <summary>
13956         <para>Get how many chunks the terrain
is divided into for GI baking.</para>
13957       </summary>
13958       <param name=
"terrain">The terrain.</param>
13959       <param name=
"numChunksX">Number of chunks in terrain width.</param>
13960       <param name=
"numChunksY">Number of chunks in terrain length.</param>
13961     </member>
13962     <member name=
"T:UnityEditor.Lightmapping.GIWorkflowMode">
13963       <summary>
13964         <para>Workflow mode
for lightmap baking. Default is Iterative.</para>
13965       </summary>
13966     </member>
13967     <member name=
"F:UnityEditor.Lightmapping.GIWorkflowMode.Iterative">
13968       <summary>
13969         <para>Always run lightmapping, changes to the scene are detected automatically.</para>
13970       </summary>
13971     </member>
13972     <member name=
"F:UnityEditor.Lightmapping.GIWorkflowMode.Legacy">
13973       <summary>
13974         <para>Deprecated
4.x lightmapping support.</para>
13975       </summary>
13976     </member>
13977     <member name=
"F:UnityEditor.Lightmapping.GIWorkflowMode.OnDemand">
13978       <summary>
13979         <para>Run lightmapping only
when the user presses the bake button.</para>
13980       </summary>
13981     </member>
13982     <member name=
"T:UnityEditor.Lightmapping.OnCompletedFunction">
13983       <summary>
13984         <para>Delegate used
by Lightmapping.completed callback.</para>
13985       </summary>
13986     </member>
13987     <member name=
"M:UnityEditor.Lightmapping.Tetrahedralize(UnityEngine.Vector3[],System.Int32[]&amp;,UnityEngine.Vector3[]&amp;)">
13988       <summary>
13989         <para>Calculates a Delaunay Tetrahedralization of the
'positions' point set - the same way the lightmapper.</para>
13990       </summary>
13991       <param name=
"positions"></param>
13992       <param name=
"outIndices"></param>
13993       <param name=
"outPositions"></param>
13994     </member>
13995     <member name=
"T:UnityEditor.LODUtility">
13996       <summary>
13997         <para>LOD Utility Helpers.</para>
13998       </summary>
13999     </member>
14000     <member name=
"M:UnityEditor.LODUtility.CalculateLODGroupBoundingBox(UnityEngine.LODGroup)">
14001       <summary>
14002         <para>Recalculate the bounding region
for the given LODGroup.</para>
14003       </summary>
14004       <param name=
"group"></param>
14005     </member>
14006     <member name=
"T:UnityEditor.MacFullscreenMode">
14007       <summary>
14008         <para>Mac fullscreen mode.</para>
14009       </summary>
14010     </member>
14011     <member name=
"F:UnityEditor.MacFullscreenMode.FullscreenWindow">
14012       <summary>
14013         <para>Fullscreen window.</para>
14014       </summary>
14015     </member>
14016     <member name=
"F:UnityEditor.MacFullscreenMode.FullscreenWindowWithDockAndMenuBar">
14017       <summary>
14018         <para>Fullscreen window with Dock and Menu bar.</para>
14019       </summary>
14020     </member>
14021     <member name=
"T:UnityEditor.MaterialEditor">
14022       <summary>
14023         <para>The Unity Material Editor.</para>
14024       </summary>
14025     </member>
14026     <member name=
"P:UnityEditor.MaterialEditor.isVisible">
14027       <summary>
14028         <para>Is the current material expanded.</para>
14029       </summary>
14030     </member>
14031     <member name=
"F:UnityEditor.MaterialEditor.kMiniTextureFieldLabelIndentLevel">
14032       <summary>
14033         <para>Useful
for indenting shader properties that need the same indent as mini texture field.</para>
14034       </summary>
14035     </member>
14036     <member name=
"M:UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Material)">
14037       <summary>
14038         <para>Apply initial MaterialPropertyDrawer values.</para>
14039       </summary>
14040       <param name=
"material"></param>
14041       <param name=
"targets"></param>
14042     </member>
14043     <member name=
"M:UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Object[])">
14044       <summary>
14045         <para>Apply initial MaterialPropertyDrawer values.</para>
14046       </summary>
14047       <param name=
"material"></param>
14048       <param name=
"targets"></param>
14049     </member>
14050     <member name=
"M:UnityEditor.MaterialEditor.Awake">
14051       <summary>
14052         <para>Called
when the Editor is woken up.</para>
14053       </summary>
14054     </member>
14055     <member name=
"M:UnityEditor.MaterialEditor.ColorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14056       <summary>
14057         <para>Draw a property field
for a color shader property.</para>
14058       </summary>
14059       <param name=
"label">Label for the property.</param>
14060       <param name=
"position"></param>
14061       <param name=
"prop"></param>
14062     </member>
14063     <member name=
"M:UnityEditor.MaterialEditor.ColorProperty(UnityEditor.MaterialProperty,System.String)">
14064       <summary>
14065         <para>Draw a property field
for a color shader property.</para>
14066       </summary>
14067       <param name=
"label">Label for the property.</param>
14068       <param name=
"position"></param>
14069       <param name=
"prop"></param>
14070     </member>
14071     <member name=
"M:UnityEditor.MaterialEditor.DefaultPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
14072       <summary>
14073         <para>Default handling of preview area
for materials.</para>
14074       </summary>
14075       <param name=
"r"></param>
14076       <param name=
"background"></param>
14077     </member>
14078     <member name=
"M:UnityEditor.MaterialEditor.DefaultPreviewSettingsGUI">
14079       <summary>
14080         <para>Default toolbar
for material preview area.</para>
14081       </summary>
14082     </member>
14083     <member name=
"M:UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEditor.MaterialProperty,System.String)">
14084       <summary>
14085         <para>Handles UI
for one shader property ignoring any custom drawers.</para>
14086       </summary>
14087       <param name=
"prop"></param>
14088       <param name=
"label"></param>
14089       <param name=
"position"></param>
14090     </member>
14091     <member name=
"M:UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14092       <summary>
14093         <para>Handles UI
for one shader property ignoring any custom drawers.</para>
14094       </summary>
14095       <param name=
"prop"></param>
14096       <param name=
"label"></param>
14097       <param name=
"position"></param>
14098     </member>
14099     <member name=
"M:UnityEditor.MaterialEditor.FloatProperty(UnityEditor.MaterialProperty,System.String)">
14100       <summary>
14101         <para>Draw a property field
for a float shader property.</para>
14102       </summary>
14103       <param name=
"label">Label for the property.</param>
14104       <param name=
"prop"></param>
14105       <param name=
"position"></param>
14106     </member>
14107     <member name=
"M:UnityEditor.MaterialEditor.FloatProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14108       <summary>
14109         <para>Draw a property field
for a float shader property.</para>
14110       </summary>
14111       <param name=
"label">Label for the property.</param>
14112       <param name=
"prop"></param>
14113       <param name=
"position"></param>
14114     </member>
14115     <member name=
"M:UnityEditor.MaterialEditor.GetDefaultPropertyHeight(UnityEditor.MaterialProperty)">
14116       <summary>
14117         <para>Calculate height needed
for the property, ignoring custom drawers.</para>
14118       </summary>
14119       <param name=
"prop"></param>
14120     </member>
14121     <member name=
"M:UnityEditor.MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge(UnityEngine.Rect)">
14122       <summary>
14123         <para>Utility method
for GUI layouting ShaderGUI. Used e.g for the rect after a left aligned Color field.</para>
14124       </summary>
14125       <param name=
"r">Field Rect.</param>
14126       <returns>
14127         <para>A sub rect of the input Rect.</para>
14128       </returns>
14129     </member>
14130     <member name=
"M:UnityEditor.MaterialEditor.GetFlexibleRectBetweenLabelAndField(UnityEngine.Rect)">
14131       <summary>
14132         <para>Utility method
for GUI layouting ShaderGUI.</para>
14133       </summary>
14134       <param name=
"r">Field Rect.</param>
14135       <returns>
14136         <para>A sub rect of the input Rect.</para>
14137       </returns>
14138     </member>
14139     <member name=
"M:UnityEditor.MaterialEditor.GetLeftAlignedFieldRect(UnityEngine.Rect)">
14140       <summary>
14141         <para>Utility method
for GUI layouting ShaderGUI.</para>
14142       </summary>
14143       <param name=
"r">Field Rect.</param>
14144       <returns>
14145         <para>A sub rect of the input Rect.</para>
14146       </returns>
14147     </member>
14148     <member name=
"M:UnityEditor.MaterialEditor.GetMaterialProperties(UnityEngine.Object[])">
14149       <summary>
14150         <para>Get shader property information of the passed materials.</para>
14151       </summary>
14152       <param name=
"mats"></param>
14153     </member>
14154     <member name=
"M:UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.String)">
14155       <summary>
14156         <para>Get information about a single shader property.</para>
14157       </summary>
14158       <param name=
"mats">Selected materials.</param>
14159       <param name=
"name">Property name.</param>
14160       <param name=
"propertyIndex">Property index.</param>
14161     </member>
14162     <member name=
"M:UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.Int32)">
14163       <summary>
14164         <para>Get information about a single shader property.</para>
14165       </summary>
14166       <param name=
"mats">Selected materials.</param>
14167       <param name=
"name">Property name.</param>
14168       <param name=
"propertyIndex">Property index.</param>
14169     </member>
14170     <member name=
"M:UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty)">
14171       <summary>
14172         <para>Calculate height needed
for the property.</para>
14173       </summary>
14174       <param name=
"prop"></param>
14175       <param name=
"label"></param>
14176     </member>
14177     <member name=
"M:UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty,System.String)">
14178       <summary>
14179         <para>Calculate height needed
for the property.</para>
14180       </summary>
14181       <param name=
"prop"></param>
14182       <param name=
"label"></param>
14183     </member>
14184     <member name=
"M:UnityEditor.MaterialEditor.GetRectAfterLabelWidth(UnityEngine.Rect)">
14185       <summary>
14186         <para>Utility method
for GUI layouting ShaderGUI. This is the rect after the label which can be used for multiple properties. The input rect can be fetched by calling: EditorGUILayout.GetControlRect.</para>
14187       </summary>
14188       <param name=
"r">Line Rect.</param>
14189       <returns>
14190         <para>A sub rect of the input Rect.</para>
14191       </returns>
14192     </member>
14193     <member name=
"M:UnityEditor.MaterialEditor.GetRightAlignedFieldRect(UnityEngine.Rect)">
14194       <summary>
14195         <para>Utility method
for GUI layouting ShaderGUI.</para>
14196       </summary>
14197       <param name=
"r">Field Rect.</param>
14198       <returns>
14199         <para>A sub rect of the input Rect.</para>
14200       </returns>
14201     </member>
14202     <member name=
"M:UnityEditor.MaterialEditor.GetTextureOffset(System.String,System.Boolean&amp;,System.Boolean&amp;)">
14203       <summary>
14204         <para>Get the
value of a given texture offset for a given texture property.</para>
14205       </summary>
14206       <param name=
"propertyName">Name of the texture property that you wish to examine the offset of.</param>
14207       <param name=
"hasMixedValueX">Does the x offset have multiple values?</param>
14208       <param name=
"hasMixedValueY">Does the y offset have multiple values?</param>
14209     </member>
14210     <member name=
"M:UnityEditor.MaterialEditor.GetTexturePropertyCustomArea(UnityEngine.Rect)">
14211       <summary>
14212         <para>Returns the free rect below the label and before the large thumb
object field. Is used for e.g. tiling and offset properties.</para>
14213       </summary>
14214       <param name=
"position">The total rect of the texture property.</param>
14215     </member>
14216     <member name=
"M:UnityEditor.MaterialEditor.GetTextureScale(System.String,System.Boolean&amp;,System.Boolean&amp;)">
14217       <summary>
14218         <para>Get the
value of a given texture scale for a given texture property.</para>
14219       </summary>
14220       <param name=
"propertyName">Name of the texture property that you wish to examine the scale of.</param>
14221       <param name=
"hasMixedValueX">Does the x scale have multiple values?</param>
14222       <param name=
"hasMixedValueY">Does the y scale have multiple values?</param>
14223     </member>
14224     <member name=
"M:UnityEditor.MaterialEditor.HasPreviewGUI">
14225       <summary>
14226         <para>Can
this component be Previewed in its current state?</para>
14227       </summary>
14228       <returns>
14229         <para>True
if this component can be Previewed in its current state.</para>
14230       </returns>
14231     </member>
14232     <member name=
"M:UnityEditor.MaterialEditor.HelpBoxWithButton(UnityEngine.GUIContent,UnityEngine.GUIContent)">
14233       <summary>
14234         <para>Make a help box with a message and button. Returns
true, if button was pressed.</para>
14235       </summary>
14236       <param name=
"messageContent">The message text.</param>
14237       <param name=
"buttonContent">The button text.</param>
14238       <returns>
14239         <para>Returns
true, if button was pressed.</para>
14240       </returns>
14241     </member>
14242     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionProperty">
14243       <summary>
14244         <para>This function will draw the UI
for the lightmap emission property. (None, Realtime, baked)
14245
14246 See Also: MaterialLightmapFlags.</para>
14247       </summary>
14248     </member>
14249     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionProperty">
14250       <summary>
14251         <para>This function will draw the UI
for the lightmap emission property. (None, Realtime, baked)
14252
14253 See Also: MaterialLightmapFlags.</para>
14254       </summary>
14255     </member>
14256     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionProperty">
14257       <summary>
14258         <para>This function will draw the UI
for the lightmap emission property. (None, Realtime, baked)
14259
14260 See Also: MaterialLightmapFlags.</para>
14261       </summary>
14262     </member>
14263     <member name=
"M:UnityEditor.MaterialEditor.OnDisable">
14264       <summary>
14265         <para>Called
when the editor is disabled, if overridden please call the base OnDisable() to ensure that the material inspector is set up properly.</para>
14266       </summary>
14267     </member>
14268     <member name=
"M:UnityEditor.MaterialEditor.OnEnable">
14269       <summary>
14270         <para>Called
when the editor is enabled, if overridden please call the base OnEnable() to ensure that the material inspector is set up properly.</para>
14271       </summary>
14272     </member>
14273     <member name=
"M:UnityEditor.MaterialEditor.OnInspectorGUI">
14274       <summary>
14275         <para>Implement specific MaterialEditor GUI code here. If you want to simply extend the existing editor call the
base OnInspectorGUI () before doing any custom GUI code.</para>
14276       </summary>
14277     </member>
14278     <member name=
"M:UnityEditor.MaterialEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
14279       <summary>
14280         <para>Custom preview
for Image component.</para>
14281       </summary>
14282       <param name=
"r">Rectangle in which to draw the preview.</param>
14283       <param name=
"background">Background image.</param>
14284     </member>
14285     <member name=
"M:UnityEditor.MaterialEditor.PropertiesChanged">
14286       <summary>
14287         <para>Whenever a material property
is changed call this function. This will rebuild the inspector and validate the properties.</para>
14288       </summary>
14289     </member>
14290     <member name=
"M:UnityEditor.MaterialEditor.PropertiesDefaultGUI(UnityEditor.MaterialProperty[])">
14291       <summary>
14292         <para>Default rendering of shader properties.</para>
14293       </summary>
14294       <param name=
"props">Array of material properties.</param>
14295     </member>
14296     <member name=
"M:UnityEditor.MaterialEditor.PropertiesGUI">
14297       <summary>
14298         <para>Render the standard material properties. This method will either render properties
using a IShaderGUI instance if found otherwise it uses PropertiesDefaultGUI.</para>
14299       </summary>
14300       <returns>
14301         <para>Returns
true if any value was changed.</para>
14302       </returns>
14303     </member>
14304     <member name=
"M:UnityEditor.MaterialEditor.RangeProperty(UnityEditor.MaterialProperty,System.String)">
14305       <summary>
14306         <para>Draw a range slider
for a range shader property.</para>
14307       </summary>
14308       <param name=
"label">Label for the property.</param>
14309       <param name=
"prop">The property to edit.</param>
14310       <param name=
"position">Position and size of the range slider control.</param>
14311     </member>
14312     <member name=
"M:UnityEditor.MaterialEditor.RangeProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14313       <summary>
14314         <para>Draw a range slider
for a range shader property.</para>
14315       </summary>
14316       <param name=
"label">Label for the property.</param>
14317       <param name=
"prop">The property to edit.</param>
14318       <param name=
"position">Position and size of the range slider control.</param>
14319     </member>
14320     <member name=
"M:UnityEditor.MaterialEditor.RegisterPropertyChangeUndo(System.String)">
14321       <summary>
14322         <para>Call
this when you change a material property. It will add an undo for the action.</para>
14323       </summary>
14324       <param name=
"label">Undo Label.</param>
14325     </member>
14326     <member name=
"M:UnityEditor.MaterialEditor.RequiresConstantRepaint">
14327       <summary>
14328         <para>Does
this edit require to be repainted constantly in its current state?</para>
14329       </summary>
14330     </member>
14331     <member name=
"M:UnityEditor.MaterialEditor.SetDefaultGUIWidths">
14332       <summary>
14333         <para>Set EditorGUIUtility.fieldWidth and labelWidth to the
default values that PropertiesGUI uses.</para>
14334       </summary>
14335     </member>
14336     <member name=
"M:UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader)">
14337       <summary>
14338         <para>Set the shader of the material.</para>
14339       </summary>
14340       <param name=
"shader">Shader to set.</param>
14341       <param name=
"registerUndo">Should undo be registered.</param>
14342       <param name=
"newShader"></param>
14343     </member>
14344     <member name=
"M:UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader,System.Boolean)">
14345       <summary>
14346         <para>Set the shader of the material.</para>
14347       </summary>
14348       <param name=
"shader">Shader to set.</param>
14349       <param name=
"registerUndo">Should undo be registered.</param>
14350       <param name=
"newShader"></param>
14351     </member>
14352     <member name=
"M:UnityEditor.MaterialEditor.SetTextureOffset(System.String,UnityEngine.Vector2,System.Int32)">
14353       <summary>
14354         <para>Set the offset of a given texture property.</para>
14355       </summary>
14356       <param name=
"propertyName">Name of the texture property that you wish to modify the offset of.</param>
14357       <param name=
"value">Scale to set.</param>
14358       <param name=
"coord">Set the x or y component of the offset (0 for x, 1 for y).</param>
14359     </member>
14360     <member name=
"M:UnityEditor.MaterialEditor.SetTextureScale(System.String,UnityEngine.Vector2,System.Int32)">
14361       <summary>
14362         <para>Set the scale of a given texture property.</para>
14363       </summary>
14364       <param name=
"propertyName">Name of the texture property that you wish to modify the scale of.</param>
14365       <param name=
"value">Scale to set.</param>
14366       <param name=
"coord">Set the x or y component of the scale (0 for x, 1 for y).</param>
14367     </member>
14368     <member name=
"M:UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,System.String)">
14369       <summary>
14370         <para>Handes UI
for one shader property.</para>
14371       </summary>
14372       <param name=
"prop"></param>
14373       <param name=
"label"></param>
14374       <param name=
"position"></param>
14375     </member>
14376     <member name=
"M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14377       <summary>
14378         <para>Handes UI
for one shader property.</para>
14379       </summary>
14380       <param name=
"prop"></param>
14381       <param name=
"label"></param>
14382       <param name=
"position"></param>
14383     </member>
14384     <member name=
"M:UnityEditor.MaterialEditor.TextureCompatibilityWarning(UnityEditor.MaterialProperty)">
14385       <summary>
14386         <para>Checks
if particular property has incorrect type of texture specified by the material, displays appropriate warning and suggests the user to automatically fix the problem.</para>
14387       </summary>
14388       <param name=
"prop">The texture property to check and display warning for, if necessary.</param>
14389     </member>
14390     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String)">
14391       <summary>
14392         <para>Draw a property field
for a texture shader property.</para>
14393       </summary>
14394       <param name=
"label">Label for the field.</param>
14395       <param name=
"scaleOffset">Draw scale / offset.</param>
14396       <param name=
"prop"></param>
14397       <param name=
"position"></param>
14398       <param name=
"tooltip"></param>
14399     </member>
14400     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String,System.Boolean)">
14401       <summary>
14402         <para>Draw a property field
for a texture shader property.</para>
14403       </summary>
14404       <param name=
"label">Label for the field.</param>
14405       <param name=
"scaleOffset">Draw scale / offset.</param>
14406       <param name=
"prop"></param>
14407       <param name=
"position"></param>
14408       <param name=
"tooltip"></param>
14409     </member>
14410     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14411       <summary>
14412         <para>Draw a property field
for a texture shader property.</para>
14413       </summary>
14414       <param name=
"label">Label for the field.</param>
14415       <param name=
"scaleOffset">Draw scale / offset.</param>
14416       <param name=
"prop"></param>
14417       <param name=
"position"></param>
14418       <param name=
"tooltip"></param>
14419     </member>
14420     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.Boolean)">
14421       <summary>
14422         <para>Draw a property field
for a texture shader property.</para>
14423       </summary>
14424       <param name=
"label">Label for the field.</param>
14425       <param name=
"scaleOffset">Draw scale / offset.</param>
14426       <param name=
"prop"></param>
14427       <param name=
"position"></param>
14428       <param name=
"tooltip"></param>
14429     </member>
14430     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String,System.Boolean)">
14431       <summary>
14432         <para>Draw a property field
for a texture shader property.</para>
14433       </summary>
14434       <param name=
"label">Label for the field.</param>
14435       <param name=
"scaleOffset">Draw scale / offset.</param>
14436       <param name=
"prop"></param>
14437       <param name=
"position"></param>
14438       <param name=
"tooltip"></param>
14439     </member>
14440     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertyMiniThumbnail(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String)">
14441       <summary>
14442         <para>Draw a property field
for a texture shader property that only takes up a single line height.</para>
14443       </summary>
14444       <param name=
"position">Rect that this control should be rendered in.</param>
14445       <param name=
"label">Label for the field.</param>
14446       <param name=
"prop"></param>
14447       <param name=
"tooltip"></param>
14448       <returns>
14449         <para>Returns total height used
by this control.</para>
14450       </returns>
14451     </member>
14452     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty)">
14453       <summary>
14454         <para>Method
for showing a texture property control with additional inlined properites.</para>
14455       </summary>
14456       <param name=
"label">The label used for the texture property.</param>
14457       <param name=
"textureProp">The texture property.</param>
14458       <param name=
"extraProperty1">First optional property inlined after the texture property.</param>
14459       <param name=
"extraProperty2">Second optional property inlined after the extraProperty1.</param>
14460       <returns>
14461         <para>Returns the Rect used.</para>
14462       </returns>
14463     </member>
14464     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)">
14465       <summary>
14466         <para>Method
for showing a texture property control with additional inlined properites.</para>
14467       </summary>
14468       <param name=
"label">The label used for the texture property.</param>
14469       <param name=
"textureProp">The texture property.</param>
14470       <param name=
"extraProperty1">First optional property inlined after the texture property.</param>
14471       <param name=
"extraProperty2">Second optional property inlined after the extraProperty1.</param>
14472       <returns>
14473         <para>Returns the Rect used.</para>
14474       </returns>
14475     </member>
14476     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)">
14477       <summary>
14478         <para>Method
for showing a texture property control with additional inlined properites.</para>
14479       </summary>
14480       <param name=
"label">The label used for the texture property.</param>
14481       <param name=
"textureProp">The texture property.</param>
14482       <param name=
"extraProperty1">First optional property inlined after the texture property.</param>
14483       <param name=
"extraProperty2">Second optional property inlined after the extraProperty1.</param>
14484       <returns>
14485         <para>Returns the Rect used.</para>
14486       </returns>
14487     </member>
14488     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertyTwoLines(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEngine.GUIContent,UnityEditor.MaterialProperty)">
14489       <summary>
14490         <para>Method
for showing a compact layout of properties.</para>
14491       </summary>
14492       <param name=
"label">The label used for the texture property.</param>
14493       <param name=
"textureProp">The texture property.</param>
14494       <param name=
"extraProperty1">First extra property inlined after the texture property.</param>
14495       <param name=
"label2">Label for the second extra property (on a new line and indented).</param>
14496       <param name=
"extraProperty2">Second property on a new line below the texture.</param>
14497       <returns>
14498         <para>Returns the Rect used.</para>
14499       </returns>
14500     </member>
14501     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.ColorPickerHDRConfig,System.Boolean)">
14502       <summary>
14503         <para>Method
for showing a texture property control with a HDR color field and its color brightness float field.</para>
14504       </summary>
14505       <param name=
"label">The label used for the texture property.</param>
14506       <param name=
"textureProp">The texture property.</param>
14507       <param name=
"colorProperty">The color property (will be treated as a HDR color).</param>
14508       <param name=
"hdrConfig">The HDR color configuration used by the HDR Color Picker.</param>
14509       <param name=
"showAlpha">If false then the alpha channel information will be hidden in the GUI.</param>
14510       <returns>
14511         <para>Return the Rect used.</para>
14512       </returns>
14513     </member>
14514     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty)">
14515       <summary>
14516         <para>Draws tiling and offset properties
for a texture.</para>
14517       </summary>
14518       <param name=
"position">Rect to draw this control in.</param>
14519       <param name=
"property">Property to draw.</param>
14520       <param name=
"partOfTexturePropertyControl">If this control should be rendered under large texture property control use 'true'. If this control should be shown seperately use 'false'.</param>
14521     </member>
14522     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.Boolean)">
14523       <summary>
14524         <para>Draws tiling and offset properties
for a texture.</para>
14525       </summary>
14526       <param name=
"position">Rect to draw this control in.</param>
14527       <param name=
"property">Property to draw.</param>
14528       <param name=
"partOfTexturePropertyControl">If this control should be rendered under large texture property control use 'true'. If this control should be shown seperately use 'false'.</param>
14529     </member>
14530     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4)">
14531       <summary>
14532         <para>TODO.</para>
14533       </summary>
14534       <param name=
"position"></param>
14535       <param name=
"scaleOffset"></param>
14536       <param name=
"partOfTexturePropertyControl"></param>
14537     </member>
14538     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4,System.Boolean)">
14539       <summary>
14540         <para>TODO.</para>
14541       </summary>
14542       <param name=
"position"></param>
14543       <param name=
"scaleOffset"></param>
14544       <param name=
"partOfTexturePropertyControl"></param>
14545     </member>
14546     <member name=
"M:UnityEditor.MaterialEditor.VectorProperty(UnityEditor.MaterialProperty,System.String)">
14547       <summary>
14548         <para>Draw a property field
for a vector shader property.</para>
14549       </summary>
14550       <param name=
"label">Label for the field.</param>
14551       <param name=
"prop"></param>
14552       <param name=
"position"></param>
14553     </member>
14554     <member name=
"M:UnityEditor.MaterialEditor.VectorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
14555       <summary>
14556         <para>Draw a property field
for a vector shader property.</para>
14557       </summary>
14558       <param name=
"label">Label for the field.</param>
14559       <param name=
"prop"></param>
14560       <param name=
"position"></param>
14561     </member>
14562     <member name=
"T:UnityEditor.MaterialProperty">
14563       <summary>
14564         <para>Describes information and
value of a single shader property.</para>
14565       </summary>
14566     </member>
14567     <member name=
"P:UnityEditor.MaterialProperty.colorValue">
14568       <summary>
14569         <para>Color
value of the property.</para>
14570       </summary>
14571     </member>
14572     <member name=
"P:UnityEditor.MaterialProperty.displayName">
14573       <summary>
14574         <para>Display name of the property (Read Only).</para>
14575       </summary>
14576     </member>
14577     <member name=
"P:UnityEditor.MaterialProperty.flags">
14578       <summary>
14579         <para>Flags that control how property
is displayed (Read Only).</para>
14580       </summary>
14581     </member>
14582     <member name=
"P:UnityEditor.MaterialProperty.floatValue">
14583       <summary>
14584         <para>Float vaue of the property.</para>
14585       </summary>
14586     </member>
14587     <member name=
"P:UnityEditor.MaterialProperty.hasMixedValue">
14588       <summary>
14589         <para>Does
this property have multiple different values? (Read Only)</para>
14590       </summary>
14591     </member>
14592     <member name=
"P:UnityEditor.MaterialProperty.name">
14593       <summary>
14594         <para>Name of the property (Read Only).</para>
14595       </summary>
14596     </member>
14597     <member name=
"P:UnityEditor.MaterialProperty.rangeLimits">
14598       <summary>
14599         <para>Min/max limits of a ranged
float property (Read Only).</para>
14600       </summary>
14601     </member>
14602     <member name=
"P:UnityEditor.MaterialProperty.targets">
14603       <summary>
14604         <para>Material objects being edited
by this property (Read Only).</para>
14605       </summary>
14606     </member>
14607     <member name=
"P:UnityEditor.MaterialProperty.textureDimension">
14608       <summary>
14609         <para>Texture dimension (
2D, Cubemap etc.) of the property (Read Only).</para>
14610       </summary>
14611     </member>
14612     <member name=
"P:UnityEditor.MaterialProperty.textureValue">
14613       <summary>
14614         <para>Texture
value of the property.</para>
14615       </summary>
14616     </member>
14617     <member name=
"P:UnityEditor.MaterialProperty.type">
14618       <summary>
14619         <para>Type of the property (Read Only).</para>
14620       </summary>
14621     </member>
14622     <member name=
"P:UnityEditor.MaterialProperty.vectorValue">
14623       <summary>
14624         <para>Vector
value of the property.</para>
14625       </summary>
14626     </member>
14627     <member name=
"T:UnityEditor.MaterialProperty.PropFlags">
14628       <summary>
14629         <para>Flags that control how a MaterialProperty
is displayed.</para>
14630       </summary>
14631     </member>
14632     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.HDR">
14633       <summary>
14634         <para>Signifies that values of
this property contain High Dynamic Range (HDR) data.</para>
14635       </summary>
14636     </member>
14637     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.HideInInspector">
14638       <summary>
14639         <para>Do not show the property
in the inspector.</para>
14640       </summary>
14641     </member>
14642     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.None">
14643       <summary>
14644         <para>No flags are
set.</para>
14645       </summary>
14646     </member>
14647     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.Normal">
14648       <summary>
14649         <para>Signifies that values of
this property contain Normal (normalized vector) data.</para>
14650       </summary>
14651     </member>
14652     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.NoScaleOffset">
14653       <summary>
14654         <para>Do not show UV scale/offset fields next to a texture.</para>
14655       </summary>
14656     </member>
14657     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.PerRendererData">
14658       <summary>
14659         <para>Texture
value for this property will be queried from renderer's MaterialPropertyBlock, instead of from the material. This corresponds to the "[PerRendererData]" attribute in front of a property in the shader code.</para>
14660       </summary>
14661     </member>
14662     <member name=
"T:UnityEditor.MaterialProperty.PropType">
14663       <summary>
14664         <para>Material property type.</para>
14665       </summary>
14666     </member>
14667     <member name=
"F:UnityEditor.MaterialProperty.PropType.Color">
14668       <summary>
14669         <para>Color property.</para>
14670       </summary>
14671     </member>
14672     <member name=
"F:UnityEditor.MaterialProperty.PropType.Float">
14673       <summary>
14674         <para>Float property.</para>
14675       </summary>
14676     </member>
14677     <member name=
"F:UnityEditor.MaterialProperty.PropType.Range">
14678       <summary>
14679         <para>Ranged
float (with min/max values) property.</para>
14680       </summary>
14681     </member>
14682     <member name=
"F:UnityEditor.MaterialProperty.PropType.Texture">
14683       <summary>
14684         <para>Texture property.</para>
14685       </summary>
14686     </member>
14687     <member name=
"F:UnityEditor.MaterialProperty.PropType.Vector">
14688       <summary>
14689         <para>Vector property.</para>
14690       </summary>
14691     </member>
14692     <member name=
"T:UnityEditor.MaterialPropertyDrawer">
14693       <summary>
14694         <para>Base
class to derive custom material property drawers from.</para>
14695       </summary>
14696     </member>
14697     <member name=
"M:UnityEditor.MaterialPropertyDrawer.Apply(UnityEditor.MaterialProperty)">
14698       <summary>
14699         <para>Apply extra initial values to the material.</para>
14700       </summary>
14701       <param name=
"prop">The MaterialProperty to apply values for.</param>
14702     </member>
14703     <member name=
"M:UnityEditor.MaterialPropertyDrawer.GetPropertyHeight(UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)">
14704       <summary>
14705         <para>Override
this method to specify how tall the GUI for this property is in pixels.</para>
14706       </summary>
14707       <param name=
"prop">The MaterialProperty to make the custom GUI for.</param>
14708       <param name=
"label">The label of this property.</param>
14709       <param name=
"editor">Current material editor.</param>
14710     </member>
14711     <member name=
"M:UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)">
14712       <summary>
14713         <para>Override
this method to make your own GUI for the property.</para>
14714       </summary>
14715       <param name=
"position">Rectangle on the screen to use for the property GUI.</param>
14716       <param name=
"prop">The MaterialProperty to make the custom GUI for.</param>
14717       <param name=
"label">The label of this property.</param>
14718       <param name=
"editor">Current material editor.</param>
14719     </member>
14720     <member name=
"T:UnityEditor.MemoryProfiler.Connection">
14721       <summary>
14722         <para>A pair of
from and to indices describing what thing keeps what other thing alive.</para>
14723       </summary>
14724     </member>
14725     <member name=
"P:UnityEditor.MemoryProfiler.Connection.from">
14726       <summary>
14727         <para>Index
into a virtual list of all GC handles, followed by all native objects.</para>
14728       </summary>
14729     </member>
14730     <member name=
"P:UnityEditor.MemoryProfiler.Connection.to">
14731       <summary>
14732         <para>Index
into a virtual list of all GC handles, followed by all native objects.</para>
14733       </summary>
14734     </member>
14735     <member name=
"T:UnityEditor.MemoryProfiler.FieldDescription">
14736       <summary>
14737         <para>Description of a field of a managed type.</para>
14738       </summary>
14739     </member>
14740     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.isStatic">
14741       <summary>
14742         <para>Is
this field static?</para>
14743       </summary>
14744     </member>
14745     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.name">
14746       <summary>
14747         <para>Name of
this field.</para>
14748       </summary>
14749     </member>
14750     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.offset">
14751       <summary>
14752         <para>Offset of
this field.</para>
14753       </summary>
14754     </member>
14755     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.typeIndex">
14756       <summary>
14757         <para>The typeindex
into PackedMemorySnapshot.typeDescriptions of the type this field belongs to.</para>
14758       </summary>
14759     </member>
14760     <member name=
"T:UnityEditor.MemoryProfiler.MemorySection">
14761       <summary>
14762         <para>A dump of a piece of memory
from the player that's being profiled.</para>
14763       </summary>
14764     </member>
14765     <member name=
"P:UnityEditor.MemoryProfiler.MemorySection.bytes">
14766       <summary>
14767         <para>The actual bytes of the memory dump.</para>
14768       </summary>
14769     </member>
14770     <member name=
"P:UnityEditor.MemoryProfiler.MemorySection.startAddress">
14771       <summary>
14772         <para>The start address of
this piece of memory.</para>
14773       </summary>
14774     </member>
14775     <member name=
"T:UnityEditor.MemoryProfiler.MemorySnapshot">
14776       <summary>
14777         <para>MemorySnapshot
is a profiling tool to help diagnose memory usage.</para>
14778       </summary>
14779     </member>
14780     <member name=
"?:UnityEditor.MemoryProfiler.MemorySnapshot.OnSnapshotReceived(System.Action`1&lt;UnityEditor.MemoryProfiler.PackedMemorySnapshot&gt;)">
14781       <summary>
14782         <para>Event that will be fired
when a new memory snapshot comes in through the profiler connection. Its argument will be a PackedMemorySnapshot.</para>
14783       </summary>
14784       <param name=
"value"></param>
14785     </member>
14786     <member name=
"M:UnityEditor.MemoryProfiler.MemorySnapshot.RequestNewSnapshot">
14787       <summary>
14788         <para>Requests a
new snapshot from the currently connected target of the profiler. Currently only il2cpp-based players are able to provide memory snapshots.</para>
14789       </summary>
14790     </member>
14791     <member name=
"T:UnityEditor.MemoryProfiler.PackedGCHandle">
14792       <summary>
14793         <para>A description of a GC handle used
by the virtual machine.</para>
14794       </summary>
14795     </member>
14796     <member name=
"P:UnityEditor.MemoryProfiler.PackedGCHandle.target">
14797       <summary>
14798         <para>The address of the managed
object that the GC handle is referencing.</para>
14799       </summary>
14800     </member>
14801     <member name=
"T:UnityEditor.MemoryProfiler.PackedMemorySnapshot">
14802       <summary>
14803         <para>PackedMemorySnapshot
is a compact representation of a memory snapshot that a player has sent through the profiler connection.</para>
14804       </summary>
14805     </member>
14806     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.connections">
14807       <summary>
14808         <para>Connections
is an array of from,to pairs that describe which things are keeping which other things alive.</para>
14809       </summary>
14810     </member>
14811     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.gcHandles">
14812       <summary>
14813         <para>All GC handles
in use in the memorysnapshot.</para>
14814       </summary>
14815     </member>
14816     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.managedHeapSections">
14817       <summary>
14818         <para>Array of actual managed heap memory sections.</para>
14819       </summary>
14820     </member>
14821     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeObjects">
14822       <summary>
14823         <para>All native C++ objects that were loaded at time of the snapshot.</para>
14824       </summary>
14825     </member>
14826     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeTypes">
14827       <summary>
14828         <para>Descriptions of all the C++ unity types the profiled player knows about.</para>
14829       </summary>
14830     </member>
14831     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.typeDescriptions">
14832       <summary>
14833         <para>Descriptions of all the managed types that were known to the
virtual machine when the snapshot was taken.</para>
14834       </summary>
14835     </member>
14836     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.virtualMachineInformation">
14837       <summary>
14838         <para>Information about the
virtual machine running executing the managade code inside the player.</para>
14839       </summary>
14840     </member>
14841     <member name=
"T:UnityEditor.MemoryProfiler.PackedNativeType">
14842       <summary>
14843         <para>A description of a C++ unity type.</para>
14844       </summary>
14845     </member>
14846     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeType.baseClassId">
14847       <summary>
14848         <para>ClassId of the
base class of this C++ class.</para>
14849       </summary>
14850     </member>
14851     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeType.name">
14852       <summary>
14853         <para>Name of
this C++ unity type.</para>
14854       </summary>
14855     </member>
14856     <member name=
"T:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject">
14857       <summary>
14858         <para>Description of a C++ unity
object in memory.</para>
14859       </summary>
14860     </member>
14861     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.classId">
14862       <summary>
14863         <para>ClassId of
this C++ object. Use this classId to index into PackedMemorySnapshot.nativeTypes.</para>
14864       </summary>
14865     </member>
14866     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.hideFlags">
14867       <summary>
14868         <para>The hideFlags
this native object has.</para>
14869       </summary>
14870     </member>
14871     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.instanceId">
14872       <summary>
14873         <para>InstanceId of
this object.</para>
14874       </summary>
14875     </member>
14876     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isDontDestroyOnLoad">
14877       <summary>
14878         <para>Has
this object has been marked as DontDestroyOnLoad?</para>
14879       </summary>
14880     </member>
14881     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isManager">
14882       <summary>
14883         <para>Is
this native object an internal Unity manager object?</para>
14884       </summary>
14885     </member>
14886     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isPersistent">
14887       <summary>
14888         <para>Is
this object persistent? (Assets are persistent, objects stored in scenes are persistent, dynamically created objects are not)</para>
14889       </summary>
14890     </member>
14891     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.name">
14892       <summary>
14893         <para>Name of
this object.</para>
14894       </summary>
14895     </member>
14896     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeObjectAddress">
14897       <summary>
14898         <para>The memory address of the native C++
object. This matches the "m_CachedPtr" field of UnityEngine.Object.</para>
14899       </summary>
14900     </member>
14901     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.size">
14902       <summary>
14903         <para>Size
in bytes of this object.</para>
14904       </summary>
14905     </member>
14906     <member name=
"T:UnityEditor.MemoryProfiler.TypeDescription">
14907       <summary>
14908         <para>Description of a managed type.</para>
14909       </summary>
14910     </member>
14911     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.arrayRank">
14912       <summary>
14913         <para>If
this is an arrayType, this will return the rank of the array. (1 for a 1-dimensional array, 2 for a 2-dimensional array, etc)</para>
14914       </summary>
14915     </member>
14916     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.assembly">
14917       <summary>
14918         <para>Name of the assembly
this type was loaded from.</para>
14919       </summary>
14920     </member>
14921     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.baseOrElementTypeIndex">
14922       <summary>
14923         <para>The
base type for this type, pointed to by an index into PackedMemorySnapshot.typeDescriptions.</para>
14924       </summary>
14925     </member>
14926     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.fields">
14927       <summary>
14928         <para>An array containing descriptions of all fields of
this type.</para>
14929       </summary>
14930     </member>
14931     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.isArray">
14932       <summary>
14933         <para>Is
this type an array?</para>
14934       </summary>
14935     </member>
14936     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.isValueType">
14937       <summary>
14938         <para>Is
this type a value type? (if it's not a value type, it's a reference type)</para>
14939       </summary>
14940     </member>
14941     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.name">
14942       <summary>
14943         <para>Name of
this type.</para>
14944       </summary>
14945     </member>
14946     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.size">
14947       <summary>
14948         <para>Size
in bytes of an instance of this type. If this type is an arraytype, this describes the amount of bytes a single element in the array will take up.</para>
14949       </summary>
14950     </member>
14951     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.staticFieldBytes">
14952       <summary>
14953         <para>The actual contents of the bytes that store
this types static fields, at the point of time when the snapshot was taken.</para>
14954       </summary>
14955     </member>
14956     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.typeIndex">
14957       <summary>
14958         <para>The typeIndex of
this type. This index is an index into the PackedMemorySnapshot.typeDescriptions array.</para>
14959       </summary>
14960     </member>
14961     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.typeInfoAddress">
14962       <summary>
14963         <para>The address
in memory that contains the description of this type inside the virtual machine. This can be used to match managed objects in the heap to their corresponding TypeDescription, as the first pointer of a managed object points to its type description.</para>
14964       </summary>
14965     </member>
14966     <member name=
"T:UnityEditor.MemoryProfiler.VirtualMachineInformation">
14967       <summary>
14968         <para>Information about a
virtual machine that provided a memory snapshot.</para>
14969       </summary>
14970     </member>
14971     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.allocationGranularity">
14972       <summary>
14973         <para>Allocation granularity
in bytes used by the virtual machine allocator.</para>
14974       </summary>
14975     </member>
14976     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayBoundsOffsetInHeader">
14977       <summary>
14978         <para>Offset
in bytes inside the object header of an array object where the bounds of the array is stored.</para>
14979       </summary>
14980     </member>
14981     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayHeaderSize">
14982       <summary>
14983         <para>Size
in bytes of the header of an array object.</para>
14984       </summary>
14985     </member>
14986     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arraySizeOffsetInHeader">
14987       <summary>
14988         <para>Offset
in bytes inside the object header of an array object where the size of the array is stored.</para>
14989       </summary>
14990     </member>
14991     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.heapFormatVersion">
14992       <summary>
14993         <para>A version number that will change
when the object layout inside the managed heap will change.</para>
14994       </summary>
14995     </member>
14996     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.objectHeaderSize">
14997       <summary>
14998         <para>Size
in bytes of the header of each managed object.</para>
14999       </summary>
15000     </member>
15001     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.pointerSize">
15002       <summary>
15003         <para>Size
in bytes of a pointer.</para>
15004       </summary>
15005     </member>
15006     <member name=
"T:UnityEditor.Menu">
15007       <summary>
15008         <para>Menu
class to manipulate the menu item.</para>
15009       </summary>
15010     </member>
15011     <member name=
"M:UnityEditor.Menu.#ctor">
15012       <summary>
15013         <para>Default constructor.</para>
15014       </summary>
15015     </member>
15016     <member name=
"M:UnityEditor.Menu.GetChecked(System.String)">
15017       <summary>
15018         <para>Get the check status of the given menu.</para>
15019       </summary>
15020       <param name=
"menuPath"></param>
15021     </member>
15022     <member name=
"M:UnityEditor.Menu.SetChecked(System.String,System.Boolean)">
15023       <summary>
15024         <para>Set the check status of the given menu.</para>
15025       </summary>
15026       <param name=
"menuPath"></param>
15027       <param name=
"isChecked"></param>
15028     </member>
15029     <member name=
"T:UnityEditor.MenuCommand">
15030       <summary>
15031         <para>Used to extract the context
for a MenuItem. MenuCommand objects are passed to custom menu item functions defined using the MenuItem attribute.</para>
15032       </summary>
15033     </member>
15034     <member name=
"F:UnityEditor.MenuCommand.context">
15035       <summary>
15036         <para>Context
is the object that is the target of a menu command.</para>
15037       </summary>
15038     </member>
15039     <member name=
"F:UnityEditor.MenuCommand.userData">
15040       <summary>
15041         <para>An integer
for passing custom information to a menu item.</para>
15042       </summary>
15043     </member>
15044     <member name=
"M:UnityEditor.MenuCommand.#ctor(UnityEngine.Object,System.Int32)">
15045       <summary>
15046         <para>Creates a
new MenuCommand object.</para>
15047       </summary>
15048       <param name=
"inContext"></param>
15049       <param name=
"inUserData"></param>
15050     </member>
15051     <member name=
"M:UnityEditor.MenuCommand.#ctor(UnityEngine.Object)">
15052       <summary>
15053         <para>Creates a
new MenuCommand object.</para>
15054       </summary>
15055       <param name=
"inContext"></param>
15056     </member>
15057     <member name=
"T:UnityEditor.MenuItem">
15058       <summary>
15059         <para>The MenuItem attribute allows you to
add menu items to the main menu and inspector context menus.</para>
15060       </summary>
15061     </member>
15062     <member name=
"M:UnityEditor.MenuItem.#ctor(System.String,System.Boolean,System.Int32)">
15063       <summary>
15064         <para>Creates a menu item and invokes the
static function following it, when the menu item is selected.</para>
15065       </summary>
15066       <param name=
"itemName"></param>
15067       <param name=
"isValidateFunction"></param>
15068       <param name=
"priority"></param>
15069     </member>
15070     <member name=
"M:UnityEditor.MenuItem.#ctor(System.String,System.Boolean)">
15071       <summary>
15072         <para>Creates a menu item and invokes the
static function following it, when the menu item is selected.</para>
15073       </summary>
15074       <param name=
"itemName"></param>
15075       <param name=
"isValidateFunction"></param>
15076     </member>
15077     <member name=
"M:UnityEditor.MenuItem.#ctor(System.String)">
15078       <summary>
15079         <para>Creates a menu item and invokes the
static function following it, when the menu item is selected.</para>
15080       </summary>
15081       <param name=
"itemName"></param>
15082     </member>
15083     <member name=
"T:UnityEditor.MeshUtility">
15084       <summary>
15085         <para>Various utilities
for mesh manipulation.</para>
15086       </summary>
15087     </member>
15088     <member name=
"M:UnityEditor.MeshUtility.GetMeshCompression(UnityEngine.Mesh)">
15089       <summary>
15090         <para>Returns the mesh compression setting
for a Mesh.</para>
15091       </summary>
15092       <param name=
"mesh">The mesh to get information on.</param>
15093     </member>
15094     <member name=
"M:UnityEditor.MeshUtility.Optimize(UnityEngine.Mesh)">
15095       <summary>
15096         <para>Optimizes the mesh
for GPU access.</para>
15097       </summary>
15098       <param name=
"mesh"></param>
15099     </member>
15100     <member name=
"M:UnityEditor.MeshUtility.SetMeshCompression(UnityEngine.Mesh,UnityEditor.ModelImporterMeshCompression)">
15101       <summary>
15102         <para>Change the mesh compression setting
for a mesh.</para>
15103       </summary>
15104       <param name=
"mesh">The mesh to set the compression mode for.</param>
15105       <param name=
"compression">The compression mode to set.</param>
15106     </member>
15107     <member name=
"M:UnityEditor.MeshUtility.SetPerTriangleUV2(UnityEngine.Mesh,UnityEngine.Vector2[])">
15108       <summary>
15109         <para>Will insert per-triangle uv2
in mesh and handle vertex splitting etc.</para>
15110       </summary>
15111       <param name=
"src"></param>
15112       <param name=
"triUV"></param>
15113     </member>
15114     <member name=
"T:UnityEditor.MessageType">
15115       <summary>
15116         <para>User message types.</para>
15117       </summary>
15118     </member>
15119     <member name=
"F:UnityEditor.MessageType.Error">
15120       <summary>
15121         <para>Error message.</para>
15122       </summary>
15123     </member>
15124     <member name=
"F:UnityEditor.MessageType.Info">
15125       <summary>
15126         <para>Info message.</para>
15127       </summary>
15128     </member>
15129     <member name=
"F:UnityEditor.MessageType.None">
15130       <summary>
15131         <para>Neutral message.</para>
15132       </summary>
15133     </member>
15134     <member name=
"F:UnityEditor.MessageType.Warning">
15135       <summary>
15136         <para>Warning message.</para>
15137       </summary>
15138     </member>
15139     <member name=
"T:UnityEditor.MobileTextureSubtarget">
15140       <summary>
15141         <para>Compressed texture format
for target build platform.</para>
15142       </summary>
15143     </member>
15144     <member name=
"F:UnityEditor.MobileTextureSubtarget.ASTC">
15145       <summary>
15146         <para>ASTC texture compression.</para>
15147       </summary>
15148     </member>
15149     <member name=
"F:UnityEditor.MobileTextureSubtarget.ATC">
15150       <summary>
15151         <para>ATI texture compression. Available
on devices running Adreno GPU, including HTC Nexus One, Droid Incredible, EVO, and others.</para>
15152       </summary>
15153     </member>
15154     <member name=
"F:UnityEditor.MobileTextureSubtarget.DXT">
15155       <summary>
15156         <para>S3 texture compression, nonspecific to DXT variant. Supported
on devices running Nvidia Tegra2 platform, including Motorala Xoom, Motorola Atrix, Droid Bionic, and others.</para>
15157       </summary>
15158     </member>
15159     <member name=
"F:UnityEditor.MobileTextureSubtarget.ETC">
15160       <summary>
15161         <para>ETC1 texture compression (or RGBA16
for textures with alpha), supported by all devices.</para>
15162       </summary>
15163     </member>
15164     <member name=
"F:UnityEditor.MobileTextureSubtarget.ETC2">
15165       <summary>
15166         <para>ETC2 texture compression.</para>
15167       </summary>
15168     </member>
15169     <member name=
"F:UnityEditor.MobileTextureSubtarget.Generic">
15170       <summary>
15171         <para>Don
't override texture compression.</para>
15172       </summary>
15173     </member>
15174     <member name=
"F:UnityEditor.MobileTextureSubtarget.PVRTC">
15175       <summary>
15176         <para>PowerVR texture compression. Available
in devices running PowerVR SGX530/540 GPU, such as Motorola DROID series; Samsung Galaxy S, Nexus S, and Galaxy Tab; and others.</para>
15177       </summary>
15178     </member>
15179     <member name=
"T:UnityEditor.ModelImporter">
15180       <summary>
15181         <para>Model importer lets you modify import settings
from editor scripts.</para>
15182       </summary>
15183     </member>
15184     <member name=
"P:UnityEditor.ModelImporter.addCollider">
15185       <summary>
15186         <para>Add to imported meshes.</para>
15187       </summary>
15188     </member>
15189     <member name=
"P:UnityEditor.ModelImporter.animationCompression">
15190       <summary>
15191         <para>Animation compression setting.</para>
15192       </summary>
15193     </member>
15194     <member name=
"P:UnityEditor.ModelImporter.animationPositionError">
15195       <summary>
15196         <para>Allowed error of animation position compression.</para>
15197       </summary>
15198     </member>
15199     <member name=
"P:UnityEditor.ModelImporter.animationRotationError">
15200       <summary>
15201         <para>Allowed error of animation rotation compression.</para>
15202       </summary>
15203     </member>
15204     <member name=
"P:UnityEditor.ModelImporter.animationScaleError">
15205       <summary>
15206         <para>Allowed error of animation scale compression.</para>
15207       </summary>
15208     </member>
15209     <member name=
"P:UnityEditor.ModelImporter.animationType">
15210       <summary>
15211         <para>Animator generation mode.</para>
15212       </summary>
15213     </member>
15214     <member name=
"P:UnityEditor.ModelImporter.animationWrapMode">
15215       <summary>
15216         <para>The
default wrap mode for the generated animation clips.</para>
15217       </summary>
15218     </member>
15219     <member name=
"P:UnityEditor.ModelImporter.bakeIK">
15220       <summary>
15221         <para>Bake Inverse Kinematics (IK)
when importing.</para>
15222       </summary>
15223     </member>
15224     <member name=
"P:UnityEditor.ModelImporter.clipAnimations">
15225       <summary>
15226         <para>Animation clips to split animation
into.</para>
15227       </summary>
15228     </member>
15229     <member name=
"P:UnityEditor.ModelImporter.defaultClipAnimations">
15230       <summary>
15231         <para>Generate a list of all
default animation clip based on TakeInfo.</para>
15232       </summary>
15233     </member>
15234     <member name=
"P:UnityEditor.ModelImporter.extraExposedTransformPaths">
15235       <summary>
15236         <para>Animation optimization setting.</para>
15237       </summary>
15238     </member>
15239     <member name=
"P:UnityEditor.ModelImporter.fileScale">
15240       <summary>
15241         <para>File scale factor (
if available) or default one. (Read-only).</para>
15242       </summary>
15243     </member>
15244     <member name=
"P:UnityEditor.ModelImporter.generateAnimations">
15245       <summary>
15246         <para>Animation generation options.</para>
15247       </summary>
15248     </member>
15249     <member name=
"P:UnityEditor.ModelImporter.generateMaterials">
15250       <summary>
15251         <para>Material generation options.</para>
15252       </summary>
15253     </member>
15254     <member name=
"P:UnityEditor.ModelImporter.generateSecondaryUV">
15255       <summary>
15256         <para>Generate secondary UV
set for lightmapping.</para>
15257       </summary>
15258     </member>
15259     <member name=
"P:UnityEditor.ModelImporter.globalScale">
15260       <summary>
15261         <para>Global scale factor
for importing.</para>
15262       </summary>
15263     </member>
15264     <member name=
"P:UnityEditor.ModelImporter.humanDescription">
15265       <summary>
15266         <para>The human description that
is used to generate an Avatar during the import process.</para>
15267       </summary>
15268     </member>
15269     <member name=
"P:UnityEditor.ModelImporter.humanoidOversampling">
15270       <summary>
15271         <para>Controls how much oversampling
is used when importing humanoid animations for retargeting.</para>
15272       </summary>
15273     </member>
15274     <member name=
"P:UnityEditor.ModelImporter.importAnimation">
15275       <summary>
15276         <para>Import animation
from file.</para>
15277       </summary>
15278     </member>
15279     <member name=
"P:UnityEditor.ModelImporter.importBlendShapes">
15280       <summary>
15281         <para>Controls import of BlendShapes.</para>
15282       </summary>
15283     </member>
15284     <member name=
"P:UnityEditor.ModelImporter.importedTakeInfos">
15285       <summary>
15286         <para>Generates the list of all imported take.</para>
15287       </summary>
15288     </member>
15289     <member name=
"P:UnityEditor.ModelImporter.importMaterials">
15290       <summary>
15291         <para>Import materials
from file.</para>
15292       </summary>
15293     </member>
15294     <member name=
"P:UnityEditor.ModelImporter.importNormals">
15295       <summary>
15296         <para>Use normals vectors
from file.</para>
15297       </summary>
15298     </member>
15299     <member name=
"P:UnityEditor.ModelImporter.importTangents">
15300       <summary>
15301         <para>Use tangent vectors
from file.</para>
15302       </summary>
15303     </member>
15304     <member name=
"P:UnityEditor.ModelImporter.isBakeIKSupported">
15305       <summary>
15306         <para>Is Bake Inverse Kinematics (IK) supported
by this importer.</para>
15307       </summary>
15308     </member>
15309     <member name=
"P:UnityEditor.ModelImporter.isFileScaleUsed">
15310       <summary>
15311         <para>Is FileScale was used
when importing.</para>
15312       </summary>
15313     </member>
15314     <member name=
"P:UnityEditor.ModelImporter.isReadable">
15315       <summary>
15316         <para>Are mesh vertices and indices accessible
from script?</para>
15317       </summary>
15318     </member>
15319     <member name=
"P:UnityEditor.ModelImporter.isTangentImportSupported">
15320       <summary>
15321         <para>Is import of tangents supported
by this importer.</para>
15322       </summary>
15323     </member>
15324     <member name=
"P:UnityEditor.ModelImporter.isUseFileUnitsSupported">
15325       <summary>
15326         <para>Is useFileUnits supported
for this asset.</para>
15327       </summary>
15328     </member>
15329     <member name=
"P:UnityEditor.ModelImporter.materialName">
15330       <summary>
15331         <para>Material naming setting.</para>
15332       </summary>
15333     </member>
15334     <member name=
"P:UnityEditor.ModelImporter.materialSearch">
15335       <summary>
15336         <para>Existing material search setting.</para>
15337       </summary>
15338     </member>
15339     <member name=
"P:UnityEditor.ModelImporter.meshCompression">
15340       <summary>
15341         <para>Mesh compression setting.</para>
15342       </summary>
15343     </member>
15344     <member name=
"P:UnityEditor.ModelImporter.motionNodeName">
15345       <summary>
15346         <para>The path of the transform used to generation the motion of the animation.</para>
15347       </summary>
15348     </member>
15349     <member name=
"P:UnityEditor.ModelImporter.normalImportMode">
15350       <summary>
15351         <para>Normals import mode.</para>
15352       </summary>
15353     </member>
15354     <member name=
"P:UnityEditor.ModelImporter.normalSmoothingAngle">
15355       <summary>
15356         <para>Smoothing angle (
in degrees) for calculating normals.</para>
15357       </summary>
15358     </member>
15359     <member name=
"P:UnityEditor.ModelImporter.optimizeGameObjects">
15360       <summary>
15361         <para>Animation optimization setting.</para>
15362       </summary>
15363     </member>
15364     <member name=
"P:UnityEditor.ModelImporter.optimizeMesh">
15365       <summary>
15366         <para>Vertex optimization setting.</para>
15367       </summary>
15368     </member>
15369     <member name=
"P:UnityEditor.ModelImporter.referencedClips">
15370       <summary>
15371         <para>Generates the list of all imported Animations.</para>
15372       </summary>
15373     </member>
15374     <member name=
"P:UnityEditor.ModelImporter.resampleCurves">
15375       <summary>
15376         <para>If
set to false, the importer will not resample curves when possible.
15377 Read more about.
15378
15379 Notes:
15380
15381 - Some unsupported FBX features (such
as PreRotation or PostRotation on transforms) will override this setting. In these situations, animation curves will still be resampled even if the setting is disabled. For best results, avoid using PreRotation, PostRotation and GetRotationPivot.
15382
15383 - This option was introduced
in Version 5.3. Prior to this version, Unity's import behaviour was as if this option was always enabled. Therefore enabling the option gives the same behaviour as pre-5.3 animation import.
15384 </para>
15385       </summary>
15386     </member>
15387     <member name=
"P:UnityEditor.ModelImporter.secondaryUVAngleDistortion">
15388       <summary>
15389         <para>Threshold
for angle distortion (in degrees) when generating secondary UV.</para>
15390       </summary>
15391     </member>
15392     <member name=
"P:UnityEditor.ModelImporter.secondaryUVAreaDistortion">
15393       <summary>
15394         <para>Threshold
for area distortion when generating secondary UV.</para>
15395       </summary>
15396     </member>
15397     <member name=
"P:UnityEditor.ModelImporter.secondaryUVHardAngle">
15398       <summary>
15399         <para>Hard angle (
in degrees) for generating secondary UV.</para>
15400       </summary>
15401     </member>
15402     <member name=
"P:UnityEditor.ModelImporter.secondaryUVPackMargin">
15403       <summary>
15404         <para>Margin to be left between charts
when packing secondary UV.</para>
15405       </summary>
15406     </member>
15407     <member name=
"P:UnityEditor.ModelImporter.sourceAvatar">
15408       <summary>
15409         <para>Imports the HumanDescription
from the given Avatar.</para>
15410       </summary>
15411     </member>
15412     <member name=
"P:UnityEditor.ModelImporter.splitTangentsAcrossSeams">
15413       <summary>
15414         <para>Should tangents be split across UV seams.</para>
15415       </summary>
15416     </member>
15417     <member name=
"P:UnityEditor.ModelImporter.swapUVChannels">
15418       <summary>
15419         <para>Swap primary and secondary UV channels
when importing.</para>
15420       </summary>
15421     </member>
15422     <member name=
"P:UnityEditor.ModelImporter.tangentImportMode">
15423       <summary>
15424         <para>Tangents import mode.</para>
15425       </summary>
15426     </member>
15427     <member name=
"P:UnityEditor.ModelImporter.transformPaths">
15428       <summary>
15429         <para>Generates the list of all imported Transforms.</para>
15430       </summary>
15431     </member>
15432     <member name=
"P:UnityEditor.ModelImporter.useFileUnits">
15433       <summary>
15434         <para>Detect file units and import
as 1FileUnit=1UnityUnit, otherwise it will import as 1cm=1UnityUnit.</para>
15435       </summary>
15436     </member>
15437     <member name=
"T:UnityEditor.ModelImporterAnimationCompression">
15438       <summary>
15439         <para>Animation compression options
for ModelImporter.</para>
15440       </summary>
15441     </member>
15442     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.KeyframeReduction">
15443       <summary>
15444         <para>Perform keyframe reduction.</para>
15445       </summary>
15446     </member>
15447     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.KeyframeReductionAndCompression">
15448       <summary>
15449         <para>Perform keyframe reduction and compression.</para>
15450       </summary>
15451     </member>
15452     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.Off">
15453       <summary>
15454         <para>No animation compression.</para>
15455       </summary>
15456     </member>
15457     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.Optimal">
15458       <summary>
15459         <para>Perform keyframe reduction and choose the best animation curve representation at runtime to reduce memory footprint (
default).</para>
15460       </summary>
15461     </member>
15462     <member name=
"T:UnityEditor.ModelImporterAnimationType">
15463       <summary>
15464         <para>Animation mode
for ModelImporter.</para>
15465       </summary>
15466     </member>
15467     <member name=
"F:UnityEditor.ModelImporterAnimationType.Generic">
15468       <summary>
15469         <para>Generate a generic animator.</para>
15470       </summary>
15471     </member>
15472     <member name=
"F:UnityEditor.ModelImporterAnimationType.Human">
15473       <summary>
15474         <para>Generate a human animator.</para>
15475       </summary>
15476     </member>
15477     <member name=
"F:UnityEditor.ModelImporterAnimationType.Legacy">
15478       <summary>
15479         <para>Generate a legacy animation type.</para>
15480       </summary>
15481     </member>
15482     <member name=
"F:UnityEditor.ModelImporterAnimationType.None">
15483       <summary>
15484         <para>Generate no animation data.</para>
15485       </summary>
15486     </member>
15487     <member name=
"T:UnityEditor.ModelImporterClipAnimation">
15488       <summary>
15489         <para>Animation clips to split animation
into.</para>
15490       </summary>
15491     </member>
15492     <member name=
"P:UnityEditor.ModelImporterClipAnimation.additiveReferencePoseFrame">
15493       <summary>
15494         <para>The additive reference pose frame.</para>
15495       </summary>
15496     </member>
15497     <member name=
"P:UnityEditor.ModelImporterClipAnimation.curves">
15498       <summary>
15499         <para>Additionnal curves that will be that will be added during the import process.</para>
15500       </summary>
15501     </member>
15502     <member name=
"P:UnityEditor.ModelImporterClipAnimation.cycleOffset">
15503       <summary>
15504         <para>Offset to the cycle of a looping animation,
if a different time in it is desired to be the start.</para>
15505       </summary>
15506     </member>
15507     <member name=
"P:UnityEditor.ModelImporterClipAnimation.events">
15508       <summary>
15509         <para>AnimationEvents that will be added during the import process.</para>
15510       </summary>
15511     </member>
15512     <member name=
"P:UnityEditor.ModelImporterClipAnimation.firstFrame">
15513       <summary>
15514         <para>First frame of the clip.</para>
15515       </summary>
15516     </member>
15517     <member name=
"P:UnityEditor.ModelImporterClipAnimation.hasAdditiveReferencePose">
15518       <summary>
15519         <para>Enable to defines an additive reference pose.</para>
15520       </summary>
15521     </member>
15522     <member name=
"P:UnityEditor.ModelImporterClipAnimation.heightFromFeet">
15523       <summary>
15524         <para>Keeps the feet aligned with the root transform position.</para>
15525       </summary>
15526     </member>
15527     <member name=
"P:UnityEditor.ModelImporterClipAnimation.heightOffset">
15528       <summary>
15529         <para>Offset to the vertical root position.</para>
15530       </summary>
15531     </member>
15532     <member name=
"P:UnityEditor.ModelImporterClipAnimation.keepOriginalOrientation">
15533       <summary>
15534         <para>Keeps the vertical position
as it is authored in the source file.</para>
15535       </summary>
15536     </member>
15537     <member name=
"P:UnityEditor.ModelImporterClipAnimation.keepOriginalPositionXZ">
15538       <summary>
15539         <para>Keeps the vertical position
as it is authored in the source file.</para>
15540       </summary>
15541     </member>
15542     <member name=
"P:UnityEditor.ModelImporterClipAnimation.keepOriginalPositionY">
15543       <summary>
15544         <para>Keeps the vertical position
as it is authored in the source file.</para>
15545       </summary>
15546     </member>
15547     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lastFrame">
15548       <summary>
15549         <para>Last frame of the clip.</para>
15550       </summary>
15551     </member>
15552     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lockRootHeightY">
15553       <summary>
15554         <para>Enable to make vertical root motion be baked
into the movement of the bones. Disable to make vertical root motion be stored as root motion.</para>
15555       </summary>
15556     </member>
15557     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lockRootPositionXZ">
15558       <summary>
15559         <para>Enable to make horizontal root motion be baked
into the movement of the bones. Disable to make horizontal root motion be stored as root motion.</para>
15560       </summary>
15561     </member>
15562     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lockRootRotation">
15563       <summary>
15564         <para>Enable to make root rotation be baked
into the movement of the bones. Disable to make root rotation be stored as root motion.</para>
15565       </summary>
15566     </member>
15567     <member name=
"P:UnityEditor.ModelImporterClipAnimation.loop">
15568       <summary>
15569         <para>Is the clip a looping animation?</para>
15570       </summary>
15571     </member>
15572     <member name=
"P:UnityEditor.ModelImporterClipAnimation.loopPose">
15573       <summary>
15574         <para>Enable to make the motion loop seamlessly.</para>
15575       </summary>
15576     </member>
15577     <member name=
"P:UnityEditor.ModelImporterClipAnimation.loopTime">
15578       <summary>
15579         <para>Enable to make the clip loop.</para>
15580       </summary>
15581     </member>
15582     <member name=
"P:UnityEditor.ModelImporterClipAnimation.maskNeedsUpdating">
15583       <summary>
15584         <para>Returns
true when the source AvatarMask has changed. This only happens when ModelImporterClipAnimation.maskType is set to ClipAnimationMaskType.CopyFromOther
15585 To force a reload of the mask, simply
set ModelImporterClipAnimation.maskSource to the desired AvatarMask.</para>
15586       </summary>
15587     </member>
15588     <member name=
"P:UnityEditor.ModelImporterClipAnimation.maskSource">
15589       <summary>
15590         <para>The AvatarMask used to mask transforms during the import process.</para>
15591       </summary>
15592     </member>
15593     <member name=
"P:UnityEditor.ModelImporterClipAnimation.maskType">
15594       <summary>
15595         <para>Define mask type.</para>
15596       </summary>
15597     </member>
15598     <member name=
"P:UnityEditor.ModelImporterClipAnimation.mirror">
15599       <summary>
15600         <para>Mirror left and right
in this clip.</para>
15601       </summary>
15602     </member>
15603     <member name=
"P:UnityEditor.ModelImporterClipAnimation.name">
15604       <summary>
15605         <para>Clip name.</para>
15606       </summary>
15607     </member>
15608     <member name=
"P:UnityEditor.ModelImporterClipAnimation.rotationOffset">
15609       <summary>
15610         <para>Offset
in degrees to the root rotation.</para>
15611       </summary>
15612     </member>
15613     <member name=
"P:UnityEditor.ModelImporterClipAnimation.takeName">
15614       <summary>
15615         <para>Take name.</para>
15616       </summary>
15617     </member>
15618     <member name=
"P:UnityEditor.ModelImporterClipAnimation.wrapMode">
15619       <summary>
15620         <para>The wrap mode of the animation.</para>
15621       </summary>
15622     </member>
15623     <member name=
"T:UnityEditor.ModelImporterGenerateAnimations">
15624       <summary>
15625         <para>Animation generation options
for ModelImporter. These options relate to the legacy Animation system, they should only be used when ModelImporter.animationType==ModelImporterAnimationType.Legacy.</para>
15626       </summary>
15627     </member>
15628     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.GenerateAnimations">
15629       <summary>
15630         <para>Default animation import mode (All animations are stored
in the root object).</para>
15631       </summary>
15632     </member>
15633     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.InNodes">
15634       <summary>
15635         <para>Generate animations
in the objects that animate.</para>
15636       </summary>
15637     </member>
15638     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.InOriginalRoots">
15639       <summary>
15640         <para>Generate animations
in the root objects of the animation package.</para>
15641       </summary>
15642     </member>
15643     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.InRoot">
15644       <summary>
15645         <para>Generate animations
in the transform root objects.</para>
15646       </summary>
15647     </member>
15648     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.None">
15649       <summary>
15650         <para>Do not generate animations.</para>
15651       </summary>
15652     </member>
15653     <member name=
"T:UnityEditor.ModelImporterGenerateMaterials">
15654       <summary>
15655         <para>Material generation options
for ModelImporter.</para>
15656       </summary>
15657     </member>
15658     <member name=
"F:UnityEditor.ModelImporterGenerateMaterials.None">
15659       <summary>
15660         <para>Do not generate materials.</para>
15661       </summary>
15662     </member>
15663     <member name=
"F:UnityEditor.ModelImporterGenerateMaterials.PerSourceMaterial">
15664       <summary>
15665         <para>Generate a material
for each material in the source asset.</para>
15666       </summary>
15667     </member>
15668     <member name=
"F:UnityEditor.ModelImporterGenerateMaterials.PerTexture">
15669       <summary>
15670         <para>Generate a material
for each texture used.</para>
15671       </summary>
15672     </member>
15673     <member name=
"T:UnityEditor.ModelImporterHumanoidOversampling">
15674       <summary>
15675         <para>Humanoid Oversampling available multipliers.</para>
15676       </summary>
15677     </member>
15678     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X1">
15679       <summary>
15680         <para>Default Humanoid Oversampling multiplier =
1 which is equivalent to no oversampling.</para>
15681       </summary>
15682     </member>
15683     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X2">
15684       <summary>
15685         <para>Humanoid Oversampling samples at
2 times the sampling rate found in the imported file.</para>
15686       </summary>
15687     </member>
15688     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X4">
15689       <summary>
15690         <para>Humanoid Oversampling samples at
4 times the sampling rate found in the imported file.</para>
15691       </summary>
15692     </member>
15693     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X8">
15694       <summary>
15695         <para>Humanoid Oversampling samples at
8 times the sampling rate found in the imported file.</para>
15696       </summary>
15697     </member>
15698     <member name=
"T:UnityEditor.ModelImporterMaterialName">
15699       <summary>
15700         <para>Material naming options
for ModelImporter.</para>
15701       </summary>
15702     </member>
15703     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnMaterialName">
15704       <summary>
15705         <para>Use a material name of the form &lt;materialName&gt;.mat.</para>
15706       </summary>
15707     </member>
15708     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnModelNameAndMaterialName">
15709       <summary>
15710         <para>Use material names
in the form &lt;modelFileName&gt;-&lt;materialName&gt;.mat.</para>
15711       </summary>
15712     </member>
15713     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnTextureName">
15714       <summary>
15715         <para>Use material names
in the form &lt;textureName&gt;.mat.</para>
15716       </summary>
15717     </member>
15718     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName">
15719       <summary>
15720         <para>&lt;textureName&gt;.mat or &lt;modelFileName&gt;-&lt;materialName&gt;.mat material name.</para>
15721       </summary>
15722     </member>
15723     <member name=
"T:UnityEditor.ModelImporterMaterialSearch">
15724       <summary>
15725         <para>Material search options
for ModelImporter.</para>
15726       </summary>
15727     </member>
15728     <member name=
"F:UnityEditor.ModelImporterMaterialSearch.Everywhere">
15729       <summary>
15730         <para>Search
in all project.</para>
15731       </summary>
15732     </member>
15733     <member name=
"F:UnityEditor.ModelImporterMaterialSearch.Local">
15734       <summary>
15735         <para>Search
in local Materials folder.</para>
15736       </summary>
15737     </member>
15738     <member name=
"F:UnityEditor.ModelImporterMaterialSearch.RecursiveUp">
15739       <summary>
15740         <para>Recursive-up search
in Materials folders.</para>
15741       </summary>
15742     </member>
15743     <member name=
"T:UnityEditor.ModelImporterMeshCompression">
15744       <summary>
15745         <para>Mesh compression options
for ModelImporter.</para>
15746       </summary>
15747     </member>
15748     <member name=
"F:UnityEditor.ModelImporterMeshCompression.High">
15749       <summary>
15750         <para>High amount of mesh compression.</para>
15751       </summary>
15752     </member>
15753     <member name=
"F:UnityEditor.ModelImporterMeshCompression.Low">
15754       <summary>
15755         <para>Low amount of mesh compression.</para>
15756       </summary>
15757     </member>
15758     <member name=
"F:UnityEditor.ModelImporterMeshCompression.Medium">
15759       <summary>
15760         <para>Medium amount of mesh compression.</para>
15761       </summary>
15762     </member>
15763     <member name=
"F:UnityEditor.ModelImporterMeshCompression.Off">
15764       <summary>
15765         <para>No mesh compression (
default).</para>
15766       </summary>
15767     </member>
15768     <member name=
"T:UnityEditor.ModelImporterNormals">
15769       <summary>
15770         <para>This
is legacy!</para>
15771       </summary>
15772     </member>
15773     <member name=
"F:UnityEditor.ModelImporterNormals.Calculate">
15774       <summary>
15775         <para>This
is Legacy.</para>
15776       </summary>
15777     </member>
15778     <member name=
"F:UnityEditor.ModelImporterNormals.Import">
15779       <summary>
15780         <para>This
is legacy!</para>
15781       </summary>
15782     </member>
15783     <member name=
"F:UnityEditor.ModelImporterNormals.None">
15784       <summary>
15785         <para>This
is legacy!</para>
15786       </summary>
15787     </member>
15788     <member name=
"T:UnityEditor.ModelImporterTangents">
15789       <summary>
15790         <para>This
is legacy.</para>
15791       </summary>
15792     </member>
15793     <member name=
"F:UnityEditor.ModelImporterTangents.CalculateLegacy">
15794       <summary>
15795         <para>This
is legacy.</para>
15796       </summary>
15797     </member>
15798     <member name=
"F:UnityEditor.ModelImporterTangents.CalculateLegacyWithSplitTangents">
15799       <summary>
15800         <para>This
is legacy.</para>
15801       </summary>
15802     </member>
15803     <member name=
"F:UnityEditor.ModelImporterTangents.CalculateMikk">
15804       <summary>
15805         <para>This
is legacy.</para>
15806       </summary>
15807     </member>
15808     <member name=
"F:UnityEditor.ModelImporterTangents.Import">
15809       <summary>
15810         <para>This
is legacy.</para>
15811       </summary>
15812     </member>
15813     <member name=
"F:UnityEditor.ModelImporterTangents.None">
15814       <summary>
15815         <para>This
is legacy.</para>
15816       </summary>
15817     </member>
15818     <member name=
"T:UnityEditor.ModelImporterTangentSpaceMode">
15819       <summary>
15820         <para>Animation generation options
for ModelImporter.</para>
15821       </summary>
15822     </member>
15823     <member name=
"F:UnityEditor.ModelImporterTangentSpaceMode.Calculate">
15824       <summary>
15825         <para>Calculate tangents.</para>
15826       </summary>
15827     </member>
15828     <member name=
"F:UnityEditor.ModelImporterTangentSpaceMode.Import">
15829       <summary>
15830         <para>Import normals/tangents
from file.</para>
15831       </summary>
15832     </member>
15833     <member name=
"F:UnityEditor.ModelImporterTangentSpaceMode.None">
15834       <summary>
15835         <para>Strip normals/tangents.</para>
15836       </summary>
15837     </member>
15838     <member name=
"T:UnityEditor.MonoScript">
15839       <summary>
15840         <para>Representation of Script assets.</para>
15841       </summary>
15842     </member>
15843     <member name=
"M:UnityEditor.MonoScript.FromMonoBehaviour(UnityEngine.MonoBehaviour)">
15844       <summary>
15845         <para>Returns the MonoScript
object containing specified MonoBehaviour.</para>
15846       </summary>
15847       <param name=
"behaviour">The MonoBehaviour whose MonoScript should be returned.</param>
15848     </member>
15849     <member name=
"M:UnityEditor.MonoScript.FromScriptableObject(UnityEngine.ScriptableObject)">
15850       <summary>
15851         <para>Returns the MonoScript
object containing specified ScriptableObject.</para>
15852       </summary>
15853       <param name=
"scriptableObject">The ScriptableObject whose MonoScript should be returned.</param>
15854     </member>
15855     <member name=
"M:UnityEditor.MonoScript.GetClass">
15856       <summary>
15857         <para>Returns the System.Type
object of the class implemented by this script.</para>
15858       </summary>
15859     </member>
15860     <member name=
"T:UnityEditor.MouseCursor">
15861       <summary>
15862         <para>Custom mouse cursor shapes used with EditorGUIUtility.AddCursorRect.</para>
15863       </summary>
15864     </member>
15865     <member name=
"F:UnityEditor.MouseCursor.Arrow">
15866       <summary>
15867         <para>Normal pointer arrow.</para>
15868       </summary>
15869     </member>
15870     <member name=
"F:UnityEditor.MouseCursor.ArrowMinus">
15871       <summary>
15872         <para>Arrow with the minus symbol next to it.</para>
15873       </summary>
15874     </member>
15875     <member name=
"F:UnityEditor.MouseCursor.ArrowPlus">
15876       <summary>
15877         <para>Arrow with the plus symbol next to it.</para>
15878       </summary>
15879     </member>
15880     <member name=
"F:UnityEditor.MouseCursor.CustomCursor">
15881       <summary>
15882         <para>The current user defined cursor.</para>
15883       </summary>
15884     </member>
15885     <member name=
"F:UnityEditor.MouseCursor.FPS">
15886       <summary>
15887         <para>Cursor with an eye and stylized arrow keys
for FPS navigation.</para>
15888       </summary>
15889     </member>
15890     <member name=
"F:UnityEditor.MouseCursor.Link">
15891       <summary>
15892         <para>Arrow with a Link badge (
for assigning pointers).</para>
15893       </summary>
15894     </member>
15895     <member name=
"F:UnityEditor.MouseCursor.MoveArrow">
15896       <summary>
15897         <para>Arrow with the move symbol next to it
for the sceneview.</para>
15898       </summary>
15899     </member>
15900     <member name=
"F:UnityEditor.MouseCursor.Orbit">
15901       <summary>
15902         <para>Cursor with an eye
for orbit.</para>
15903       </summary>
15904     </member>
15905     <member name=
"F:UnityEditor.MouseCursor.Pan">
15906       <summary>
15907         <para>Cursor with a dragging hand
for pan.</para>
15908       </summary>
15909     </member>
15910     <member name=
"F:UnityEditor.MouseCursor.ResizeHorizontal">
15911       <summary>
15912         <para>Horizontal resize arrows.</para>
15913       </summary>
15914     </member>
15915     <member name=
"F:UnityEditor.MouseCursor.ResizeUpLeft">
15916       <summary>
15917         <para>Resize up-Left
for window edges.</para>
15918       </summary>
15919     </member>
15920     <member name=
"F:UnityEditor.MouseCursor.ResizeUpRight">
15921       <summary>
15922         <para>Resize up-right
for window edges.</para>
15923       </summary>
15924     </member>
15925     <member name=
"F:UnityEditor.MouseCursor.ResizeVertical">
15926       <summary>
15927         <para>Vertical resize arrows.</para>
15928       </summary>
15929     </member>
15930     <member name=
"F:UnityEditor.MouseCursor.RotateArrow">
15931       <summary>
15932         <para>Arrow with the rotate symbol next to it
for the sceneview.</para>
15933       </summary>
15934     </member>
15935     <member name=
"F:UnityEditor.MouseCursor.ScaleArrow">
15936       <summary>
15937         <para>Arrow with the scale symbol next to it
for the sceneview.</para>
15938       </summary>
15939     </member>
15940     <member name=
"F:UnityEditor.MouseCursor.SlideArrow">
15941       <summary>
15942         <para>Arrow with small arrows
for indicating sliding at number fields.</para>
15943       </summary>
15944     </member>
15945     <member name=
"F:UnityEditor.MouseCursor.SplitResizeLeftRight">
15946       <summary>
15947         <para>Left-Right resize arrows
for window splitters.</para>
15948       </summary>
15949     </member>
15950     <member name=
"F:UnityEditor.MouseCursor.SplitResizeUpDown">
15951       <summary>
15952         <para>Up-Down resize arrows
for window splitters.</para>
15953       </summary>
15954     </member>
15955     <member name=
"F:UnityEditor.MouseCursor.Text">
15956       <summary>
15957         <para>Text cursor.</para>
15958       </summary>
15959     </member>
15960     <member name=
"F:UnityEditor.MouseCursor.Zoom">
15961       <summary>
15962         <para>Cursor with a magnifying glass
for zoom.</para>
15963       </summary>
15964     </member>
15965     <member name=
"T:UnityEditor.MovieImporter">
15966       <summary>
15967         <para>AssetImporter
for importing MovieTextures.</para>
15968       </summary>
15969     </member>
15970     <member name=
"P:UnityEditor.MovieImporter.duration">
15971       <summary>
15972         <para>Duration of the Movie to be imported
in seconds.</para>
15973       </summary>
15974     </member>
15975     <member name=
"P:UnityEditor.MovieImporter.linearTexture">
15976       <summary>
15977         <para>Is the movie texture storing non-color data?</para>
15978       </summary>
15979     </member>
15980     <member name=
"P:UnityEditor.MovieImporter.quality">
15981       <summary>
15982         <para>Quality setting to use
when importing the movie. This is a float value from 0 to 1.</para>
15983       </summary>
15984     </member>
15985     <member name=
"T:UnityEditor.NavMeshBuilder">
15986       <summary>
15987         <para>Navigation mesh builder
interface.</para>
15988       </summary>
15989     </member>
15990     <member name=
"P:UnityEditor.NavMeshBuilder.isRunning">
15991       <summary>
15992         <para>Returns
true if an asynchronous build is still running.</para>
15993       </summary>
15994     </member>
15995     <member name=
"M:UnityEditor.NavMeshBuilder.BuildNavMesh">
15996       <summary>
15997         <para>Build the Navmesh.</para>
15998       </summary>
15999     </member>
16000     <member name=
"M:UnityEditor.NavMeshBuilder.BuildNavMeshAsync">
16001       <summary>
16002         <para>Build the Navmesh Asyncronously.</para>
16003       </summary>
16004     </member>
16005     <member name=
"M:UnityEditor.NavMeshBuilder.BuildNavMeshForMultipleScenes(System.String[])">
16006       <summary>
16007         <para>Builds the combined navmesh
for the contents of multiple scenes.</para>
16008       </summary>
16009       <param name=
"paths">Array of paths to scenes that are used for building the navmesh.</param>
16010     </member>
16011     <member name=
"M:UnityEditor.NavMeshBuilder.Cancel">
16012       <summary>
16013         <para>Cancel Navmesh construction.</para>
16014       </summary>
16015     </member>
16016     <member name=
"M:UnityEditor.NavMeshBuilder.ClearAllNavMeshes">
16017       <summary>
16018         <para>Clear all Navmeshes.</para>
16019       </summary>
16020     </member>
16021     <member name=
"T:UnityEditor.ObjectNames">
16022       <summary>
16023         <para>Helper
class for constructing displayable names for objects.</para>
16024       </summary>
16025     </member>
16026     <member name=
"M:UnityEditor.ObjectNames.GetClassName(UnityEngine.Object)">
16027       <summary>
16028         <para>Class name of an
object.</para>
16029       </summary>
16030       <param name=
"obj"></param>
16031     </member>
16032     <member name=
"M:UnityEditor.ObjectNames.GetDragAndDropTitle(UnityEngine.Object)">
16033       <summary>
16034         <para>Drag and drop title
for an object.</para>
16035       </summary>
16036       <param name=
"obj"></param>
16037     </member>
16038     <member name=
"M:UnityEditor.ObjectNames.GetInspectorTitle(UnityEngine.Object)">
16039       <summary>
16040         <para>Inspector title
for an object.</para>
16041       </summary>
16042       <param name=
"obj"></param>
16043     </member>
16044     <member name=
"M:UnityEditor.ObjectNames.NicifyVariableName(System.String)">
16045       <summary>
16046         <para>Make a displayable name
for a variable.</para>
16047       </summary>
16048       <param name=
"name"></param>
16049     </member>
16050     <member name=
"M:UnityEditor.ObjectNames.SetNameSmart(UnityEngine.Object,System.String)">
16051       <summary>
16052         <para>Sets the name of an Object.</para>
16053       </summary>
16054       <param name=
"obj"></param>
16055       <param name=
"name"></param>
16056     </member>
16057     <member name=
"T:UnityEditor.ObjectPreview">
16058       <summary>
16059         <para>Base Class to derive
from when creating Custom Previews.</para>
16060       </summary>
16061     </member>
16062     <member name=
"P:UnityEditor.ObjectPreview.target">
16063       <summary>
16064         <para>The
object currently being previewed.</para>
16065       </summary>
16066     </member>
16067     <member name=
"M:UnityEditor.ObjectPreview.DrawPreview(UnityEngine.Rect)">
16068       <summary>
16069         <para>This
is the first entry point for Preview Drawing.</para>
16070       </summary>
16071       <param name=
"previewArea">The available area to draw the preview.</param>
16072     </member>
16073     <member name=
"M:UnityEditor.ObjectPreview.GetInfoString">
16074       <summary>
16075         <para>Implement
this method to show object information on top of the object preview.</para>
16076       </summary>
16077     </member>
16078     <member name=
"M:UnityEditor.ObjectPreview.GetPreviewTitle">
16079       <summary>
16080         <para>Override
this method if you want to change the label of the Preview area.</para>
16081       </summary>
16082     </member>
16083     <member name=
"M:UnityEditor.ObjectPreview.HasPreviewGUI">
16084       <summary>
16085         <para>Can
this component be Previewed in its current state?</para>
16086       </summary>
16087       <returns>
16088         <para>True
if this component can be Previewed in its current state.</para>
16089       </returns>
16090     </member>
16091     <member name=
"M:UnityEditor.ObjectPreview.Initialize(UnityEngine.Object[])">
16092       <summary>
16093         <para>Called
when the Preview gets created with the objects being previewed.</para>
16094       </summary>
16095       <param name=
"targets">The objects being previewed.</param>
16096     </member>
16097     <member name=
"M:UnityEditor.ObjectPreview.MoveNextTarget">
16098       <summary>
16099         <para>Called to iterate through the targets,
this will be used when previewing more than one target.</para>
16100       </summary>
16101       <returns>
16102         <para>True
if there is another target available.</para>
16103       </returns>
16104     </member>
16105     <member name=
"M:UnityEditor.ObjectPreview.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
16106       <summary>
16107         <para>Implement to create your own interactive custom preview. Interactive custom previews are used
in the preview area of the inspector and the object selector.</para>
16108       </summary>
16109       <param name=
"r">Rectangle in which to draw the preview.</param>
16110       <param name=
"background">Background image.</param>
16111     </member>
16112     <member name=
"M:UnityEditor.ObjectPreview.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
16113       <summary>
16114         <para>Implement to create your own custom preview
for the preview area of the inspector, primary editor headers and the object selector.</para>
16115       </summary>
16116       <param name=
"r">Rectangle in which to draw the preview.</param>
16117       <param name=
"background">Background image.</param>
16118     </member>
16119     <member name=
"M:UnityEditor.ObjectPreview.OnPreviewSettings">
16120       <summary>
16121         <para>Override
this method if you want to show custom controls in the preview header.</para>
16122       </summary>
16123     </member>
16124     <member name=
"M:UnityEditor.ObjectPreview.ResetTarget">
16125       <summary>
16126         <para>Called to Reset the target before iterating through them.</para>
16127       </summary>
16128     </member>
16129     <member name=
"T:UnityEditor.PivotMode">
16130       <summary>
16131         <para>Where
is the tool handle placed.</para>
16132       </summary>
16133     </member>
16134     <member name=
"F:UnityEditor.PivotMode.Center">
16135       <summary>
16136         <para>The tool handle
is at the graphical center of the selection.</para>
16137       </summary>
16138     </member>
16139     <member name=
"F:UnityEditor.PivotMode.Pivot">
16140       <summary>
16141         <para>The tool handle
is on the pivot point of the active object.</para>
16142       </summary>
16143     </member>
16144     <member name=
"T:UnityEditor.PivotRotation">
16145       <summary>
16146         <para>How
is the tool handle oriented.</para>
16147       </summary>
16148     </member>
16149     <member name=
"F:UnityEditor.PivotRotation.Global">
16150       <summary>
16151         <para>The tool handle
is aligned along the global axes.</para>
16152       </summary>
16153     </member>
16154     <member name=
"F:UnityEditor.PivotRotation.Local">
16155       <summary>
16156         <para>The tool handle
is oriented from the active object.</para>
16157       </summary>
16158     </member>
16159     <member name=
"T:UnityEditor.PlayerSettings">
16160       <summary>
16161         <para>Player Settings
is where you define various parameters for the final game that you will build in Unity. Some of these values are used in the Resolution Dialog that launches when you open a standalone game.</para>
16162       </summary>
16163     </member>
16164     <member name=
"P:UnityEditor.PlayerSettings.accelerometerFrequency">
16165       <summary>
16166         <para>Accelerometer update frequency.</para>
16167       </summary>
16168     </member>
16169     <member name=
"P:UnityEditor.PlayerSettings.actionOnDotNetUnhandledException">
16170       <summary>
16171         <para>Sets the crash behavior
on .NET unhandled exception.</para>
16172       </summary>
16173     </member>
16174     <member name=
"P:UnityEditor.PlayerSettings.advancedLicense">
16175       <summary>
16176         <para>Is the advanced version being used?</para>
16177       </summary>
16178     </member>
16179     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToLandscapeLeft">
16180       <summary>
16181         <para>Is auto-rotation to landscape left supported?</para>
16182       </summary>
16183     </member>
16184     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToLandscapeRight">
16185       <summary>
16186         <para>Is auto-rotation to landscape right supported?</para>
16187       </summary>
16188     </member>
16189     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToPortrait">
16190       <summary>
16191         <para>Is auto-rotation to portrait supported?</para>
16192       </summary>
16193     </member>
16194     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToPortraitUpsideDown">
16195       <summary>
16196         <para>Is auto-rotation to portrait upside-down supported?</para>
16197       </summary>
16198     </member>
16199     <member name=
"P:UnityEditor.PlayerSettings.allowFullscreenSwitch">
16200       <summary>
16201         <para>If enabled, allows the user to
switch between full screen and windowed mode using OS specific keyboard short cuts.</para>
16202       </summary>
16203     </member>
16204     <member name=
"P:UnityEditor.PlayerSettings.aotOptions">
16205       <summary>
16206         <para>Additional AOT compilation options. Shared
by AOT platforms.</para>
16207       </summary>
16208     </member>
16209     <member name=
"P:UnityEditor.PlayerSettings.apiCompatibilityLevel">
16210       <summary>
16211         <para>.NET API compatibility level.</para>
16212       </summary>
16213     </member>
16214     <member name=
"P:UnityEditor.PlayerSettings.bakeCollisionMeshes">
16215       <summary>
16216         <para>Pre bake collision meshes
on player build.</para>
16217       </summary>
16218     </member>
16219     <member name=
"P:UnityEditor.PlayerSettings.bundleIdentifier">
16220       <summary>
16221         <para>Application bundle identifier shared between iOS &amp; Android platforms.</para>
16222       </summary>
16223     </member>
16224     <member name=
"P:UnityEditor.PlayerSettings.bundleVersion">
16225       <summary>
16226         <para>Application bundle version shared between iOS &amp; Android platforms.</para>
16227       </summary>
16228     </member>
16229     <member name=
"P:UnityEditor.PlayerSettings.captureSingleScreen">
16230       <summary>
16231         <para>Defines
if fullscreen games should darken secondary displays.</para>
16232       </summary>
16233     </member>
16234     <member name=
"P:UnityEditor.PlayerSettings.cloudProjectId">
16235       <summary>
16236         <para>A unique cloud project identifier. It
is unique for every project (Read Only).</para>
16237       </summary>
16238     </member>
16239     <member name=
"P:UnityEditor.PlayerSettings.colorSpace">
16240       <summary>
16241         <para>Set the rendering color space
for the current project.</para>
16242       </summary>
16243     </member>
16244     <member name=
"P:UnityEditor.PlayerSettings.companyName">
16245       <summary>
16246         <para>The name of your company.</para>
16247       </summary>
16248     </member>
16249     <member name=
"P:UnityEditor.PlayerSettings.d3d11FullscreenMode">
16250       <summary>
16251         <para>Define how to handle fullscreen mode
in Windows standalones (Direct3D 11 mode).</para>
16252       </summary>
16253     </member>
16254     <member name=
"P:UnityEditor.PlayerSettings.d3d9FullscreenMode">
16255       <summary>
16256         <para>Define how to handle fullscreen mode
in Windows standalones (Direct3D 9 mode).</para>
16257       </summary>
16258     </member>
16259     <member name=
"P:UnityEditor.PlayerSettings.defaultInterfaceOrientation">
16260       <summary>
16261         <para>Default screen orientation
for mobiles.</para>
16262       </summary>
16263     </member>
16264     <member name=
"P:UnityEditor.PlayerSettings.defaultIsFullScreen">
16265       <summary>
16266         <para>If enabled, the game will
default to fullscreen mode.</para>
16267       </summary>
16268     </member>
16269     <member name=
"P:UnityEditor.PlayerSettings.defaultScreenHeight">
16270       <summary>
16271         <para>Default vertical dimension of stand-alone player window.</para>
16272       </summary>
16273     </member>
16274     <member name=
"P:UnityEditor.PlayerSettings.defaultScreenWidth">
16275       <summary>
16276         <para>Default horizontal dimension of stand-alone player window.</para>
16277       </summary>
16278     </member>
16279     <member name=
"P:UnityEditor.PlayerSettings.defaultWebScreenHeight">
16280       <summary>
16281         <para>Default vertical dimension of web player window.</para>
16282       </summary>
16283     </member>
16284     <member name=
"P:UnityEditor.PlayerSettings.defaultWebScreenWidth">
16285       <summary>
16286         <para>Default horizontal dimension of web player window.</para>
16287       </summary>
16288     </member>
16289     <member name=
"P:UnityEditor.PlayerSettings.displayResolutionDialog">
16290       <summary>
16291         <para>Defines the behaviour of the Resolution Dialog
on product launch.</para>
16292       </summary>
16293     </member>
16294     <member name=
"P:UnityEditor.PlayerSettings.enableCrashReportAPI">
16295       <summary>
16296         <para>Enables CrashReport API.</para>
16297       </summary>
16298     </member>
16299     <member name=
"P:UnityEditor.PlayerSettings.enableInternalProfiler">
16300       <summary>
16301         <para>Enables
internal profiler.</para>
16302       </summary>
16303     </member>
16304     <member name=
"P:UnityEditor.PlayerSettings.firstStreamedLevelWithResources">
16305       <summary>
16306         <para>First level to have access to all Resources.Load assets
in Streamed Web Players.</para>
16307       </summary>
16308     </member>
16309     <member name=
"P:UnityEditor.PlayerSettings.forceSingleInstance">
16310       <summary>
16311         <para>Restrict standalone players to a single concurrent running instance.</para>
16312       </summary>
16313     </member>
16314     <member name=
"P:UnityEditor.PlayerSettings.gpuSkinning">
16315       <summary>
16316         <para>Enable GPU skinning
on capable platforms.</para>
16317       </summary>
16318     </member>
16319     <member name=
"P:UnityEditor.PlayerSettings.graphicsJobs">
16320       <summary>
16321         <para>Enable graphics jobs (multi threaded rendering).</para>
16322       </summary>
16323     </member>
16324     <member name=
"P:UnityEditor.PlayerSettings.iPhoneBundleIdentifier">
16325       <summary>
16326         <para>The bundle identifier of the iPhone application.</para>
16327       </summary>
16328     </member>
16329     <member name=
"P:UnityEditor.PlayerSettings.keyaliasPass">
16330       <summary>
16331         <para>Password
for the key used for signing an Android application.</para>
16332       </summary>
16333     </member>
16334     <member name=
"P:UnityEditor.PlayerSettings.keystorePass">
16335       <summary>
16336         <para>Password used
for interacting with the Android Keystore.</para>
16337       </summary>
16338     </member>
16339     <member name=
"P:UnityEditor.PlayerSettings.locationUsageDescription">
16340       <summary>
16341         <para>Describes the reason
for access to the user's location data.</para>
16342       </summary>
16343     </member>
16344     <member name=
"P:UnityEditor.PlayerSettings.logObjCUncaughtExceptions">
16345       <summary>
16346         <para>Are ObjC uncaught exceptions logged?</para>
16347       </summary>
16348     </member>
16349     <member name=
"P:UnityEditor.PlayerSettings.macFullscreenMode">
16350       <summary>
16351         <para>Define how to handle fullscreen mode
in Mac OS X standalones.</para>
16352       </summary>
16353     </member>
16354     <member name=
"P:UnityEditor.PlayerSettings.productName">
16355       <summary>
16356         <para>The name of your product.</para>
16357       </summary>
16358     </member>
16359     <member name=
"P:UnityEditor.PlayerSettings.protectGraphicsMemory">
16360       <summary>
16361         <para>Protect graphics memory.</para>
16362       </summary>
16363     </member>
16364     <member name=
"P:UnityEditor.PlayerSettings.renderingPath">
16365       <summary>
16366         <para>Which rendering path
is enabled?</para>
16367       </summary>
16368     </member>
16369     <member name=
"P:UnityEditor.PlayerSettings.resizableWindow">
16370       <summary>
16371         <para>Use resizable window
in standalone player builds.</para>
16372       </summary>
16373     </member>
16374     <member name=
"P:UnityEditor.PlayerSettings.resolutionDialogBanner">
16375       <summary>
16376         <para>The image to display
in the Resolution Dialog window.</para>
16377       </summary>
16378     </member>
16379     <member name=
"P:UnityEditor.PlayerSettings.runInBackground">
16380       <summary>
16381         <para>If enabled, your game will
continue to run after lost focus.</para>
16382       </summary>
16383     </member>
16384     <member name=
"P:UnityEditor.PlayerSettings.showUnitySplashScreen">
16385       <summary>
16386         <para>Should the builtin Unity splash screen be shown?</para>
16387       </summary>
16388     </member>
16389     <member name=
"P:UnityEditor.PlayerSettings.singlePassStereoRendering">
16390       <summary>
16391         <para>Should Unity support single-pass stereo rendering?</para>
16392       </summary>
16393     </member>
16394     <member name=
"P:UnityEditor.PlayerSettings.splashScreenStyle">
16395       <summary>
16396         <para>The style to use
for the builtin Unity splash screen.</para>
16397       </summary>
16398     </member>
16399     <member name=
"P:UnityEditor.PlayerSettings.statusBarHidden">
16400       <summary>
16401         <para>Should status bar be hidden. Shared between iOS &amp; Android platforms.</para>
16402       </summary>
16403     </member>
16404     <member name=
"P:UnityEditor.PlayerSettings.stereoscopic3D">
16405       <summary>
16406         <para>Should player render
in stereoscopic 3d on supported hardware?</para>
16407       </summary>
16408     </member>
16409     <member name=
"P:UnityEditor.PlayerSettings.stripEngineCode">
16410       <summary>
16411         <para>Remove unused Engine code
from your build (IL2CPP-only).</para>
16412       </summary>
16413     </member>
16414     <member name=
"P:UnityEditor.PlayerSettings.strippingLevel">
16415       <summary>
16416         <para>Managed code stripping level.</para>
16417       </summary>
16418     </member>
16419     <member name=
"P:UnityEditor.PlayerSettings.stripUnusedMeshComponents">
16420       <summary>
16421         <para>Should unused Mesh components be excluded
from game build?</para>
16422       </summary>
16423     </member>
16424     <member name=
"P:UnityEditor.PlayerSettings.use32BitDisplayBuffer">
16425       <summary>
16426         <para>
32-bit Display Buffer is used.</para>
16427       </summary>
16428     </member>
16429     <member name=
"P:UnityEditor.PlayerSettings.useAnimatedAutorotation">
16430       <summary>
16431         <para>Let the OS autorotate the screen
as the device orientation changes.</para>
16432       </summary>
16433     </member>
16434     <member name=
"P:UnityEditor.PlayerSettings.useDirect3D11">
16435       <summary>
16436         <para>Should Direct3D
11 be used when available?</para>
16437       </summary>
16438     </member>
16439     <member name=
"P:UnityEditor.PlayerSettings.useMacAppStoreValidation">
16440       <summary>
16441         <para>Enable receipt validation
for the Mac App Store.</para>
16442       </summary>
16443     </member>
16444     <member name=
"P:UnityEditor.PlayerSettings.usePlayerLog">
16445       <summary>
16446         <para>Write a log file with debugging information.</para>
16447       </summary>
16448     </member>
16449     <member name=
"P:UnityEditor.PlayerSettings.virtualRealitySplashScreen">
16450       <summary>
16451         <para>Virtual Reality specific splash screen.</para>
16452       </summary>
16453     </member>
16454     <member name=
"P:UnityEditor.PlayerSettings.virtualRealitySupported">
16455       <summary>
16456         <para>Enable
virtual reality support.</para>
16457       </summary>
16458     </member>
16459     <member name=
"P:UnityEditor.PlayerSettings.visibleInBackground">
16460       <summary>
16461         <para>On Windows, show the application
in the background if Fullscreen Windowed mode is used.</para>
16462       </summary>
16463     </member>
16464     <member name=
"P:UnityEditor.PlayerSettings.xboxDeployKinectHeadOrientation">
16465       <summary>
16466         <para>Xbox
360 Kinect Head Orientation file deployment.</para>
16467       </summary>
16468     </member>
16469     <member name=
"P:UnityEditor.PlayerSettings.xboxDeployKinectHeadPosition">
16470       <summary>
16471         <para>Xbox
360 Kinect Head Position file deployment.</para>
16472       </summary>
16473     </member>
16474     <member name=
"P:UnityEditor.PlayerSettings.xboxDeployKinectResources">
16475       <summary>
16476         <para>Xbox
360 Kinect resource file deployment.</para>
16477       </summary>
16478     </member>
16479     <member name=
"P:UnityEditor.PlayerSettings.xboxEnableAvatar">
16480       <summary>
16481         <para>Xbox
360 Avatars.</para>
16482       </summary>
16483     </member>
16484     <member name=
"P:UnityEditor.PlayerSettings.xboxEnableKinect">
16485       <summary>
16486         <para>Xbox
360 Kinect title flag - if false, the Kinect APIs are inactive.</para>
16487       </summary>
16488     </member>
16489     <member name=
"P:UnityEditor.PlayerSettings.xboxEnableKinectAutoTracking">
16490       <summary>
16491         <para>Xbox
360 Kinect automatic skeleton tracking.</para>
16492       </summary>
16493     </member>
16494     <member name=
"P:UnityEditor.PlayerSettings.xboxEnableSpeech">
16495       <summary>
16496         <para>Xbox
360 Kinect Enable Speech Engine.</para>
16497       </summary>
16498     </member>
16499     <member name=
"P:UnityEditor.PlayerSettings.xboxGenerateSpa">
16500       <summary>
16501         <para>Xbox
360 auto-generation of _SPAConfig.cs.</para>
16502       </summary>
16503     </member>
16504     <member name=
"P:UnityEditor.PlayerSettings.xboxImageXexFilePath">
16505       <summary>
16506         <para>Xbox
360 ImageXex override configuration file path.</para>
16507       </summary>
16508     </member>
16509     <member name=
"P:UnityEditor.PlayerSettings.xboxSpaFilePath">
16510       <summary>
16511         <para>Xbox
360 SPA file path.</para>
16512       </summary>
16513     </member>
16514     <member name=
"P:UnityEditor.PlayerSettings.xboxSpeechDB">
16515       <summary>
16516         <para>Xbox
360 Kinect Speech DB.</para>
16517       </summary>
16518     </member>
16519     <member name=
"P:UnityEditor.PlayerSettings.xboxSplashScreen">
16520       <summary>
16521         <para>Xbox
360 splash screen.</para>
16522       </summary>
16523     </member>
16524     <member name=
"P:UnityEditor.PlayerSettings.xboxTitleId">
16525       <summary>
16526         <para>Xbox
360 title id.</para>
16527       </summary>
16528     </member>
16529     <member name=
"T:UnityEditor.PlayerSettings.Android">
16530       <summary>
16531         <para>Android specific player settings.</para>
16532       </summary>
16533     </member>
16534     <member name=
"P:UnityEditor.PlayerSettings.Android.androidIsGame">
16535       <summary>
16536         <para>Publish the build
as a game rather than a regular application. This option affects devices running Android 5.0 Lollipop and later</para>
16537       </summary>
16538     </member>
16539     <member name=
"P:UnityEditor.PlayerSettings.Android.androidTVCompatibility">
16540       <summary>
16541         <para>Provide a build that
is Android TV compatible.</para>
16542       </summary>
16543     </member>
16544     <member name=
"P:UnityEditor.PlayerSettings.Android.bundleVersionCode">
16545       <summary>
16546         <para>Android bundle version code.</para>
16547       </summary>
16548     </member>
16549     <member name=
"P:UnityEditor.PlayerSettings.Android.disableDepthAndStencilBuffers">
16550       <summary>
16551         <para>Disable Depth and Stencil Buffers.</para>
16552       </summary>
16553     </member>
16554     <member name=
"P:UnityEditor.PlayerSettings.Android.forceInternetPermission">
16555       <summary>
16556         <para>Force internet permission flag.</para>
16557       </summary>
16558     </member>
16559     <member name=
"P:UnityEditor.PlayerSettings.Android.forceSDCardPermission">
16560       <summary>
16561         <para>Force SD card permission.</para>
16562       </summary>
16563     </member>
16564     <member name=
"P:UnityEditor.PlayerSettings.Android.keyaliasName">
16565       <summary>
16566         <para>Android key
alias name.</para>
16567       </summary>
16568     </member>
16569     <member name=
"P:UnityEditor.PlayerSettings.Android.keyaliasPass">
16570       <summary>
16571         <para>Android key
alias password.</para>
16572       </summary>
16573     </member>
16574     <member name=
"P:UnityEditor.PlayerSettings.Android.keystoreName">
16575       <summary>
16576         <para>Android keystore name.</para>
16577       </summary>
16578     </member>
16579     <member name=
"P:UnityEditor.PlayerSettings.Android.keystorePass">
16580       <summary>
16581         <para>Android keystore password.</para>
16582       </summary>
16583     </member>
16584     <member name=
"P:UnityEditor.PlayerSettings.Android.licenseVerification">
16585       <summary>
16586         <para>License verification flag.</para>
16587       </summary>
16588     </member>
16589     <member name=
"P:UnityEditor.PlayerSettings.Android.minSdkVersion">
16590       <summary>
16591         <para>Minimal Android SDK version.</para>
16592       </summary>
16593     </member>
16594     <member name=
"P:UnityEditor.PlayerSettings.Android.preferredInstallLocation">
16595       <summary>
16596         <para>Preferred application install location.</para>
16597       </summary>
16598     </member>
16599     <member name=
"P:UnityEditor.PlayerSettings.Android.showActivityIndicatorOnLoading">
16600       <summary>
16601         <para>Application should show ActivityIndicator
when loading.</para>
16602       </summary>
16603     </member>
16604     <member name=
"P:UnityEditor.PlayerSettings.Android.splashScreenScale">
16605       <summary>
16606         <para>Android splash screen scale mode.</para>
16607       </summary>
16608     </member>
16609     <member name=
"P:UnityEditor.PlayerSettings.Android.targetDevice">
16610       <summary>
16611         <para>Android target device.</para>
16612       </summary>
16613     </member>
16614     <member name=
"P:UnityEditor.PlayerSettings.Android.use24BitDepthBuffer">
16615       <summary>
16616         <para>
24-bit Depth Buffer is used.</para>
16617       </summary>
16618     </member>
16619     <member name=
"P:UnityEditor.PlayerSettings.Android.useAPKExpansionFiles">
16620       <summary>
16621         <para>Use APK Expansion Files.</para>
16622       </summary>
16623     </member>
16624     <member name=
"M:UnityEditor.PlayerSettings.GetGraphicsAPIs(UnityEditor.BuildTarget)">
16625       <summary>
16626         <para>Get graphics APIs to be used
on a build platform.</para>
16627       </summary>
16628       <param name=
"platform">Platform to get APIs for.</param>
16629       <returns>
16630         <para>Array of graphics APIs.</para>
16631       </returns>
16632     </member>
16633     <member name=
"M:UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup)">
16634       <summary>
16635         <para>Returns the list of assigned icons
for the specified platform.</para>
16636       </summary>
16637       <param name=
"platform"></param>
16638     </member>
16639     <member name=
"M:UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup)">
16640       <summary>
16641         <para>Returns a list of icon sizes
for the specified platform.</para>
16642       </summary>
16643       <param name=
"platform"></param>
16644     </member>
16645     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyBool(System.String,UnityEditor.BuildTargetGroup)">
16646       <summary>
16647         <para>Returns a PlayerSettings named
bool property (with an optional build target it should apply to).</para>
16648       </summary>
16649       <param name=
"name">Name of the property.</param>
16650       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
16651       <returns>
16652         <para>The current
value of the property.</para>
16653       </returns>
16654     </member>
16655     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyInt(System.String,UnityEditor.BuildTargetGroup)">
16656       <summary>
16657         <para>Returns a PlayerSettings named
int property (with an optional build target it should apply to).</para>
16658       </summary>
16659       <param name=
"name">Name of the property.</param>
16660       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
16661       <returns>
16662         <para>The current
value of the property.</para>
16663       </returns>
16664     </member>
16665     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String,System.Boolean&amp;,UnityEditor.BuildTargetGroup)">
16666       <summary>
16667         <para>Searches
for property and assigns it's value to given variable.</para>
16668       </summary>
16669       <param name=
"name">Name of the property.</param>
16670       <param name=
"value">Variable, to which to store the value of the property, if set.</param>
16671       <param name=
"target">An optional build target group, to which the property applies.</param>
16672       <returns>
16673         <para>True
if property was set and it's value assigned to given variable.</para>
16674       </returns>
16675     </member>
16676     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String,System.Int32&amp;,UnityEditor.BuildTargetGroup)">
16677       <summary>
16678         <para>Searches
for property and assigns it's value to given variable.</para>
16679       </summary>
16680       <param name=
"name">Name of the property.</param>
16681       <param name=
"value">Variable, to which to store the value of the property, if set.</param>
16682       <param name=
"target">An optional build target group, to which the property applies.</param>
16683       <returns>
16684         <para>True
if property was set and it's value assigned to given variable.</para>
16685       </returns>
16686     </member>
16687     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String,System.String&amp;,UnityEditor.BuildTargetGroup)">
16688       <summary>
16689         <para>Searches
for property and assigns it's value to given variable.</para>
16690       </summary>
16691       <param name=
"name">Name of the property.</param>
16692       <param name=
"value">Variable, to which to store the value of the property, if set.</param>
16693       <param name=
"target">An optional build target group, to which the property applies.</param>
16694       <returns>
16695         <para>True
if property was set and it's value assigned to given variable.</para>
16696       </returns>
16697     </member>
16698     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyString(System.String,UnityEditor.BuildTargetGroup)">
16699       <summary>
16700         <para>Returns a PlayerSettings named
string property (with an optional build target it should apply to).</para>
16701       </summary>
16702       <param name=
"name">Name of the property.</param>
16703       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
16704       <returns>
16705         <para>The current
value of the property.</para>
16706       </returns>
16707     </member>
16708     <member name=
"M:UnityEditor.PlayerSettings.GetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup)">
16709       <summary>
16710         <para>Get user-specified symbols
for script compilation for the given build target group.</para>
16711       </summary>
16712       <param name=
"targetGroup"></param>
16713     </member>
16714     <member name=
"M:UnityEditor.PlayerSettings.GetStackTraceLogType(UnityEngine.LogType)">
16715       <summary>
16716         <para>Get stack trace logging options.</para>
16717       </summary>
16718       <param name=
"logType"></param>
16719     </member>
16720     <member name=
"M:UnityEditor.PlayerSettings.GetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget)">
16721       <summary>
16722         <para>Is a build platform
using automatic graphics API choice?</para>
16723       </summary>
16724       <param name=
"platform">Platform to get the flag for.</param>
16725       <returns>
16726         <para>Should best available graphics API be used.</para>
16727       </returns>
16728     </member>
16729     <member name=
"M:UnityEditor.PlayerSettings.HasAspectRatio(UnityEditor.AspectRatio)">
16730       <summary>
16731         <para>Returns whether or not the specified aspect ratio
is enabled.</para>
16732       </summary>
16733       <param name=
"aspectRatio"></param>
16734     </member>
16735     <member name=
"T:UnityEditor.PlayerSettings.iOS">
16736       <summary>
16737         <para>iOS specific player settings.</para>
16738       </summary>
16739     </member>
16740     <member name=
"P:UnityEditor.PlayerSettings.iOS.allowHTTPDownload">
16741       <summary>
16742         <para>Should insecure HTTP downloads be allowed?</para>
16743       </summary>
16744     </member>
16745     <member name=
"P:UnityEditor.PlayerSettings.iOS.appleDeveloperTeamID">
16746       <summary>
16747         <para>Set
this property with your Apple Developer Team ID. You can find this on the Apple Developer website under &lt;a href="https:developer.apple.comaccount#membership"&gt; Account &gt; Membership &lt;/a&gt; . This sets the Team ID for the generated Xcode project, allowing developers to use the Build and Run functionality. An Apple Developer Team ID must be set here for automatic signing of your app.</para>
16748       </summary>
16749     </member>
16750     <member name=
"P:UnityEditor.PlayerSettings.iOS.applicationDisplayName">
16751       <summary>
16752         <para>iOS application display name.</para>
16753       </summary>
16754     </member>
16755     <member name=
"P:UnityEditor.PlayerSettings.iOS.buildNumber">
16756       <summary>
16757         <para>The build number of the bundle.</para>
16758       </summary>
16759     </member>
16760     <member name=
"P:UnityEditor.PlayerSettings.iOS.cameraUsageDescription">
16761       <summary>
16762         <para>Describes the reason
for access to the user's camera.</para>
16763       </summary>
16764     </member>
16765     <member name=
"P:UnityEditor.PlayerSettings.iOS.exitOnSuspend">
16766       <summary>
16767         <para>Application should exit
when suspended to background.</para>
16768       </summary>
16769     </member>
16770     <member name=
"P:UnityEditor.PlayerSettings.iOS.locationUsageDescription">
16771       <summary>
16772         <para>Describes the reason
for access to the user's location data.</para>
16773       </summary>
16774     </member>
16775     <member name=
"P:UnityEditor.PlayerSettings.iOS.microphoneUsageDescription">
16776       <summary>
16777         <para>Describes the reason
for access to the user's microphone.</para>
16778       </summary>
16779     </member>
16780     <member name=
"P:UnityEditor.PlayerSettings.iOS.overrideIPodMusic">
16781       <summary>
16782         <para>Determines iPod playing behavior.</para>
16783       </summary>
16784     </member>
16785     <member name=
"P:UnityEditor.PlayerSettings.iOS.prerenderedIcon">
16786       <summary>
16787         <para>Icon
is prerendered.</para>
16788       </summary>
16789     </member>
16790     <member name=
"P:UnityEditor.PlayerSettings.iOS.requiresFullScreen">
16791       <summary>
16792         <para>RequiresFullScreen maps to Apple
's plist build setting UIRequiresFullScreen, which is used to opt out of being eligible to participate in Slide Over and Split View for iOS 9.0 multitasking.</para>
16793       </summary>
16794     </member>
16795     <member name=
"P:UnityEditor.PlayerSettings.iOS.requiresPersistentWiFi">
16796       <summary>
16797         <para>Application requires persistent WiFi.</para>
16798       </summary>
16799     </member>
16800     <member name=
"P:UnityEditor.PlayerSettings.iOS.scriptCallOptimization">
16801       <summary>
16802         <para>Script calling optimization.</para>
16803       </summary>
16804     </member>
16805     <member name=
"P:UnityEditor.PlayerSettings.iOS.sdkVersion">
16806       <summary>
16807         <para>Active iOS SDK version used
for build.</para>
16808       </summary>
16809     </member>
16810     <member name=
"P:UnityEditor.PlayerSettings.iOS.showActivityIndicatorOnLoading">
16811       <summary>
16812         <para>Application should show ActivityIndicator
when loading.</para>
16813       </summary>
16814     </member>
16815     <member name=
"P:UnityEditor.PlayerSettings.iOS.statusBarStyle">
16816       <summary>
16817         <para>Status bar style.</para>
16818       </summary>
16819     </member>
16820     <member name=
"P:UnityEditor.PlayerSettings.iOS.targetDevice">
16821       <summary>
16822         <para>Targeted device.</para>
16823       </summary>
16824     </member>
16825     <member name=
"P:UnityEditor.PlayerSettings.iOS.targetOSVersion">
16826       <summary>
16827         <para>Deployment minimal version of iOS.</para>
16828       </summary>
16829     </member>
16830     <member name=
"P:UnityEditor.PlayerSettings.iOS.useOnDemandResources">
16831       <summary>
16832         <para>Indicates whether application will use On Demand Resources (ODR) API.</para>
16833       </summary>
16834     </member>
16835     <member name=
"P:UnityEditor.PlayerSettings.MTRendering">
16836       <summary>
16837         <para>Is multi-threaded rendering enabled?</para>
16838       </summary>
16839     </member>
16840     <member name=
"T:UnityEditor.PlayerSettings.PS3">
16841       <summary>
16842         <para>PS3 specific player settings.</para>
16843       </summary>
16844     </member>
16845     <member name=
"P:UnityEditor.PlayerSettings.PS3.backgroundPath">
16846       <summary>
16847         <para>backgroundPath</para>
16848       </summary>
16849     </member>
16850     <member name=
"P:UnityEditor.PlayerSettings.PS3.bootCheckMaxSaveGameSizeKB">
16851       <summary>
16852         <para>bootCheckMaxSaveGameSizeKB</para>
16853       </summary>
16854     </member>
16855     <member name=
"P:UnityEditor.PlayerSettings.PS3.dlcConfigPath">
16856       <summary>
16857         <para>dlcConfigPath</para>
16858       </summary>
16859     </member>
16860     <member name=
"P:UnityEditor.PlayerSettings.PS3.npAgeRating">
16861       <summary>
16862         <para>npAgeRating</para>
16863       </summary>
16864     </member>
16865     <member name=
"P:UnityEditor.PlayerSettings.PS3.npCommunicationPassphrase">
16866       <summary>
16867         <para>npCommunicationPassphrase</para>
16868       </summary>
16869     </member>
16870     <member name=
"P:UnityEditor.PlayerSettings.PS3.npTrophyCommId">
16871       <summary>
16872         <para>npTrophyCommId</para>
16873       </summary>
16874     </member>
16875     <member name=
"P:UnityEditor.PlayerSettings.PS3.npTrophyCommSig">
16876       <summary>
16877         <para>npTrophyCommSig</para>
16878       </summary>
16879     </member>
16880     <member name=
"P:UnityEditor.PlayerSettings.PS3.npTrophyPackagePath">
16881       <summary>
16882         <para>npTrophyPackagePath</para>
16883       </summary>
16884     </member>
16885     <member name=
"P:UnityEditor.PlayerSettings.PS3.ps3SplashScreen">
16886       <summary>
16887         <para>Texture to use
for PS3 Splash Screen on boot.</para>
16888       </summary>
16889     </member>
16890     <member name=
"P:UnityEditor.PlayerSettings.PS3.saveGameSlots">
16891       <summary>
16892         <para>saveGameSlots</para>
16893       </summary>
16894     </member>
16895     <member name=
"P:UnityEditor.PlayerSettings.PS3.soundPath">
16896       <summary>
16897         <para>soundPath</para>
16898       </summary>
16899     </member>
16900     <member name=
"P:UnityEditor.PlayerSettings.PS3.thumbnailPath">
16901       <summary>
16902         <para>thumbnailPath</para>
16903       </summary>
16904     </member>
16905     <member name=
"P:UnityEditor.PlayerSettings.PS3.titleConfigPath">
16906       <summary>
16907         <para>titleConfigPath</para>
16908       </summary>
16909     </member>
16910     <member name=
"P:UnityEditor.PlayerSettings.PS3.trialMode">
16911       <summary>
16912         <para>TrialMode.</para>
16913       </summary>
16914     </member>
16915     <member name=
"P:UnityEditor.PlayerSettings.PS3.videoMemoryForAudio">
16916       <summary>
16917         <para>Amount of video memory (
in MB) to use as audio storage.</para>
16918       </summary>
16919     </member>
16920     <member name=
"P:UnityEditor.PlayerSettings.PS3.videoMemoryForVertexBuffers">
16921       <summary>
16922         <para>The amount of video memory (
in MB) that is set aside for vertex data allocations. Allocations which do not fit into the area are allocated from system memory.</para>
16923       </summary>
16924     </member>
16925     <member name=
"P:UnityEditor.PlayerSettings.PS3.DisableDolbyEncoding">
16926       <summary>
16927         <para>DisableDolbyEncoding</para>
16928       </summary>
16929     </member>
16930     <member name=
"P:UnityEditor.PlayerSettings.PS3.EnableMoveSupport">
16931       <summary>
16932         <para>EnableMoveSupport</para>
16933       </summary>
16934     </member>
16935     <member name=
"P:UnityEditor.PlayerSettings.PS3.EnableVerboseMemoryStats">
16936       <summary>
16937         <para>Toggle
for verbose memory statistics.</para>
16938       </summary>
16939     </member>
16940     <member name=
"P:UnityEditor.PlayerSettings.PS3.UseSPUForUmbra">
16941       <summary>
16942         <para>UseSPUForUmbra</para>
16943       </summary>
16944     </member>
16945     <member name=
"T:UnityEditor.PlayerSettings.PS4.PS4AppCategory">
16946       <summary>
16947         <para>PS4 application category.</para>
16948       </summary>
16949     </member>
16950     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4AppCategory.Application">
16951       <summary>
16952         <para>Application.</para>
16953       </summary>
16954     </member>
16955     <member name=
"T:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment">
16956       <summary>
16957         <para>PS4 enter button assignment.</para>
16958       </summary>
16959     </member>
16960     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton">
16961       <summary>
16962         <para>Circle button.</para>
16963       </summary>
16964     </member>
16965     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton">
16966       <summary>
16967         <para>Cross button.</para>
16968       </summary>
16969     </member>
16970     <member name=
"T:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment">
16971       <summary>
16972         <para>Remote Play key assignment.</para>
16973       </summary>
16974     </member>
16975     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None">
16976       <summary>
16977         <para>No Remote play key assignment.</para>
16978       </summary>
16979     </member>
16980     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA">
16981       <summary>
16982         <para>Remote Play key layout configuration A.</para>
16983       </summary>
16984     </member>
16985     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB">
16986       <summary>
16987         <para>Remote Play key layout configuration B.</para>
16988       </summary>
16989     </member>
16990     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC">
16991       <summary>
16992         <para>Remote Play key layout configuration C.</para>
16993       </summary>
16994     </member>
16995     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD">
16996       <summary>
16997         <para>Remote Play key layout configuration D.</para>
16998       </summary>
16999     </member>
17000     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE">
17001       <summary>
17002         <para>Remote Play key layout configuration E.</para>
17003       </summary>
17004     </member>
17005     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF">
17006       <summary>
17007         <para>Remote Play key layout configuration F.</para>
17008       </summary>
17009     </member>
17010     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG">
17011       <summary>
17012         <para>Remote Play key layout configuration G.</para>
17013       </summary>
17014     </member>
17015     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH">
17016       <summary>
17017         <para>Remote Play key layout configuration H.</para>
17018       </summary>
17019     </member>
17020     <member name=
"T:UnityEditor.PlayerSettings.PSVita">
17021       <summary>
17022         <para>PS Vita specific player settings.</para>
17023       </summary>
17024     </member>
17025     <member name=
"P:UnityEditor.PlayerSettings.PSVita.acquireBGM">
17026       <summary>
17027         <para>Aquire PS Vita background music.</para>
17028       </summary>
17029     </member>
17030     <member name=
"P:UnityEditor.PlayerSettings.PSVita.appVersion">
17031       <summary>
17032         <para>The PS Vita application version.</para>
17033       </summary>
17034     </member>
17035     <member name=
"P:UnityEditor.PlayerSettings.PSVita.category">
17036       <summary>
17037         <para>The package build category.</para>
17038       </summary>
17039     </member>
17040     <member name=
"P:UnityEditor.PlayerSettings.PSVita.contentID">
17041       <summary>
17042         <para>The applications content ID.</para>
17043       </summary>
17044     </member>
17045     <member name=
"P:UnityEditor.PlayerSettings.PSVita.drmType">
17046       <summary>
17047         <para>PS Vita DRM Type.</para>
17048       </summary>
17049     </member>
17050     <member name=
"P:UnityEditor.PlayerSettings.PSVita.enterButtonAssignment">
17051       <summary>
17052         <para>Specifies whether circle or cross will be used
as the default enter button.</para>
17053       </summary>
17054     </member>
17055     <member name=
"P:UnityEditor.PlayerSettings.PSVita.healthWarning">
17056       <summary>
17057         <para>Specifies whether or not a health warning will be added to the software manual.</para>
17058       </summary>
17059     </member>
17060     <member name=
"P:UnityEditor.PlayerSettings.PSVita.infoBarColor">
17061       <summary>
17062         <para>Specifies the color of the PS Vita information bar,
true = white, false = black.</para>
17063       </summary>
17064     </member>
17065     <member name=
"P:UnityEditor.PlayerSettings.PSVita.infoBarOnStartup">
17066       <summary>
17067         <para>Specifies whether or not to show the PS Vita information bar
when the application starts.</para>
17068       </summary>
17069     </member>
17070     <member name=
"P:UnityEditor.PlayerSettings.PSVita.keystoneFile">
17071       <summary>
17072         <para>Keystone file.</para>
17073       </summary>
17074     </member>
17075     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaBackroundPath">
17076       <summary>
17077         <para>PS Vita Live area background image.</para>
17078       </summary>
17079     </member>
17080     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaGatePath">
17081       <summary>
17082         <para>PS Vita Live area gate image.</para>
17083       </summary>
17084     </member>
17085     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaPath">
17086       <summary>
17087         <para>PS Vita Live area path.</para>
17088       </summary>
17089     </member>
17090     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaTrialPath">
17091       <summary>
17092         <para>PS Vita Live area trial path.</para>
17093       </summary>
17094     </member>
17095     <member name=
"P:UnityEditor.PlayerSettings.PSVita.manualPath">
17096       <summary>
17097         <para>PS Vita sofware manual.</para>
17098       </summary>
17099     </member>
17100     <member name=
"P:UnityEditor.PlayerSettings.PSVita.masterVersion">
17101       <summary>
17102         <para>PS Vita content master version.</para>
17103       </summary>
17104     </member>
17105     <member name=
"P:UnityEditor.PlayerSettings.PSVita.mediaCapacity">
17106       <summary>
17107         <para>Should always =
01.00.</para>
17108       </summary>
17109     </member>
17110     <member name=
"P:UnityEditor.PlayerSettings.PSVita.memoryExpansionMode">
17111       <summary>
17112         <para>PS Vita memory expansion mode.</para>
17113       </summary>
17114     </member>
17115     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npAgeRating">
17116       <summary>
17117         <para>PSN Age rating.</para>
17118       </summary>
17119     </member>
17120     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npCommsPassphrase">
17121       <summary>
17122         <para>PS Vita NP Passphrase.</para>
17123       </summary>
17124     </member>
17125     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npCommsSig">
17126       <summary>
17127         <para>PS Vita NP Signature.</para>
17128       </summary>
17129     </member>
17130     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npCommunicationsID">
17131       <summary>
17132         <para>PS Vita NP Communications ID.</para>
17133       </summary>
17134     </member>
17135     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npSupportGBMorGJP">
17136       <summary>
17137         <para>Support Game Boot Message or Game Joining Presence.</para>
17138       </summary>
17139     </member>
17140     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npTitleDatPath">
17141       <summary>
17142         <para>PS Vita NP Title Data File.</para>
17143       </summary>
17144     </member>
17145     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npTrophyPackPath">
17146       <summary>
17147         <para>Path specifying wher to copy a trophy pack
from.</para>
17148       </summary>
17149     </member>
17150     <member name=
"P:UnityEditor.PlayerSettings.PSVita.packagePassword">
17151       <summary>
17152         <para>
32 character password for use if you want to access the contents of a package.</para>
17153       </summary>
17154     </member>
17155     <member name=
"P:UnityEditor.PlayerSettings.PSVita.paramSfxPath">
17156       <summary>
17157         <para>Path specifying
where to copy the package parameter file (param.sfx) from.</para>
17158       </summary>
17159     </member>
17160     <member name=
"P:UnityEditor.PlayerSettings.PSVita.parentalLevel">
17161       <summary>
17162         <para>PS Vita parental level.</para>
17163       </summary>
17164     </member>
17165     <member name=
"P:UnityEditor.PlayerSettings.PSVita.patchChangeInfoPath">
17166       <summary>
17167         <para>For cumlative patch packages.</para>
17168       </summary>
17169     </member>
17170     <member name=
"P:UnityEditor.PlayerSettings.PSVita.patchOriginalPackage">
17171       <summary>
17172         <para>For building cumulative patch packages.</para>
17173       </summary>
17174     </member>
17175     <member name=
"P:UnityEditor.PlayerSettings.PSVita.powerMode">
17176       <summary>
17177         <para>PS Vita power mode.</para>
17178       </summary>
17179     </member>
17180     <member name=
"P:UnityEditor.PlayerSettings.PSVita.saveDataQuota">
17181       <summary>
17182         <para>Save data quota.</para>
17183       </summary>
17184     </member>
17185     <member name=
"P:UnityEditor.PlayerSettings.PSVita.shortTitle">
17186       <summary>
17187         <para>The applications
short title.</para>
17188       </summary>
17189     </member>
17190     <member name=
"P:UnityEditor.PlayerSettings.PSVita.storageType">
17191       <summary>
17192         <para>PS Vita media type.</para>
17193       </summary>
17194     </member>
17195     <member name=
"P:UnityEditor.PlayerSettings.PSVita.tvBootMode">
17196       <summary>
17197         <para>PS Vita TV boot mode.</para>
17198       </summary>
17199     </member>
17200     <member name=
"P:UnityEditor.PlayerSettings.PSVita.tvDisableEmu">
17201       <summary>
17202         <para>PS Vita TV Disable Emu flag.</para>
17203       </summary>
17204     </member>
17205     <member name=
"P:UnityEditor.PlayerSettings.PSVita.upgradable">
17206       <summary>
17207         <para>Indicates that
this is an upgradable (trial) type application which can be converted to a full application by purchasing an upgrade.</para>
17208       </summary>
17209     </member>
17210     <member name=
"P:UnityEditor.PlayerSettings.PSVita.useLibLocation">
17211       <summary>
17212         <para>Support
for the PS Vita location library was removed by SCE in SDK 3.570.</para>
17213       </summary>
17214     </member>
17215     <member name=
"P:UnityEditor.PlayerSettings.PSVita.AllowTwitterDialog">
17216       <summary>
17217         <para>Support
for the PS Vita twitter dialog was removed by SCE in SDK 3.570.</para>
17218       </summary>
17219     </member>
17220     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory">
17221       <summary>
17222         <para>Application package category
enum.</para>
17223       </summary>
17224     </member>
17225     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.Application">
17226       <summary>
17227         <para>An application package.</para>
17228       </summary>
17229     </member>
17230     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch">
17231       <summary>
17232         <para>Application patch package.</para>
17233       </summary>
17234     </member>
17235     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType">
17236       <summary>
17237         <para>DRM type
enum.</para>
17238       </summary>
17239     </member>
17240     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.Free">
17241       <summary>
17242         <para>Free content.</para>
17243       </summary>
17244     </member>
17245     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.PaidFor">
17246       <summary>
17247         <para>Paid
for content.</para>
17248       </summary>
17249     </member>
17250     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment">
17251       <summary>
17252         <para>Enter button assignment
enum.</para>
17253       </summary>
17254     </member>
17255     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton">
17256       <summary>
17257         <para>Circle button.</para>
17258       </summary>
17259     </member>
17260     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton">
17261       <summary>
17262         <para>Cross button.</para>
17263       </summary>
17264     </member>
17265     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default">
17266       <summary>
17267         <para>Default.</para>
17268       </summary>
17269     </member>
17270     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode">
17271       <summary>
17272         <para>Memory expansion mode
enum.</para>
17273       </summary>
17274     </member>
17275     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB">
17276       <summary>
17277         <para>Enable 109MB memory expansion mode.</para>
17278       </summary>
17279     </member>
17280     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB">
17281       <summary>
17282         <para>Enable 29MB memory expansion mode.</para>
17283       </summary>
17284     </member>
17285     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB">
17286       <summary>
17287         <para>Enable 77MB memory expansion mode.</para>
17288       </summary>
17289     </member>
17290     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None">
17291       <summary>
17292         <para>Memory expansion disabled.</para>
17293       </summary>
17294     </member>
17295     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode">
17296       <summary>
17297         <para>Power mode
enum.</para>
17298       </summary>
17299     </member>
17300     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeA">
17301       <summary>
17302         <para>Mode A -
default.</para>
17303       </summary>
17304     </member>
17305     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeB">
17306       <summary>
17307         <para>Mode B - GPU High - No WLAN or COM.</para>
17308       </summary>
17309     </member>
17310     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeC">
17311       <summary>
17312         <para>Mode C - GPU High - No Camera, OLED Low brightness.</para>
17313       </summary>
17314     </member>
17315     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode">
17316       <summary>
17317         <para>PS Vita TV boot mode
enum.</para>
17318       </summary>
17319     </member>
17320     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.Default">
17321       <summary>
17322         <para>Default (Managed
by System Software) (SCEE or SCEA).</para>
17323       </summary>
17324     </member>
17325     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable">
17326       <summary>
17327         <para>PS Vita Bootable, PS Vita TV Bootable (SCEJ or SCE Asia).</para>
17328       </summary>
17329     </member>
17330     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable">
17331       <summary>
17332         <para>PS Vita Bootable, PS Vita TV Not Bootable (SCEJ or SCE Asia).</para>
17333       </summary>
17334     </member>
17335     <member name=
"T:UnityEditor.PlayerSettings.SamsungTV">
17336       <summary>
17337         <para>Samsung Smart TV specific Player Settings.</para>
17338       </summary>
17339     </member>
17340     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.deviceAddress">
17341       <summary>
17342         <para>The address used
when accessing the device.</para>
17343       </summary>
17344     </member>
17345     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productAuthor">
17346       <summary>
17347         <para>Author of the created product.</para>
17348       </summary>
17349     </member>
17350     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productAuthorEmail">
17351       <summary>
17352         <para>Product author
's e-mail.</para>
17353       </summary>
17354     </member>
17355     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productCategory">
17356       <summary>
17357         <para>The category of the created product.</para>
17358       </summary>
17359     </member>
17360     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productDescription">
17361       <summary>
17362         <para>The description of the created product.</para>
17363       </summary>
17364     </member>
17365     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productLink">
17366       <summary>
17367         <para>The author
's website link.</para>
17368       </summary>
17369     </member>
17370     <member name=
"T:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories">
17371       <summary>
17372         <para>Types of available product categories.</para>
17373       </summary>
17374     </member>
17375     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Education">
17376       <summary>
17377         <para>The education category.</para>
17378       </summary>
17379     </member>
17380     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Games">
17381       <summary>
17382         <para>The games category (
default).</para>
17383       </summary>
17384     </member>
17385     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Information">
17386       <summary>
17387         <para>The information category.</para>
17388       </summary>
17389     </member>
17390     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids">
17391       <summary>
17392         <para>The kids category.</para>
17393       </summary>
17394     </member>
17395     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle">
17396       <summary>
17397         <para>The lifestyle category.</para>
17398       </summary>
17399     </member>
17400     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports">
17401       <summary>
17402         <para>The sports category.</para>
17403       </summary>
17404     </member>
17405     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos">
17406       <summary>
17407         <para>The videos category.</para>
17408       </summary>
17409     </member>
17410     <member name=
"M:UnityEditor.PlayerSettings.SetAspectRatio(UnityEditor.AspectRatio,System.Boolean)">
17411       <summary>
17412         <para>Enables the specified aspect ratio.</para>
17413       </summary>
17414       <param name=
"aspectRatio"></param>
17415       <param name=
"enable"></param>
17416     </member>
17417     <member name=
"M:UnityEditor.PlayerSettings.SetGraphicsAPIs(UnityEditor.BuildTarget,UnityEngine.Rendering.GraphicsDeviceType[])">
17418       <summary>
17419         <para>Set graphics APIs to be used
on a build platform.</para>
17420       </summary>
17421       <param name=
"platform">Platform to set APIs for.</param>
17422       <param name=
"apis">Array of graphics APIs.</param>
17423     </member>
17424     <member name=
"M:UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[])">
17425       <summary>
17426         <para>Assign a list of icons
for the specified platform.</para>
17427       </summary>
17428       <param name=
"platform"></param>
17429       <param name=
"icons"></param>
17430     </member>
17431     <member name=
"M:UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean,UnityEditor.BuildTargetGroup)">
17432       <summary>
17433         <para>Sets a PlayerSettings named
bool property.</para>
17434       </summary>
17435       <param name=
"name">Name of the property.</param>
17436       <param name=
"value">Value of the property (bool).</param>
17437       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
17438     </member>
17439     <member name=
"M:UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32,UnityEditor.BuildTargetGroup)">
17440       <summary>
17441         <para>Sets a PlayerSettings named
int property.</para>
17442       </summary>
17443       <param name=
"name">Name of the property.</param>
17444       <param name=
"value">Value of the property (int).</param>
17445       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
17446     </member>
17447     <member name=
"M:UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String,UnityEditor.BuildTargetGroup)">
17448       <summary>
17449         <para>Sets a PlayerSettings named
string property.</para>
17450       </summary>
17451       <param name=
"name">Name of the property.</param>
17452       <param name=
"value">Value of the property (string).</param>
17453       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
17454     </member>
17455     <member name=
"M:UnityEditor.PlayerSettings.SetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup,System.String)">
17456       <summary>
17457         <para>Set user-specified symbols
for script compilation for the given build target group.</para>
17458       </summary>
17459       <param name=
"targetGroup"></param>
17460       <param name=
"defines"></param>
17461     </member>
17462     <member name=
"M:UnityEditor.PlayerSettings.SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)">
17463       <summary>
17464         <para>Set stack trace logging options.
17465 Note: calling
this function will implicitly call Application.SetStackTraceLogType.</para>
17466       </summary>
17467       <param name=
"logType"></param>
17468       <param name=
"stackTraceType"></param>
17469     </member>
17470     <member name=
"M:UnityEditor.PlayerSettings.SetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget,System.Boolean)">
17471       <summary>
17472         <para>Should a build platform use automatic graphics API choice.</para>
17473       </summary>
17474       <param name=
"platform">Platform to set the flag for.</param>
17475       <param name=
"automatic">Should best available graphics API be used?</param>
17476     </member>
17477     <member name=
"T:UnityEditor.PlayerSettings.Tizen">
17478       <summary>
17479         <para>Tizen specific player settings.</para>
17480       </summary>
17481     </member>
17482     <member name=
"P:UnityEditor.PlayerSettings.Tizen.minOSVersion">
17483       <summary>
17484         <para>Minimum Tizen OS version that
this application is compatible with.
17485         IMPORTANT: For example:
if you choose Tizen 2.4 your application will only run on devices with Tizen 2.4 or later.</para>
17486       </summary>
17487     </member>
17488     <member name=
"P:UnityEditor.PlayerSettings.Tizen.productDescription">
17489       <summary>
17490         <para>Description of your project to be displayed
in the Tizen Store.</para>
17491       </summary>
17492     </member>
17493     <member name=
"P:UnityEditor.PlayerSettings.Tizen.productURL">
17494       <summary>
17495         <para>URL of your project to be displayed
in the Tizen Store.</para>
17496       </summary>
17497     </member>
17498     <member name=
"P:UnityEditor.PlayerSettings.Tizen.showActivityIndicatorOnLoading">
17499       <summary>
17500         <para>Sets or gets the game loading indicator style.For available styles see TizenShowActivityIndicatorOnLoading.</para>
17501       </summary>
17502     </member>
17503     <member name=
"P:UnityEditor.PlayerSettings.Tizen.signingProfileName">
17504       <summary>
17505         <para>Name of the security profile to code sign Tizen applications with.</para>
17506       </summary>
17507     </member>
17508     <member name=
"T:UnityEditor.PlayerSettings.TizenCapability">
17509       <summary>
17510         <para>Tizen application capabilities.</para>
17511       </summary>
17512     </member>
17513     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AccountRead">
17514       <summary>
17515         <para></para>
17516       </summary>
17517     </member>
17518     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AccountWrite">
17519       <summary>
17520         <para></para>
17521       </summary>
17522     </member>
17523     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AlarmGet">
17524       <summary>
17525         <para></para>
17526       </summary>
17527     </member>
17528     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AlarmSet">
17529       <summary>
17530         <para></para>
17531       </summary>
17532     </member>
17533     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AppManagerLaunch">
17534       <summary>
17535         <para></para>
17536       </summary>
17537     </member>
17538     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Bluetooth">
17539       <summary>
17540         <para></para>
17541       </summary>
17542     </member>
17543     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CalendarRead">
17544       <summary>
17545         <para></para>
17546       </summary>
17547     </member>
17548     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CalendarWrite">
17549       <summary>
17550         <para></para>
17551       </summary>
17552     </member>
17553     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Call">
17554       <summary>
17555         <para></para>
17556       </summary>
17557     </member>
17558     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CallHistoryRead">
17559       <summary>
17560         <para></para>
17561       </summary>
17562     </member>
17563     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CallHistoryWrite">
17564       <summary>
17565         <para></para>
17566       </summary>
17567     </member>
17568     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Camera">
17569       <summary>
17570         <para></para>
17571       </summary>
17572     </member>
17573     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ContactRead">
17574       <summary>
17575         <para></para>
17576       </summary>
17577     </member>
17578     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ContactWrite">
17579       <summary>
17580         <para></para>
17581       </summary>
17582     </member>
17583     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ContentWrite">
17584       <summary>
17585         <para></para>
17586       </summary>
17587     </member>
17588     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.DataSharing">
17589       <summary>
17590         <para></para>
17591       </summary>
17592     </member>
17593     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Display">
17594       <summary>
17595         <para></para>
17596       </summary>
17597     </member>
17598     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Download">
17599       <summary>
17600         <para></para>
17601       </summary>
17602     </member>
17603     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Email">
17604       <summary>
17605         <para></para>
17606       </summary>
17607     </member>
17608     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ExternalStorage">
17609       <summary>
17610         <para></para>
17611       </summary>
17612     </member>
17613     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ExternalStorageAppData">
17614       <summary>
17615         <para></para>
17616       </summary>
17617     </member>
17618     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Haptic">
17619       <summary>
17620         <para></para>
17621       </summary>
17622     </member>
17623     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Internet">
17624       <summary>
17625         <para></para>
17626       </summary>
17627     </member>
17628     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.KeyManager">
17629       <summary>
17630         <para></para>
17631       </summary>
17632     </member>
17633     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.LED">
17634       <summary>
17635         <para></para>
17636       </summary>
17637     </member>
17638     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Location">
17639       <summary>
17640         <para></para>
17641       </summary>
17642     </member>
17643     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.MediaStorage">
17644       <summary>
17645         <para></para>
17646       </summary>
17647     </member>
17648     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.MessageRead">
17649       <summary>
17650         <para></para>
17651       </summary>
17652     </member>
17653     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.MessageWrite">
17654       <summary>
17655         <para></para>
17656       </summary>
17657     </member>
17658     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NetworkGet">
17659       <summary>
17660         <para></para>
17661       </summary>
17662     </member>
17663     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NetworkProfile">
17664       <summary>
17665         <para></para>
17666       </summary>
17667     </member>
17668     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NetworkSet">
17669       <summary>
17670         <para></para>
17671       </summary>
17672     </member>
17673     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NFC">
17674       <summary>
17675         <para></para>
17676       </summary>
17677     </member>
17678     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NFCCardEmulation">
17679       <summary>
17680         <para></para>
17681       </summary>
17682     </member>
17683     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Notification">
17684       <summary>
17685         <para></para>
17686       </summary>
17687     </member>
17688     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.PackageManagerInfo">
17689       <summary>
17690         <para></para>
17691       </summary>
17692     </member>
17693     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Power">
17694       <summary>
17695         <para></para>
17696       </summary>
17697     </member>
17698     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Push">
17699       <summary>
17700         <para></para>
17701       </summary>
17702     </member>
17703     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Recorder">
17704       <summary>
17705         <para></para>
17706       </summary>
17707     </member>
17708     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Shortcut">
17709       <summary>
17710         <para></para>
17711       </summary>
17712     </member>
17713     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.SystemSettings">
17714       <summary>
17715         <para></para>
17716       </summary>
17717     </member>
17718     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Telephony">
17719       <summary>
17720         <para></para>
17721       </summary>
17722     </member>
17723     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.VolumeSet">
17724       <summary>
17725         <para></para>
17726       </summary>
17727     </member>
17728     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.WifiDirect">
17729       <summary>
17730         <para></para>
17731       </summary>
17732     </member>
17733     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.WindowPrioritySet">
17734       <summary>
17735         <para></para>
17736       </summary>
17737     </member>
17738     <member name=
"T:UnityEditor.PlayerSettings.tvOS">
17739       <summary>
17740         <para>tvOS specific player settings.</para>
17741       </summary>
17742     </member>
17743     <member name=
"P:UnityEditor.PlayerSettings.tvOS.requireExtendedGameController">
17744       <summary>
17745         <para>Indicates that the game requires an extended game controller.</para>
17746       </summary>
17747     </member>
17748     <member name=
"P:UnityEditor.PlayerSettings.tvOS.sdkVersion">
17749       <summary>
17750         <para>Active tvOS SDK version used
for build.</para>
17751       </summary>
17752     </member>
17753     <member name=
"P:UnityEditor.PlayerSettings.tvOS.targetOSVersion">
17754       <summary>
17755         <para>Deployment minimal version of tvOS.</para>
17756       </summary>
17757     </member>
17758     <member name=
"T:UnityEditor.PlayerSettings.WSA">
17759       <summary>
17760         <para>Windows Store Apps specific player settings.</para>
17761       </summary>
17762     </member>
17763     <member name=
"P:UnityEditor.PlayerSettings.WSA.compilationOverrides">
17764       <summary>
17765         <para>Specify how to compile C# files
when building to Windows Store Apps.</para>
17766       </summary>
17767     </member>
17768     <member name=
"P:UnityEditor.PlayerSettings.WSA.enableIndependentInputSource">
17769       <summary>
17770         <para>Enable/Disable independent input source feature.</para>
17771       </summary>
17772     </member>
17773     <member name=
"P:UnityEditor.PlayerSettings.WSA.enableLowLatencyPresentationAPI">
17774       <summary>
17775         <para>Enable/Disable low latency presentation API.</para>
17776       </summary>
17777     </member>
17778     <member name=
"T:UnityEditor.PlayerSettings.WSA.Declarations">
17779       <summary>
17780         <para>Windows Store Apps declarations.</para>
17781       </summary>
17782     </member>
17783     <member name=
"P:UnityEditor.PlayerSettings.WSA.Declarations.fileTypeAssociations">
17784       <summary>
17785         <para>Set information
for file type associations.
17786
17787 For more information - https:msdn.microsoft.comlibrarywindowsappshh779671https:msdn.microsoft.comlibrarywindowsappshh779671.</para>
17788       </summary>
17789     </member>
17790     <member name=
"P:UnityEditor.PlayerSettings.WSA.Declarations.protocolName">
17791       <summary>
17792         <para>
17793           Registers
this application to be a default handler for specified URI scheme name.
17794
17795           For example:
if you specify myunitygame, your application can be run from other applications via the URI scheme myunitygame:. You can also test this using the Windows "Run" dialog box (invoked with Windows + R key).
17796           
17797           For more information https:msdn.microsoft.comlibrarywindowsappshh779670https:msdn.microsoft.comlibrarywindowsappshh779670.</para>
17798       </summary>
17799     </member>
17800     <member name=
"M:UnityEditor.PlayerSettings.WSA.GetVisualAssetsImage(UnityEditor.PlayerSettings/WSAImageType,UnityEditor.PlayerSettings/WSAImageScale)">
17801       <summary>
17802         <para>Get path
for image, that will be populated to the Visual Studio solution and the package manifest.</para>
17803       </summary>
17804       <param name=
"type"></param>
17805       <param name=
"scale"></param>
17806     </member>
17807     <member name=
"M:UnityEditor.PlayerSettings.WSA.SetVisualAssetsImage(System.String,UnityEditor.PlayerSettings/WSAImageType,UnityEditor.PlayerSettings/WSAImageScale)">
17808       <summary>
17809         <para>Set path
for image, that will be populated to the Visual Studio solution and the package manifest.</para>
17810       </summary>
17811       <param name=
"image"></param>
17812       <param name=
"type"></param>
17813       <param name=
"scale"></param>
17814     </member>
17815     <member name=
"T:UnityEditor.PlayerSettings.WSACompilationOverrides">
17816       <summary>
17817         <para>Compilation overrides
for C# files.</para>
17818       </summary>
17819     </member>
17820     <member name=
"F:UnityEditor.PlayerSettings.WSACompilationOverrides.None">
17821       <summary>
17822         <para>C# files are compiled
using Mono compiler.</para>
17823       </summary>
17824     </member>
17825     <member name=
"F:UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCore">
17826       <summary>
17827         <para>C# files are compiled
using Microsoft compiler and .NET Core, you can use Windows Runtime API, but classes implemented in C# files aren't accessible from JS or Boo languages.</para>
17828       </summary>
17829     </member>
17830     <member name=
"F:UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCorePartially">
17831       <summary>
17832         <para>C# files not located
in Plugins, Standard Assets, Pro Standard Assets folders are compiled using Microsoft compiler and .NET Core, all other C# files are compiled using Mono compiler. The advantage is that classes implemented in C# are accessible from JS and Boo languages.</para>
17833       </summary>
17834     </member>
17835     <member name=
"T:UnityEditor.PlayerSettings.WSAFileTypeAssociations">
17836       <summary>
17837         <para>Describes File Type Association declaration.</para>
17838       </summary>
17839     </member>
17840     <member name=
"F:UnityEditor.PlayerSettings.WSAFileTypeAssociations.name">
17841       <summary>
17842         <para>Localizable
string that will be displayed to the user as associated file handler.</para>
17843       </summary>
17844     </member>
17845     <member name=
"F:UnityEditor.PlayerSettings.WSAFileTypeAssociations.supportedFileTypes">
17846       <summary>
17847         <para>Supported file types
for this association.</para>
17848       </summary>
17849     </member>
17850     <member name=
"T:UnityEditor.PlayerSettings.WSAImageScale">
17851       <summary>
17852         <para>Various image scales, supported
by Windows Store Apps.</para>
17853       </summary>
17854     </member>
17855     <member name=
"T:UnityEditor.PlayerSettings.WSAImageType">
17856       <summary>
17857         <para>Image types, supported
by Windows Store Apps.</para>
17858       </summary>
17859     </member>
17860     <member name=
"T:UnityEditor.PlayerSettings.WSASupportedFileType">
17861       <summary>
17862         <para>Describes supported file type
for File Type Association declaration.</para>
17863       </summary>
17864     </member>
17865     <member name=
"F:UnityEditor.PlayerSettings.WSASupportedFileType.contentType">
17866       <summary>
17867         <para>The
'Content Type' value for the file type's MIME content type. For example: 'image/jpeg'. Can also be left blank.</para>
17868       </summary>
17869     </member>
17870     <member name=
"F:UnityEditor.PlayerSettings.WSASupportedFileType.fileType">
17871       <summary>
17872         <para>File type extension. For ex., .myUnityGame</para>
17873       </summary>
17874     </member>
17875     <member name=
"T:UnityEditor.PluginImporter">
17876       <summary>
17877         <para>Represents plugin importer.</para>
17878       </summary>
17879     </member>
17880     <member name=
"P:UnityEditor.PluginImporter.isNativePlugin">
17881       <summary>
17882         <para>Is plugin native or managed? Note: C++ libraries with CLR support are treated
as native plugins, because Unity cannot load such libraries. You can still access them via P/Invoke.</para>
17883       </summary>
17884     </member>
17885     <member name=
"M:UnityEditor.PluginImporter.#ctor">
17886       <summary>
17887         <para>Constructor.</para>
17888       </summary>
17889     </member>
17890     <member name=
"M:UnityEditor.PluginImporter.GetAllImporters">
17891       <summary>
17892         <para>Returns all plugin importers
for all platforms.</para>
17893       </summary>
17894     </member>
17895     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithAnyPlatform">
17896       <summary>
17897         <para>Is plugin comptabile with any platform.</para>
17898       </summary>
17899     </member>
17900     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithEditor">
17901       <summary>
17902         <para>Is plugin compatible with editor.</para>
17903       </summary>
17904     </member>
17905     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithPlatform(UnityEditor.BuildTarget)">
17906       <summary>
17907         <para>Is plugin compatible with specified platform.</para>
17908       </summary>
17909       <param name=
"platform">Target platform.</param>
17910       <param name=
"platformName"></param>
17911     </member>
17912     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithPlatform(System.String)">
17913       <summary>
17914         <para>Is plugin compatible with specified platform.</para>
17915       </summary>
17916       <param name=
"platform">Target platform.</param>
17917       <param name=
"platformName"></param>
17918     </member>
17919     <member name=
"M:UnityEditor.PluginImporter.GetEditorData(System.String)">
17920       <summary>
17921         <para>Returns editor specific data
for specified key.</para>
17922       </summary>
17923       <param name=
"key">Key value for data.</param>
17924     </member>
17925     <member name=
"M:UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTarget)">
17926       <summary>
17927         <para>Returns all plugin importers
for specfied platform.</para>
17928       </summary>
17929       <param name=
"platform">Target platform.</param>
17930       <param name=
"platformName">Name of the target platform.</param>
17931     </member>
17932     <member name=
"M:UnityEditor.PluginImporter.GetImporters(System.String)">
17933       <summary>
17934         <para>Returns all plugin importers
for specfied platform.</para>
17935       </summary>
17936       <param name=
"platform">Target platform.</param>
17937       <param name=
"platformName">Name of the target platform.</param>
17938     </member>
17939     <member name=
"M:UnityEditor.PluginImporter.GetPlatformData(UnityEditor.BuildTarget,System.String)">
17940       <summary>
17941         <para>Get platform specific data.</para>
17942       </summary>
17943       <param name=
"platform">Target platform.</param>
17944       <param name=
"key">Key value for data.</param>
17945       <param name=
"platformName"></param>
17946     </member>
17947     <member name=
"M:UnityEditor.PluginImporter.GetPlatformData(System.String,System.String)">
17948       <summary>
17949         <para>Get platform specific data.</para>
17950       </summary>
17951       <param name=
"platform">Target platform.</param>
17952       <param name=
"key">Key value for data.</param>
17953       <param name=
"platformName"></param>
17954     </member>
17955     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithAnyPlatform(System.Boolean)">
17956       <summary>
17957         <para>Set compatiblity with any platform.</para>
17958       </summary>
17959       <param name=
"enable">Is plugin compatible with any platform.</param>
17960     </member>
17961     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithEditor(System.Boolean)">
17962       <summary>
17963         <para>Set compatiblity with any editor.</para>
17964       </summary>
17965       <param name=
"enable">Is plugin compatible with editor.</param>
17966     </member>
17967     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithPlatform(UnityEditor.BuildTarget,System.Boolean)">
17968       <summary>
17969         <para>Set compatiblity with specified platform.</para>
17970       </summary>
17971       <param name=
"platform">Target platform.</param>
17972       <param name=
"enable">Is plugin compatible with specified platform.</param>
17973       <param name=
"platformName">Target platform.</param>
17974     </member>
17975     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithPlatform(System.String,System.Boolean)">
17976       <summary>
17977         <para>Set compatiblity with specified platform.</para>
17978       </summary>
17979       <param name=
"platform">Target platform.</param>
17980       <param name=
"enable">Is plugin compatible with specified platform.</param>
17981       <param name=
"platformName">Target platform.</param>
17982     </member>
17983     <member name=
"M:UnityEditor.PluginImporter.SetEditorData(System.String,System.String)">
17984       <summary>
17985         <para>Set editor specific data.</para>
17986       </summary>
17987       <param name=
"key">Key value for data.</param>
17988       <param name=
"value">Data.</param>
17989     </member>
17990     <member name=
"M:UnityEditor.PluginImporter.SetPlatformData(UnityEditor.BuildTarget,System.String,System.String)">
17991       <summary>
17992         <para>Set platform specific data.</para>
17993       </summary>
17994       <param name=
"platform">Target platform.</param>
17995       <param name=
"key">Key value for data.</param>
17996       <param name=
"value">Data.</param>
17997       <param name=
"platformName"></param>
17998     </member>
17999     <member name=
"M:UnityEditor.PluginImporter.SetPlatformData(System.String,System.String,System.String)">
18000       <summary>
18001         <para>Set platform specific data.</para>
18002       </summary>
18003       <param name=
"platform">Target platform.</param>
18004       <param name=
"key">Key value for data.</param>
18005       <param name=
"value">Data.</param>
18006       <param name=
"platformName"></param>
18007     </member>
18008     <member name=
"T:UnityEditor.PopupWindow">
18009       <summary>
18010         <para>Class used to display popup windows that inherit
from PopupWindowContent.</para>
18011       </summary>
18012     </member>
18013     <member name=
"M:UnityEditor.PopupWindow.Show(UnityEngine.Rect,UnityEditor.PopupWindowContent)">
18014       <summary>
18015         <para>Show a popup with the given PopupWindowContent.</para>
18016       </summary>
18017       <param name=
"activatorRect">The rect of the button that opens the popup.</param>
18018       <param name=
"windowContent">The content to show in the popup window.</param>
18019     </member>
18020     <member name=
"T:UnityEditor.PopupWindowContent">
18021       <summary>
18022         <para>Class used to implement content
for a popup window.</para>
18023       </summary>
18024     </member>
18025     <member name=
"P:UnityEditor.PopupWindowContent.editorWindow">
18026       <summary>
18027         <para>The EditorWindow that contains the popup content.</para>
18028       </summary>
18029     </member>
18030     <member name=
"M:UnityEditor.PopupWindowContent.GetWindowSize">
18031       <summary>
18032         <para>The size of the popup window.</para>
18033       </summary>
18034       <returns>
18035         <para>The size of the Popup window.</para>
18036       </returns>
18037     </member>
18038     <member name=
"M:UnityEditor.PopupWindowContent.OnClose">
18039       <summary>
18040         <para>Callback
when the popup window is closed.</para>
18041       </summary>
18042     </member>
18043     <member name=
"M:UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)">
18044       <summary>
18045         <para>Callback
for drawing GUI controls for the popup window.</para>
18046       </summary>
18047       <param name=
"rect">The rectangle to draw the GUI inside.</param>
18048     </member>
18049     <member name=
"M:UnityEditor.PopupWindowContent.OnOpen">
18050       <summary>
18051         <para>Callback
when the popup window is opened.</para>
18052       </summary>
18053     </member>
18054     <member name=
"T:UnityEditor.PrefabType">
18055       <summary>
18056         <para>The type of a prefab
object as returned by PrefabUtility.GetPrefabType.</para>
18057       </summary>
18058     </member>
18059     <member name=
"F:UnityEditor.PrefabType.DisconnectedModelPrefabInstance">
18060       <summary>
18061         <para>The
object is an instance of an imported 3D model, but the connection is broken.</para>
18062       </summary>
18063     </member>
18064     <member name=
"F:UnityEditor.PrefabType.DisconnectedPrefabInstance">
18065       <summary>
18066         <para>The
object is an instance of a user created prefab, but the connection is broken.</para>
18067       </summary>
18068     </member>
18069     <member name=
"F:UnityEditor.PrefabType.MissingPrefabInstance">
18070       <summary>
18071         <para>The
object was an instance of a prefab, but the original prefab could not be found.</para>
18072       </summary>
18073     </member>
18074     <member name=
"F:UnityEditor.PrefabType.ModelPrefab">
18075       <summary>
18076         <para>The
object is an imported 3D model asset.</para>
18077       </summary>
18078     </member>
18079     <member name=
"F:UnityEditor.PrefabType.ModelPrefabInstance">
18080       <summary>
18081         <para>The
object is an instance of an imported 3D model.</para>
18082       </summary>
18083     </member>
18084     <member name=
"F:UnityEditor.PrefabType.None">
18085       <summary>
18086         <para>The
object is not a prefab nor an instance of a prefab.</para>
18087       </summary>
18088     </member>
18089     <member name=
"F:UnityEditor.PrefabType.Prefab">
18090       <summary>
18091         <para>The
object is a user created prefab asset.</para>
18092       </summary>
18093     </member>
18094     <member name=
"F:UnityEditor.PrefabType.PrefabInstance">
18095       <summary>
18096         <para>The
object is an instance of a user created prefab.</para>
18097       </summary>
18098     </member>
18099     <member name=
"T:UnityEditor.PrefabUtility">
18100       <summary>
18101         <para>Utility
class for any prefab related operations.</para>
18102       </summary>
18103     </member>
18104     <member name=
"F:UnityEditor.PrefabUtility.prefabInstanceUpdated">
18105       <summary>
18106         <para>Called after prefab instances
in the scene have been updated.</para>
18107       </summary>
18108     </member>
18109     <member name=
"M:UnityEditor.PrefabUtility.ConnectGameObjectToPrefab(UnityEngine.GameObject,UnityEngine.GameObject)">
18110       <summary>
18111         <para>Connects the source prefab to the game
object.</para>
18112       </summary>
18113       <param name=
"go"></param>
18114       <param name=
"sourcePrefab"></param>
18115     </member>
18116     <member name=
"M:UnityEditor.PrefabUtility.CreateEmptyPrefab(System.String)">
18117       <summary>
18118         <para>Creates an empty prefab at given path.</para>
18119       </summary>
18120       <param name=
"path"></param>
18121     </member>
18122     <member name=
"M:UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject)">
18123       <summary>
18124         <para>Creates a prefab
from a game object hierarchy.</para>
18125       </summary>
18126       <param name=
"path"></param>
18127       <param name=
"go"></param>
18128       <param name=
"options"></param>
18129     </member>
18130     <member name=
"M:UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject,UnityEditor.ReplacePrefabOptions)">
18131       <summary>
18132         <para>Creates a prefab
from a game object hierarchy.</para>
18133       </summary>
18134       <param name=
"path"></param>
18135       <param name=
"go"></param>
18136       <param name=
"options"></param>
18137     </member>
18138     <member name=
"M:UnityEditor.PrefabUtility.DisconnectPrefabInstance(UnityEngine.Object)">
18139       <summary>
18140         <para>Disconnects the prefab instance
from its parent prefab.</para>
18141       </summary>
18142       <param name=
"targetObject"></param>
18143     </member>
18144     <member name=
"M:UnityEditor.PrefabUtility.FindPrefabRoot(UnityEngine.GameObject)">
18145       <summary>
18146         <para>Helper function to find the prefab root of an
object (used for picking niceness).</para>
18147       </summary>
18148       <param name=
"source">The object to check.</param>
18149       <returns>
18150         <para>The prefab root.</para>
18151       </returns>
18152     </member>
18153     <member name=
"M:UnityEditor.PrefabUtility.FindRootGameObjectWithSameParentPrefab(UnityEngine.GameObject)">
18154       <summary>
18155         <para>Returns the topmost game
object that has the same prefab parent as target.</para>
18156       </summary>
18157       <param name=
"destinationScene">Scene to instantiate the prefab in.</param>
18158       <param name=
"target"></param>
18159       <returns>
18160         <para>The GameObject at the root of the prefab.</para>
18161       </returns>
18162     </member>
18163     <member name=
"M:UnityEditor.PrefabUtility.FindValidUploadPrefabInstanceRoot(UnityEngine.GameObject)">
18164       <summary>
18165         <para>Returns root game
object of the prefab instance if that root prefab instance is a parent of the prefab.</para>
18166       </summary>
18167       <param name=
"target">GameObject to process.</param>
18168       <returns>
18169         <para>Return the root game
object of the prefab asset.</para>
18170       </returns>
18171     </member>
18172     <member name=
"M:UnityEditor.PrefabUtility.GetPrefabObject(UnityEngine.Object)">
18173       <summary>
18174         <para>Retrieves the enclosing prefab
for any object contained within.</para>
18175       </summary>
18176       <param name=
"targetObject">An object contained within a prefab object.</param>
18177       <returns>
18178         <para>The prefab the
object is contained in.</para>
18179       </returns>
18180     </member>
18181     <member name=
"M:UnityEditor.PrefabUtility.GetPrefabParent(UnityEngine.Object)">
18182       <summary>
18183         <para>Returns the parent asset
object of source, or null if it can't be found.</para>
18184       </summary>
18185       <param name=
"source"></param>
18186     </member>
18187     <member name=
"M:UnityEditor.PrefabUtility.GetPrefabType(UnityEngine.Object)">
18188       <summary>
18189         <para>Given an
object, returns its prefab type (None, if it's not a prefab).</para>
18190       </summary>
18191       <param name=
"target"></param>
18192     </member>
18193     <member name=
"M:UnityEditor.PrefabUtility.GetPropertyModifications(UnityEngine.Object)">
18194       <summary>
18195         <para>Extract all modifications that are applied to the prefab instance compared to the parent prefab.</para>
18196       </summary>
18197       <param name=
"targetPrefab"></param>
18198     </member>
18199     <member name=
"M:UnityEditor.PrefabUtility.InstantiateAttachedAsset(UnityEngine.Object)">
18200       <summary>
18201         <para>Instantiate an asset that
is referenced by a prefab and use it on the prefab instance.</para>
18202       </summary>
18203       <param name=
"targetObject"></param>
18204     </member>
18205     <member name=
"M:UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object)">
18206       <summary>
18207         <para>Instantiates the given prefab
in a given scene.</para>
18208       </summary>
18209       <param name=
"target">Prefab asset to instantiate.</param>
18210       <param name=
"destinationScene">Scene to instantiate the prefab in.</param>
18211       <returns>
18212         <para>The GameObject at the root of the prefab.</para>
18213       </returns>
18214     </member>
18215     <member name=
"M:UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object,UnityEngine.SceneManagement.Scene)">
18216       <summary>
18217         <para>Instantiates the given prefab
in a given scene.</para>
18218       </summary>
18219       <param name=
"target">Prefab asset to instantiate.</param>
18220       <param name=
"destinationScene">Scene to instantiate the prefab in.</param>
18221       <returns>
18222         <para>The GameObject at the root of the prefab.</para>
18223       </returns>
18224     </member>
18225     <member name=
"M:UnityEditor.PrefabUtility.MergeAllPrefabInstances(UnityEngine.Object)">
18226       <summary>
18227         <para>Force re-merging all prefab instances of
this prefab.</para>
18228       </summary>
18229       <param name=
"targetObject"></param>
18230     </member>
18231     <member name=
"T:UnityEditor.PrefabUtility.PrefabInstanceUpdated">
18232       <summary>
18233         <para>Delegate
for method that is called after prefab instances in the scene have been updated.</para>
18234       </summary>
18235       <param name=
"instance"></param>
18236     </member>
18237     <member name=
"M:UnityEditor.PrefabUtility.ReconnectToLastPrefab(UnityEngine.GameObject)">
18238       <summary>
18239         <para>Connects the game
object to the prefab that it was last connected to.</para>
18240       </summary>
18241       <param name=
"go"></param>
18242     </member>
18243     <member name=
"M:UnityEditor.PrefabUtility.RecordPrefabInstancePropertyModifications(UnityEngine.Object)">
18244       <summary>
18245         <para>Force record property modifications
by comparing against the parent prefab.</para>
18246       </summary>
18247       <param name=
"targetObject">Object to process</param>
18248     </member>
18249     <member name=
"M:UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object)">
18250       <summary>
18251         <para>Replaces the targetPrefab with a copy of the game
object hierarchy go.</para>
18252       </summary>
18253       <param name=
"go"></param>
18254       <param name=
"targetPrefab"></param>
18255       <param name=
"options"></param>
18256     </member>
18257     <member name=
"M:UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object,UnityEditor.ReplacePrefabOptions)">
18258       <summary>
18259         <para>Replaces the targetPrefab with a copy of the game
object hierarchy go.</para>
18260       </summary>
18261       <param name=
"go"></param>
18262       <param name=
"targetPrefab"></param>
18263       <param name=
"options"></param>
18264     </member>
18265     <member name=
"M:UnityEditor.PrefabUtility.ResetToPrefabState(UnityEngine.Object)">
18266       <summary>
18267         <para>Resets the properties of the component or game
object to the parent prefab state.</para>
18268       </summary>
18269       <param name=
"obj"></param>
18270     </member>
18271     <member name=
"M:UnityEditor.PrefabUtility.RevertPrefabInstance(UnityEngine.GameObject)">
18272       <summary>
18273         <para>Resets the properties of all objects
in the prefab, including child game objects and components that were added to the prefab instance.</para>
18274       </summary>
18275       <param name=
"go"></param>
18276     </member>
18277     <member name=
"M:UnityEditor.PrefabUtility.SetPropertyModifications(UnityEngine.Object,UnityEditor.PropertyModification[])">
18278       <summary>
18279         <para>Assigns all modifications that are applied to the prefab instance compared to the parent prefab.</para>
18280       </summary>
18281       <param name=
"targetPrefab"></param>
18282       <param name=
"modifications"></param>
18283     </member>
18284     <member name=
"T:UnityEditor.PreferenceItem">
18285       <summary>
18286         <para>The PreferenceItem attribute allows you to
add preferences sections to the Preferences Window.</para>
18287       </summary>
18288     </member>
18289     <member name=
"M:UnityEditor.PreferenceItem.#ctor(System.String)">
18290       <summary>
18291         <para>Creates a section
in the Preferences Window called name and invokes the static function following it for the section's GUI.</para>
18292       </summary>
18293       <param name=
"name"></param>
18294     </member>
18295     <member name=
"T:UnityEditor.PropertyDrawer">
18296       <summary>
18297         <para>Base
class to derive custom property drawers from. Use this to create custom drawers for your own Serializable classes or for script variables with custom PropertyAttributes.</para>
18298       </summary>
18299     </member>
18300     <member name=
"P:UnityEditor.PropertyDrawer.attribute">
18301       <summary>
18302         <para>The PropertyAttribute
for the property. Not applicable for custom class drawers. (Read Only)</para>
18303       </summary>
18304     </member>
18305     <member name=
"P:UnityEditor.PropertyDrawer.fieldInfo">
18306       <summary>
18307         <para>The reflection FieldInfo
for the member this property represents. (Read Only)</para>
18308       </summary>
18309     </member>
18310     <member name=
"M:UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
18311       <summary>
18312         <para>Override
this method to specify how tall the GUI for this field is in pixels.</para>
18313       </summary>
18314       <param name=
"property">The SerializedProperty to make the custom GUI for.</param>
18315       <param name=
"label">The label of this property.</param>
18316       <returns>
18317         <para>The height
in pixels.</para>
18318       </returns>
18319     </member>
18320     <member name=
"M:UnityEditor.PropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
18321       <summary>
18322         <para>Override
this method to make your own GUI for the property.</para>
18323       </summary>
18324       <param name=
"position">Rectangle on the screen to use for the property GUI.</param>
18325       <param name=
"property">The SerializedProperty to make the custom GUI for.</param>
18326       <param name=
"label">The label of this property.</param>
18327     </member>
18328     <member name=
"T:UnityEditor.PropertyModification">
18329       <summary>
18330         <para>Defines a single modified property.</para>
18331       </summary>
18332     </member>
18333     <member name=
"F:UnityEditor.PropertyModification.objectReference">
18334       <summary>
18335         <para>The
value being applied when it is a object reference (which can not be represented as a string).</para>
18336       </summary>
18337     </member>
18338     <member name=
"F:UnityEditor.PropertyModification.propertyPath">
18339       <summary>
18340         <para>Property path of the property being modified (Matches
as SerializedProperty.propertyPath).</para>
18341       </summary>
18342     </member>
18343     <member name=
"F:UnityEditor.PropertyModification.target">
18344       <summary>
18345         <para>Object that will be modified.</para>
18346       </summary>
18347     </member>
18348     <member name=
"F:UnityEditor.PropertyModification.value">
18349       <summary>
18350         <para>The
value being applied.</para>
18351       </summary>
18352     </member>
18353     <member name=
"T:UnityEditor.PS4BuildSubtarget">
18354       <summary>
18355         <para>Type of build to generate.</para>
18356       </summary>
18357     </member>
18358     <member name=
"F:UnityEditor.PS4BuildSubtarget.Package">
18359       <summary>
18360         <para>Package build
for installation on either a dev or test kit.</para>
18361       </summary>
18362     </member>
18363     <member name=
"F:UnityEditor.PS4BuildSubtarget.PCHosted">
18364       <summary>
18365         <para>Build hosted
on a PC, for file serving to a dev or test kit.</para>
18366       </summary>
18367     </member>
18368     <member name=
"T:UnityEditor.PSP2BuildSubtarget">
18369       <summary>
18370         <para>Target PS Vita build type.</para>
18371       </summary>
18372     </member>
18373     <member name=
"F:UnityEditor.PSP2BuildSubtarget.Package">
18374       <summary>
18375         <para>For building a PS Vita package that can be installed
on a PS Vita memory card.</para>
18376       </summary>
18377     </member>
18378     <member name=
"F:UnityEditor.PSP2BuildSubtarget.PCHosted">
18379       <summary>
18380         <para>For general development, creates a build stored
on the host PC which the Vita reads from.</para>
18381       </summary>
18382     </member>
18383     <member name=
"T:UnityEditor.RemoveAssetOptions">
18384       <summary>
18385         <para>Options
for removing assets</para>
18386       </summary>
18387     </member>
18388     <member name=
"F:UnityEditor.RemoveAssetOptions.DeleteAssets">
18389       <summary>
18390         <para>Delete the asset without moving it to the trash.</para>
18391       </summary>
18392     </member>
18393     <member name=
"F:UnityEditor.RemoveAssetOptions.MoveAssetToTrash">
18394       <summary>
18395         <para>The asset should be moved to trash.</para>
18396       </summary>
18397     </member>
18398     <member name=
"T:UnityEditor.Rendering.EditorGraphicsSettings">
18399       <summary>
18400         <para>Editor-specific script
interface for.</para>
18401       </summary>
18402     </member>
18403     <member name=
"M:UnityEditor.Rendering.EditorGraphicsSettings.GetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)">
18404       <summary>
18405         <para>Will
return PlatformShaderSettings for given platform and shader hardware tier.</para>
18406       </summary>
18407       <param name=
"target"></param>
18408       <param name=
"tier"></param>
18409     </member>
18410     <member name=
"M:UnityEditor.Rendering.EditorGraphicsSettings.SetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.PlatformShaderSettings)">
18411       <summary>
18412         <para>Allows you to
set the PlatformShaderSettings for the specified platform and shader hardware tier.</para>
18413       </summary>
18414       <param name=
"target"></param>
18415       <param name=
"tier"></param>
18416       <param name=
"settings"></param>
18417     </member>
18418     <member name=
"T:UnityEditor.Rendering.PlatformShaderSettings">
18419       <summary>
18420         <para>Used to
set up shader settings, per-platorm and per-shader-hardware-tier.</para>
18421       </summary>
18422     </member>
18423     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.cascadedShadowMaps">
18424       <summary>
18425         <para>Allows you to specify whether cascaded shadow maps should be used.</para>
18426       </summary>
18427     </member>
18428     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBlending">
18429       <summary>
18430         <para>Allows you to specify whether Reflection Probes Blending should be enabled.</para>
18431       </summary>
18432     </member>
18433     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBoxProjection">
18434       <summary>
18435         <para>Allows you to specify whether Reflection Probes Box Projection should be used.</para>
18436       </summary>
18437     </member>
18438     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.standardShaderQuality">
18439       <summary>
18440         <para>Allows you to
select Standard Shader Quality.</para>
18441       </summary>
18442     </member>
18443     <member name=
"T:UnityEditor.Rendering.ShaderQuality">
18444       <summary>
18445         <para>Shader quality preset.</para>
18446       </summary>
18447     </member>
18448     <member name=
"F:UnityEditor.Rendering.ShaderQuality.High">
18449       <summary>
18450         <para>High quality shader preset.</para>
18451       </summary>
18452     </member>
18453     <member name=
"F:UnityEditor.Rendering.ShaderQuality.Low">
18454       <summary>
18455         <para>Low quality shader preset.</para>
18456       </summary>
18457     </member>
18458     <member name=
"F:UnityEditor.Rendering.ShaderQuality.Medium">
18459       <summary>
18460         <para>Medium quality shader preset.</para>
18461       </summary>
18462     </member>
18463     <member name=
"T:UnityEditor.ReplacePrefabOptions">
18464       <summary>
18465         <para>Flags
for the PrefabUtility.ReplacePrefab function.</para>
18466       </summary>
18467     </member>
18468     <member name=
"F:UnityEditor.ReplacePrefabOptions.ConnectToPrefab">
18469       <summary>
18470         <para>Connects the passed objects to the prefab after uploading the prefab.</para>
18471       </summary>
18472     </member>
18473     <member name=
"F:UnityEditor.ReplacePrefabOptions.Default">
18474       <summary>
18475         <para>Replaces prefabs
by matching pre-existing connections to the prefab.</para>
18476       </summary>
18477     </member>
18478     <member name=
"F:UnityEditor.ReplacePrefabOptions.ReplaceNameBased">
18479       <summary>
18480         <para>Replaces the prefab
using name based lookup in the transform hierarchy.</para>
18481       </summary>
18482     </member>
18483     <member name=
"T:UnityEditor.ResolutionDialogSetting">
18484       <summary>
18485         <para>Resolution dialog setting.</para>
18486       </summary>
18487     </member>
18488     <member name=
"F:UnityEditor.ResolutionDialogSetting.Disabled">
18489       <summary>
18490         <para>Never show the resolution dialog.</para>
18491       </summary>
18492     </member>
18493     <member name=
"F:UnityEditor.ResolutionDialogSetting.Enabled">
18494       <summary>
18495         <para>Show the resolution dialog
on first launch.</para>
18496       </summary>
18497     </member>
18498     <member name=
"F:UnityEditor.ResolutionDialogSetting.HiddenByDefault">
18499       <summary>
18500         <para>Hide the resolution dialog
on first launch.</para>
18501       </summary>
18502     </member>
18503     <member name=
"T:UnityEditor.SCEBuildSubtarget">
18504       <summary>
18505         <para>Target PS3 or PS4 build type.</para>
18506       </summary>
18507     </member>
18508     <member name=
"F:UnityEditor.SCEBuildSubtarget.BluRayTitle">
18509       <summary>
18510         <para>Build a package suited
for BluRay Submission.</para>
18511       </summary>
18512     </member>
18513     <member name=
"F:UnityEditor.SCEBuildSubtarget.HddTitle">
18514       <summary>
18515         <para>Build a package suited
for DLC Submission.</para>
18516       </summary>
18517     </member>
18518     <member name=
"F:UnityEditor.SCEBuildSubtarget.PCHosted">
18519       <summary>
18520         <para>Build package that it
's hosted on the PC.</para>
18521       </summary>
18522     </member>
18523     <member name=
"T:UnityEditor.SceneAsset">
18524       <summary>
18525         <para>SceneAsset
is used to reference scene objects in the Editor.</para>
18526       </summary>
18527     </member>
18528     <member name=
"M:UnityEditor.SceneAsset.#ctor">
18529       <summary>
18530         <para>Constructor.</para>
18531       </summary>
18532     </member>
18533     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager">
18534       <summary>
18535         <para>Scene management
in the editor.</para>
18536       </summary>
18537     </member>
18538     <member name=
"P:UnityEditor.SceneManagement.EditorSceneManager.loadedSceneCount">
18539       <summary>
18540         <para>The number of loaded scenes.</para>
18541       </summary>
18542     </member>
18543     <member name=
"P:UnityEditor.SceneManagement.EditorSceneManager.preventCrossSceneReferences">
18544       <summary>
18545         <para>Preventing cross-scene references
from the editor UI.</para>
18546       </summary>
18547     </member>
18548     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.CloseScene(UnityEngine.SceneManagement.Scene,System.Boolean)">
18549       <summary>
18550         <para>Close the scene. If removeScene flag
is true, the closed scene will also be removed from EditorSceneManager.</para>
18551       </summary>
18552       <param name=
"scene">The scene to be closed/removed.</param>
18553       <param name=
"removeScene">Bool flag to indicate if the scene should be removed after closing.</param>
18554       <returns>
18555         <para>Returns
true if the scene is closed/removed.</para>
18556       </returns>
18557     </member>
18558     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.DetectCrossSceneReferences(UnityEngine.SceneManagement.Scene)">
18559       <summary>
18560         <para>Detects cross scene references
in a Scene.</para>
18561       </summary>
18562       <param name=
"scene">Scene to check for cross scene references.</param>
18563       <returns>
18564         <para>Was any cross scene references found.</para>
18565       </returns>
18566     </member>
18567     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.GetSceneManagerSetup">
18568       <summary>
18569         <para>Returns the current setup of the SceneManager.</para>
18570       </summary>
18571     </member>
18572     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MarkAllScenesDirty">
18573       <summary>
18574         <para>Mark all the loaded scenes
as modified.</para>
18575       </summary>
18576     </member>
18577     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MarkSceneDirty(UnityEngine.SceneManagement.Scene)">
18578       <summary>
18579         <para>Mark the scene
as modified.</para>
18580       </summary>
18581       <param name=
"scene">The scene to be marked as modified.</param>
18582     </member>
18583     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MoveSceneAfter(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)">
18584       <summary>
18585         <para>Allows you to reorder the scenes currently open
in the Hierarchy window. Moves the source scene so it comes after the destination scene.</para>
18586       </summary>
18587       <param name=
"src"></param>
18588       <param name=
"dst"></param>
18589     </member>
18590     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MoveSceneBefore(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)">
18591       <summary>
18592         <para>Allows you to reorder the scenes currently open
in the Hierarchy window. Moves the source scene so it comes before the destination scene.</para>
18593       </summary>
18594       <param name=
"src"></param>
18595       <param name=
"dst"></param>
18596     </member>
18597     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup,UnityEditor.SceneManagement.NewSceneMode)">
18598       <summary>
18599         <para>Create a
new scene.</para>
18600       </summary>
18601       <param name=
"setup">Allows you to select whether or not the default set of Game Objects should be added to the new scene. See SceneManagement.NewSceneSetup for more information about the options.</param>
18602       <param name=
"mode">Allows you to select how to open the new scene, and whether to keep existing scenes in the Hierarchy. See SceneManagement.NewSceneMode for more information about the options.</param>
18603     </member>
18604     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.OpenScene(System.String,UnityEditor.SceneManagement.OpenSceneMode)">
18605       <summary>
18606         <para>Open a scene
in the Editor.</para>
18607       </summary>
18608       <param name=
"scenePath">Path of the scene. Should be relative to the project folder. Like: "AssetsMyScenesMyScene.unity".</param>
18609       <param name=
"mode">Allows you to select how to open the specified scene, and whether to keep existing scenes in the Hierarchy. See SceneManagement.OpenSceneMode for more information about the options.</param>
18610     </member>
18611     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.RestoreSceneManagerSetup(UnityEditor.SceneManagement.SceneSetup[])">
18612       <summary>
18613         <para>Restore the setup of the SceneManager.</para>
18614       </summary>
18615       <param name=
"value">In this array, at least one scene should be loaded, and there must be one active scene.</param>
18616     </member>
18617     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo">
18618       <summary>
18619         <para>Ask the user
if they want to save the the modified scene(s).</para>
18620       </summary>
18621     </member>
18622     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveModifiedScenesIfUserWantsTo(UnityEngine.SceneManagement.Scene[])">
18623       <summary>
18624         <para>Ask the user
if they want to save any of the modfied input scenes.</para>
18625       </summary>
18626       <param name=
"scenes">Scenes that should be saved if they are modified.</param>
18627     </member>
18628     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveOpenScenes">
18629       <summary>
18630         <para>Save all open scenes.</para>
18631       </summary>
18632       <returns>
18633         <para>Returns
true if all open scenes are successfully saved.</para>
18634       </returns>
18635     </member>
18636     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene,System.String,System.Boolean)">
18637       <summary>
18638         <para>Save a scene.</para>
18639       </summary>
18640       <param name=
"scene">The scene to be saved.</param>
18641       <param name=
"dstScenePath">The file path to save at. If not empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
18642       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the current scene and without clearing the unsaved changes marker.</param>
18643       <returns>
18644         <para>True
if the save succeeded, otherwise false.</para>
18645       </returns>
18646     </member>
18647     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveScenes(UnityEngine.SceneManagement.Scene[])">
18648       <summary>
18649         <para>Save a list of scenes.</para>
18650       </summary>
18651       <param name=
"scenes">List of scenes that should be saved.</param>
18652     </member>
18653     <member name=
"T:UnityEditor.SceneManagement.NewSceneMode">
18654       <summary>
18655         <para>Used
when creating a new scene in the Editor.</para>
18656       </summary>
18657     </member>
18658     <member name=
"F:UnityEditor.SceneManagement.NewSceneMode.Additive">
18659       <summary>
18660         <para>The newly created scene
is added to the current open scenes.</para>
18661       </summary>
18662     </member>
18663     <member name=
"F:UnityEditor.SceneManagement.NewSceneMode.Single">
18664       <summary>
18665         <para>All current open scenes are closed and the newly created scene are opened.</para>
18666       </summary>
18667     </member>
18668     <member name=
"T:UnityEditor.SceneManagement.NewSceneSetup">
18669       <summary>
18670         <para>Used
when creating a new scene in the Editor.</para>
18671       </summary>
18672     </member>
18673     <member name=
"F:UnityEditor.SceneManagement.NewSceneSetup.DefaultGameObjects">
18674       <summary>
18675         <para>Adds
default game objects to the new scene (a light and camera).</para>
18676       </summary>
18677     </member>
18678     <member name=
"F:UnityEditor.SceneManagement.NewSceneSetup.EmptyScene">
18679       <summary>
18680         <para>No game objects are added to the
new scene.</para>
18681       </summary>
18682     </member>
18683     <member name=
"T:UnityEditor.SceneManagement.OpenSceneMode">
18684       <summary>
18685         <para>Used
when opening a scene in the Editor to specify how a scene should be opened.</para>
18686       </summary>
18687     </member>
18688     <member name=
"F:UnityEditor.SceneManagement.OpenSceneMode.Additive">
18689       <summary>
18690         <para>Adds a scene to the current open scenes and loads it.</para>
18691       </summary>
18692     </member>
18693     <member name=
"F:UnityEditor.SceneManagement.OpenSceneMode.AdditiveWithoutLoading">
18694       <summary>
18695         <para>Adds a scene to the current open scenes without loading it. It will show up
as 'unloaded' in the Hierarchy Window.</para>
18696       </summary>
18697     </member>
18698     <member name=
"F:UnityEditor.SceneManagement.OpenSceneMode.Single">
18699       <summary>
18700         <para>Closes all current open scenes and loads a scene.</para>
18701       </summary>
18702     </member>
18703     <member name=
"T:UnityEditor.SceneManagement.SceneSetup">
18704       <summary>
18705         <para>The setup information
for a scene in the SceneManager.</para>
18706       </summary>
18707     </member>
18708     <member name=
"P:UnityEditor.SceneManagement.SceneSetup.isActive">
18709       <summary>
18710         <para>If the scene
is active.</para>
18711       </summary>
18712     </member>
18713     <member name=
"P:UnityEditor.SceneManagement.SceneSetup.isLoaded">
18714       <summary>
18715         <para>If the scene
is loaded.</para>
18716       </summary>
18717     </member>
18718     <member name=
"P:UnityEditor.SceneManagement.SceneSetup.path">
18719       <summary>
18720         <para>Path of the scene. Should be relative to the project folder. Like:
"AssetsMyScenesMyScene.unity".</para>
18721       </summary>
18722     </member>
18723     <member name=
"T:UnityEditor.ScriptableWizard">
18724       <summary>
18725         <para>Derive
from this class to create an editor wizard.</para>
18726       </summary>
18727     </member>
18728     <member name=
"P:UnityEditor.ScriptableWizard.createButtonName">
18729       <summary>
18730         <para>Allows you to
set the text shown on the create button of the wizard.</para>
18731       </summary>
18732     </member>
18733     <member name=
"P:UnityEditor.ScriptableWizard.errorString">
18734       <summary>
18735         <para>Allows you to
set the error text of the wizard.</para>
18736       </summary>
18737     </member>
18738     <member name=
"P:UnityEditor.ScriptableWizard.helpString">
18739       <summary>
18740         <para>Allows you to
set the help text of the wizard.</para>
18741       </summary>
18742     </member>
18743     <member name=
"P:UnityEditor.ScriptableWizard.isValid">
18744       <summary>
18745         <para>Allows you to enable and disable the wizard create button, so that the user can not click it.</para>
18746       </summary>
18747     </member>
18748     <member name=
"P:UnityEditor.ScriptableWizard.otherButtonName">
18749       <summary>
18750         <para>Allows you to
set the text shown on the optional other button of the wizard. Leave this parameter out to leave the button out.</para>
18751       </summary>
18752     </member>
18753     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String)">
18754       <summary>
18755         <para>Creates a wizard.</para>
18756       </summary>
18757       <param name=
"title">The title shown at the top of the wizard window.</param>
18758       <returns>
18759         <para>The wizard.</para>
18760       </returns>
18761     </member>
18762     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.String)">
18763       <summary>
18764         <para>Creates a wizard.</para>
18765       </summary>
18766       <param name=
"title">The title shown at the top of the wizard window.</param>
18767       <param name=
"createButtonName">The text shown on the create button.</param>
18768       <param name=
"otherButtonName">The text shown on the optional other button. Leave this parameter out to leave the button out.</param>
18769       <returns>
18770         <para>The wizard.</para>
18771       </returns>
18772     </member>
18773     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.String,System.String)">
18774       <summary>
18775         <para>Creates a wizard.</para>
18776       </summary>
18777       <param name=
"title">The title shown at the top of the wizard window.</param>
18778       <param name=
"createButtonName">The text shown on the create button.</param>
18779       <param name=
"otherButtonName">The text shown on the optional other button. Leave this parameter out to leave the button out.</param>
18780       <returns>
18781         <para>The wizard.</para>
18782       </returns>
18783     </member>
18784     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type,System.String,System.String)">
18785       <summary>
18786         <para>Creates a wizard.</para>
18787       </summary>
18788       <param name=
"title">The title shown at the top of the wizard window.</param>
18789       <param name=
"klass">The class implementing the wizard. It has to derive from ScriptableWizard.</param>
18790       <param name=
"createButtonName">The text shown on the create button.</param>
18791       <param name=
"otherButtonName">The text shown on the optional other button. Leave this parameter out to leave the button out.</param>
18792       <returns>
18793         <para>The wizard.</para>
18794       </returns>
18795     </member>
18796     <member name=
"M:UnityEditor.ScriptableWizard.DrawWizardGUI">
18797       <summary>
18798         <para>Will be called
for drawing contents when the ScriptableWizard needs to update its GUI.</para>
18799       </summary>
18800       <returns>
18801         <para>Returns
true if any property has been modified.</para>
18802       </returns>
18803     </member>
18804     <member name=
"T:UnityEditor.ScriptCallOptimizationLevel">
18805       <summary>
18806         <para>Script call optimization level.</para>
18807       </summary>
18808     </member>
18809     <member name=
"F:UnityEditor.ScriptCallOptimizationLevel.FastButNoExceptions">
18810       <summary>
18811         <para>Script method call overhead decreased at the expense of limited compatibility.</para>
18812       </summary>
18813     </member>
18814     <member name=
"F:UnityEditor.ScriptCallOptimizationLevel.SlowAndSafe">
18815       <summary>
18816         <para>Default setting.</para>
18817       </summary>
18818     </member>
18819     <member name=
"T:UnityEditor.ScriptingImplementation">
18820       <summary>
18821         <para>Scripting implementation (backend).</para>
18822       </summary>
18823     </member>
18824     <member name=
"F:UnityEditor.ScriptingImplementation.IL2CPP">
18825       <summary>
18826         <para>Unity
's .NET runtime.</para>
18827       </summary>
18828     </member>
18829     <member name=
"F:UnityEditor.ScriptingImplementation.Mono2x">
18830       <summary>
18831         <para>The standard Mono
2.6 runtime.</para>
18832       </summary>
18833     </member>
18834     <member name=
"F:UnityEditor.ScriptingImplementation.WinRTDotNET">
18835       <summary>
18836         <para>Microsoft
's .NET runtime.</para>
18837       </summary>
18838     </member>
18839     <member name=
"T:UnityEditor.Selection">
18840       <summary>
18841         <para>Access to the selection
in the editor.</para>
18842       </summary>
18843     </member>
18844     <member name=
"P:UnityEditor.Selection.activeGameObject">
18845       <summary>
18846         <para>Returns the active game
object. (The one shown in the inspector).</para>
18847       </summary>
18848     </member>
18849     <member name=
"P:UnityEditor.Selection.activeInstanceID">
18850       <summary>
18851         <para>Returns the instanceID of the actual
object selection. Includes prefabs, non-modifyable objects.</para>
18852       </summary>
18853     </member>
18854     <member name=
"P:UnityEditor.Selection.activeObject">
18855       <summary>
18856         <para>Returns the actual
object selection. Includes prefabs, non-modifyable objects.</para>
18857       </summary>
18858     </member>
18859     <member name=
"P:UnityEditor.Selection.activeTransform">
18860       <summary>
18861         <para>Returns the active transform. (The one shown
in the inspector).</para>
18862       </summary>
18863     </member>
18864     <member name=
"P:UnityEditor.Selection.assetGUIDs">
18865       <summary>
18866         <para>Returns the guids of the selected assets.</para>
18867       </summary>
18868     </member>
18869     <member name=
"P:UnityEditor.Selection.gameObjects">
18870       <summary>
18871         <para>Returns the actual game
object selection. Includes prefabs, non-modifyable objects.</para>
18872       </summary>
18873     </member>
18874     <member name=
"P:UnityEditor.Selection.instanceIDs">
18875       <summary>
18876         <para>The actual unfiltered selection
from the Scene returned as instance ids instead of objects.</para>
18877       </summary>
18878     </member>
18879     <member name=
"P:UnityEditor.Selection.objects">
18880       <summary>
18881         <para>The actual unfiltered selection
from the Scene.</para>
18882       </summary>
18883     </member>
18884     <member name=
"F:UnityEditor.Selection.selectionChanged">
18885       <summary>
18886         <para>Delegate callback triggered
when currently active/selected item has changed.</para>
18887       </summary>
18888     </member>
18889     <member name=
"P:UnityEditor.Selection.transforms">
18890       <summary>
18891         <para>Returns the top level selection, excluding prefabs.</para>
18892       </summary>
18893     </member>
18894     <member name=
"M:UnityEditor.Selection.Contains(System.Int32)">
18895       <summary>
18896         <para>Returns whether an
object is contained in the current selection.</para>
18897       </summary>
18898       <param name=
"instanceID"></param>
18899       <param name=
"obj"></param>
18900     </member>
18901     <member name=
"M:UnityEditor.Selection.Contains(UnityEngine.Object)">
18902       <summary>
18903         <para>Returns whether an
object is contained in the current selection.</para>
18904       </summary>
18905       <param name=
"instanceID"></param>
18906       <param name=
"obj"></param>
18907     </member>
18908     <member name=
"M:UnityEditor.Selection.GetFiltered(System.Type,UnityEditor.SelectionMode)">
18909       <summary>
18910         <para>Returns the current selection filtered
by type and mode.</para>
18911       </summary>
18912       <param name=
"type">Only objects of this type will be retrieved.</param>
18913       <param name=
"mode">Further options to refine the selection.</param>
18914     </member>
18915     <member name=
"M:UnityEditor.Selection.GetTransforms(UnityEditor.SelectionMode)">
18916       <summary>
18917         <para>Allows
for fine grained control of the selection type using the SelectionMode bitmask.</para>
18918       </summary>
18919       <param name=
"mode">Options for refining the selection.</param>
18920     </member>
18921     <member name=
"T:UnityEditor.SelectionMode">
18922       <summary>
18923         <para>SelectionMode can be used to tweak the selection returned
by Selection.GetTransforms.</para>
18924       </summary>
18925     </member>
18926     <member name=
"F:UnityEditor.SelectionMode.Assets">
18927       <summary>
18928         <para>Only
return objects that are assets in the Asset directory.</para>
18929       </summary>
18930     </member>
18931     <member name=
"F:UnityEditor.SelectionMode.Deep">
18932       <summary>
18933         <para>Return the selection and all child transforms of the selection.</para>
18934       </summary>
18935     </member>
18936     <member name=
"F:UnityEditor.SelectionMode.DeepAssets">
18937       <summary>
18938         <para>If the selection contains folders, also include all assets and subfolders within that folder
in the file hierarchy.</para>
18939       </summary>
18940     </member>
18941     <member name=
"F:UnityEditor.SelectionMode.Editable">
18942       <summary>
18943         <para>Excludes any objects which shall not be modified.</para>
18944       </summary>
18945     </member>
18946     <member name=
"F:UnityEditor.SelectionMode.ExcludePrefab">
18947       <summary>
18948         <para>Excludes any prefabs
from the selection.</para>
18949       </summary>
18950     </member>
18951     <member name=
"F:UnityEditor.SelectionMode.TopLevel">
18952       <summary>
18953         <para>Only
return the topmost selected transform. A selected child of another selected transform will be filtered out.</para>
18954       </summary>
18955     </member>
18956     <member name=
"F:UnityEditor.SelectionMode.Unfiltered">
18957       <summary>
18958         <para>Return the whole selection.</para>
18959       </summary>
18960     </member>
18961     <member name=
"T:UnityEditor.SemanticMergeMode">
18962       <summary>
18963         <para>Behavior of semantic merge.</para>
18964       </summary>
18965     </member>
18966     <member name=
"F:UnityEditor.SemanticMergeMode.Off">
18967       <summary>
18968         <para>Disable use of semantic merging.</para>
18969       </summary>
18970     </member>
18971     <member name=
"T:UnityEditor.SerializedObject">
18972       <summary>
18973         <para>SerializedObject and SerializedProperty are classes
for editing properties on objects in a completely generic way that automatically handles undo and styling UI for prefabs.</para>
18974       </summary>
18975     </member>
18976     <member name=
"P:UnityEditor.SerializedObject.isEditingMultipleObjects">
18977       <summary>
18978         <para>Does the serialized
object represents multiple objects due to multi-object editing? (Read Only)</para>
18979       </summary>
18980     </member>
18981     <member name=
"P:UnityEditor.SerializedObject.targetObject">
18982       <summary>
18983         <para>The inspected
object (Read Only).</para>
18984       </summary>
18985     </member>
18986     <member name=
"P:UnityEditor.SerializedObject.targetObjects">
18987       <summary>
18988         <para>The inspected objects (Read Only).</para>
18989       </summary>
18990     </member>
18991     <member name=
"M:UnityEditor.SerializedObject.ApplyModifiedProperties">
18992       <summary>
18993         <para>Apply property modifications.</para>
18994       </summary>
18995     </member>
18996     <member name=
"M:UnityEditor.SerializedObject.ApplyModifiedPropertiesWithoutUndo">
18997       <summary>
18998         <para>Applies property modifications without registering an undo operation.</para>
18999       </summary>
19000     </member>
19001     <member name=
"M:UnityEditor.SerializedObject.CopyFromSerializedProperty(UnityEditor.SerializedProperty)">
19002       <summary>
19003         <para>Copies a
value from a SerializedProperty to the same serialized property on this serialized object.</para>
19004       </summary>
19005       <param name=
"prop"></param>
19006     </member>
19007     <member name=
"M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object)">
19008       <summary>
19009         <para>Create SerializedObject
for inspected object.</para>
19010       </summary>
19011       <param name=
"obj"></param>
19012     </member>
19013     <member name=
"M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object[])">
19014       <summary>
19015         <para>Create SerializedObject
for inspected object.</para>
19016       </summary>
19017       <param name=
"objs"></param>
19018     </member>
19019     <member name=
"M:UnityEditor.SerializedObject.FindProperty(System.String)">
19020       <summary>
19021         <para>Find serialized property
by name.</para>
19022       </summary>
19023       <param name=
"propertyPath"></param>
19024     </member>
19025     <member name=
"M:UnityEditor.SerializedObject.GetIterator">
19026       <summary>
19027         <para>Get the first serialized property.</para>
19028       </summary>
19029     </member>
19030     <member name=
"M:UnityEditor.SerializedObject.SetIsDifferentCacheDirty">
19031       <summary>
19032         <para>Update hasMultipleDifferentValues cache
on the next Update() call.</para>
19033       </summary>
19034     </member>
19035     <member name=
"M:UnityEditor.SerializedObject.Update">
19036       <summary>
19037         <para>Update serialized
object's representation.</para>
19038       </summary>
19039     </member>
19040     <member name=
"M:UnityEditor.SerializedObject.UpdateIfDirtyOrScript">
19041       <summary>
19042         <para>Update serialized
object's representation, only if the object has been modified since the last call to Update or if it is a script.</para>
19043       </summary>
19044     </member>
19045     <member name=
"T:UnityEditor.SerializedProperty">
19046       <summary>
19047         <para>SerializedProperty and SerializedObject are classes
for editing properties on objects in a completely generic way that automatically handles undo and styling UI for prefabs.</para>
19048       </summary>
19049     </member>
19050     <member name=
"P:UnityEditor.SerializedProperty.animationCurveValue">
19051       <summary>
19052         <para>Value of a animation curve property.</para>
19053       </summary>
19054     </member>
19055     <member name=
"P:UnityEditor.SerializedProperty.arraySize">
19056       <summary>
19057         <para>The number of elements
in the array. If the SerializedObject contains multiple objects it will return the smallest number of elements. So it is always possible to iterate through the SerializedObject and only get properties found in all objects.</para>
19058       </summary>
19059     </member>
19060     <member name=
"P:UnityEditor.SerializedProperty.boolValue">
19061       <summary>
19062         <para>Value of a boolean property.</para>
19063       </summary>
19064     </member>
19065     <member name=
"P:UnityEditor.SerializedProperty.boundsValue">
19066       <summary>
19067         <para>Value of bounds property.</para>
19068       </summary>
19069     </member>
19070     <member name=
"P:UnityEditor.SerializedProperty.colorValue">
19071       <summary>
19072         <para>Value of a color property.</para>
19073       </summary>
19074     </member>
19075     <member name=
"P:UnityEditor.SerializedProperty.depth">
19076       <summary>
19077         <para>Nesting depth of the property. (Read Only)</para>
19078       </summary>
19079     </member>
19080     <member name=
"P:UnityEditor.SerializedProperty.displayName">
19081       <summary>
19082         <para>Nice display name of the property. (Read Only)</para>
19083       </summary>
19084     </member>
19085     <member name=
"P:UnityEditor.SerializedProperty.doubleValue">
19086       <summary>
19087         <para>Value of a
float property as a double.</para>
19088       </summary>
19089     </member>
19090     <member name=
"P:UnityEditor.SerializedProperty.editable">
19091       <summary>
19092         <para>Is
this property editable? (Read Only)</para>
19093       </summary>
19094     </member>
19095     <member name=
"P:UnityEditor.SerializedProperty.enumDisplayNames">
19096       <summary>
19097         <para>Display-friendly names of enumeration of an
enum property.</para>
19098       </summary>
19099     </member>
19100     <member name=
"P:UnityEditor.SerializedProperty.enumNames">
19101       <summary>
19102         <para>Names of enumeration of an
enum property.</para>
19103       </summary>
19104     </member>
19105     <member name=
"P:UnityEditor.SerializedProperty.enumValueIndex">
19106       <summary>
19107         <para>Enum index of an
enum property.</para>
19108       </summary>
19109     </member>
19110     <member name=
"P:UnityEditor.SerializedProperty.floatValue">
19111       <summary>
19112         <para>Value of a
float property.</para>
19113       </summary>
19114     </member>
19115     <member name=
"P:UnityEditor.SerializedProperty.hasChildren">
19116       <summary>
19117         <para>Does it have child properties? (Read Only)</para>
19118       </summary>
19119     </member>
19120     <member name=
"P:UnityEditor.SerializedProperty.hasMultipleDifferentValues">
19121       <summary>
19122         <para>Does
this property represent multiple different values due to multi-object editing? (Read Only)</para>
19123       </summary>
19124     </member>
19125     <member name=
"P:UnityEditor.SerializedProperty.hasVisibleChildren">
19126       <summary>
19127         <para>Does it have visible child properties? (Read Only)</para>
19128       </summary>
19129     </member>
19130     <member name=
"P:UnityEditor.SerializedProperty.intValue">
19131       <summary>
19132         <para>Value of an integer property.</para>
19133       </summary>
19134     </member>
19135     <member name=
"P:UnityEditor.SerializedProperty.isArray">
19136       <summary>
19137         <para>Is
this property an array? (Read Only)</para>
19138       </summary>
19139     </member>
19140     <member name=
"P:UnityEditor.SerializedProperty.isExpanded">
19141       <summary>
19142         <para>Is
this property expanded in the inspector?</para>
19143       </summary>
19144     </member>
19145     <member name=
"P:UnityEditor.SerializedProperty.isInstantiatedPrefab">
19146       <summary>
19147         <para>Is property part of a prefab instance? (Read Only)</para>
19148       </summary>
19149     </member>
19150     <member name=
"P:UnityEditor.SerializedProperty.longValue">
19151       <summary>
19152         <para>Value of a integer property
as a long.</para>
19153       </summary>
19154     </member>
19155     <member name=
"P:UnityEditor.SerializedProperty.name">
19156       <summary>
19157         <para>Name of the property. (Read Only)</para>
19158       </summary>
19159     </member>
19160     <member name=
"P:UnityEditor.SerializedProperty.objectReferenceValue">
19161       <summary>
19162         <para>Value of an
object reference property.</para>
19163       </summary>
19164     </member>
19165     <member name=
"P:UnityEditor.SerializedProperty.prefabOverride">
19166       <summary>
19167         <para>Is property
's value different from the prefab it belongs to?</para>
19168       </summary>
19169     </member>
19170     <member name=
"P:UnityEditor.SerializedProperty.propertyPath">
19171       <summary>
19172         <para>Full path of the property. (Read Only)</para>
19173       </summary>
19174     </member>
19175     <member name=
"P:UnityEditor.SerializedProperty.propertyType">
19176       <summary>
19177         <para>Type of
this property (Read Only).</para>
19178       </summary>
19179     </member>
19180     <member name=
"P:UnityEditor.SerializedProperty.quaternionValue">
19181       <summary>
19182         <para>Value of a quaternion property.</para>
19183       </summary>
19184     </member>
19185     <member name=
"P:UnityEditor.SerializedProperty.rectValue">
19186       <summary>
19187         <para>Value of a rectangle property.</para>
19188       </summary>
19189     </member>
19190     <member name=
"P:UnityEditor.SerializedProperty.serializedObject">
19191       <summary>
19192         <para>SerializedObject
this property belongs to (Read Only).</para>
19193       </summary>
19194     </member>
19195     <member name=
"P:UnityEditor.SerializedProperty.stringValue">
19196       <summary>
19197         <para>Value of a
string property.</para>
19198       </summary>
19199     </member>
19200     <member name=
"P:UnityEditor.SerializedProperty.tooltip">
19201       <summary>
19202         <para>Tooltip of the property. (Read Only)</para>
19203       </summary>
19204     </member>
19205     <member name=
"P:UnityEditor.SerializedProperty.type">
19206       <summary>
19207         <para>Type name of the property. (Read Only)</para>
19208       </summary>
19209     </member>
19210     <member name=
"P:UnityEditor.SerializedProperty.vector2Value">
19211       <summary>
19212         <para>Value of a
2D vector property.</para>
19213       </summary>
19214     </member>
19215     <member name=
"P:UnityEditor.SerializedProperty.vector3Value">
19216       <summary>
19217         <para>Value of a
3D vector property.</para>
19218       </summary>
19219     </member>
19220     <member name=
"P:UnityEditor.SerializedProperty.vector4Value">
19221       <summary>
19222         <para>Value of a
4D vector property.</para>
19223       </summary>
19224     </member>
19225     <member name=
"M:UnityEditor.SerializedProperty.ClearArray">
19226       <summary>
19227         <para>Remove all elements
from the array.</para>
19228       </summary>
19229     </member>
19230     <member name=
"M:UnityEditor.SerializedProperty.Copy">
19231       <summary>
19232         <para>Returns a copy of the SerializedProperty iterator
in its current state. This is useful if you want to keep a reference to the current property but continue with the iteration.</para>
19233       </summary>
19234     </member>
19235     <member name=
"M:UnityEditor.SerializedProperty.CountInProperty">
19236       <summary>
19237         <para>Count visible children of
this property, including this property itself.</para>
19238       </summary>
19239     </member>
19240     <member name=
"M:UnityEditor.SerializedProperty.CountRemaining">
19241       <summary>
19242         <para>Count remaining visible properties.</para>
19243       </summary>
19244     </member>
19245     <member name=
"M:UnityEditor.SerializedProperty.DeleteArrayElementAtIndex(System.Int32)">
19246       <summary>
19247         <para>Delete the element at the specified index
in the array.</para>
19248       </summary>
19249       <param name=
"index"></param>
19250     </member>
19251     <member name=
"M:UnityEditor.SerializedProperty.DeleteCommand">
19252       <summary>
19253         <para>Deletes the serialized property.</para>
19254       </summary>
19255     </member>
19256     <member name=
"M:UnityEditor.SerializedProperty.DuplicateCommand">
19257       <summary>
19258         <para>Duplicates the serialized property.</para>
19259       </summary>
19260     </member>
19261     <member name=
"M:UnityEditor.SerializedProperty.EqualContents(UnityEditor.SerializedProperty,UnityEditor.SerializedProperty)">
19262       <summary>
19263         <para>See
if contained serialized properties are equal.</para>
19264       </summary>
19265       <param name=
"x"></param>
19266       <param name=
"y"></param>
19267     </member>
19268     <member name=
"M:UnityEditor.SerializedProperty.FindPropertyRelative(System.String)">
19269       <summary>
19270         <para>Retrieves the SerializedProperty at a relative path to the current property.</para>
19271       </summary>
19272       <param name=
"relativePropertyPath"></param>
19273     </member>
19274     <member name=
"M:UnityEditor.SerializedProperty.GetArrayElementAtIndex(System.Int32)">
19275       <summary>
19276         <para>Returns the element at the specified index
in the array.</para>
19277       </summary>
19278       <param name=
"index"></param>
19279     </member>
19280     <member name=
"M:UnityEditor.SerializedProperty.GetEndProperty()">
19281       <summary>
19282         <para>Retrieves the SerializedProperty that defines the end range of
this property.</para>
19283       </summary>
19284       <param name=
"includeInvisible"></param>
19285     </member>
19286     <member name=
"M:UnityEditor.SerializedProperty.GetEndProperty(System.Boolean)">
19287       <summary>
19288         <para>Retrieves the SerializedProperty that defines the end range of
this property.</para>
19289       </summary>
19290       <param name=
"includeInvisible"></param>
19291     </member>
19292     <member name=
"M:UnityEditor.SerializedProperty.GetEnumerator">
19293       <summary>
19294         <para>Retrieves an iterator that allows you to iterator over the current nexting of a serialized property.</para>
19295       </summary>
19296     </member>
19297     <member name=
"M:UnityEditor.SerializedProperty.InsertArrayElementAtIndex(System.Int32)">
19298       <summary>
19299         <para>Insert an empty element at the specified index
in the array.</para>
19300       </summary>
19301       <param name=
"index"></param>
19302     </member>
19303     <member name=
"M:UnityEditor.SerializedProperty.MoveArrayElement(System.Int32,System.Int32)">
19304       <summary>
19305         <para>Move an array element
from srcIndex to dstIndex.</para>
19306       </summary>
19307       <param name=
"srcIndex"></param>
19308       <param name=
"dstIndex"></param>
19309     </member>
19310     <member name=
"M:UnityEditor.SerializedProperty.Next(System.Boolean)">
19311       <summary>
19312         <para>Move to next property.</para>
19313       </summary>
19314       <param name=
"enterChildren"></param>
19315     </member>
19316     <member name=
"M:UnityEditor.SerializedProperty.NextVisible(System.Boolean)">
19317       <summary>
19318         <para>Move to next visible property.</para>
19319       </summary>
19320       <param name=
"enterChildren"></param>
19321     </member>
19322     <member name=
"M:UnityEditor.SerializedProperty.Reset">
19323       <summary>
19324         <para>Move to first property of the
object.</para>
19325       </summary>
19326     </member>
19327     <member name=
"T:UnityEditor.SerializedPropertyType">
19328       <summary>
19329         <para>Type of a SerializedProperty.</para>
19330       </summary>
19331     </member>
19332     <member name=
"F:UnityEditor.SerializedPropertyType.AnimationCurve">
19333       <summary>
19334         <para>AnimationCurve property.</para>
19335       </summary>
19336     </member>
19337     <member name=
"F:UnityEditor.SerializedPropertyType.ArraySize">
19338       <summary>
19339         <para>Array size property.</para>
19340       </summary>
19341     </member>
19342     <member name=
"F:UnityEditor.SerializedPropertyType.Boolean">
19343       <summary>
19344         <para>Boolean property.</para>
19345       </summary>
19346     </member>
19347     <member name=
"F:UnityEditor.SerializedPropertyType.Bounds">
19348       <summary>
19349         <para>Bounds property.</para>
19350       </summary>
19351     </member>
19352     <member name=
"F:UnityEditor.SerializedPropertyType.Character">
19353       <summary>
19354         <para>Character property.</para>
19355       </summary>
19356     </member>
19357     <member name=
"F:UnityEditor.SerializedPropertyType.Color">
19358       <summary>
19359         <para>Color property.</para>
19360       </summary>
19361     </member>
19362     <member name=
"F:UnityEditor.SerializedPropertyType.Enum">
19363       <summary>
19364         <para>Enumeration property.</para>
19365       </summary>
19366     </member>
19367     <member name=
"F:UnityEditor.SerializedPropertyType.Float">
19368       <summary>
19369         <para>Float property.</para>
19370       </summary>
19371     </member>
19372     <member name=
"F:UnityEditor.SerializedPropertyType.Gradient">
19373       <summary>
19374         <para>Gradient property.</para>
19375       </summary>
19376     </member>
19377     <member name=
"F:UnityEditor.SerializedPropertyType.Integer">
19378       <summary>
19379         <para>Integer property.</para>
19380       </summary>
19381     </member>
19382     <member name=
"F:UnityEditor.SerializedPropertyType.LayerMask">
19383       <summary>
19384         <para>LayerMask property.</para>
19385       </summary>
19386     </member>
19387     <member name=
"F:UnityEditor.SerializedPropertyType.ObjectReference">
19388       <summary>
19389         <para>Reference to another
object.</para>
19390       </summary>
19391     </member>
19392     <member name=
"F:UnityEditor.SerializedPropertyType.Quaternion">
19393       <summary>
19394         <para>Quaternion property.</para>
19395       </summary>
19396     </member>
19397     <member name=
"F:UnityEditor.SerializedPropertyType.Rect">
19398       <summary>
19399         <para>Rectangle property.</para>
19400       </summary>
19401     </member>
19402     <member name=
"F:UnityEditor.SerializedPropertyType.String">
19403       <summary>
19404         <para>String property.</para>
19405       </summary>
19406     </member>
19407     <member name=
"F:UnityEditor.SerializedPropertyType.Vector2">
19408       <summary>
19409         <para>
2D vector property.</para>
19410       </summary>
19411     </member>
19412     <member name=
"F:UnityEditor.SerializedPropertyType.Vector3">
19413       <summary>
19414         <para>
3D vector property.</para>
19415       </summary>
19416     </member>
19417     <member name=
"F:UnityEditor.SerializedPropertyType.Vector4">
19418       <summary>
19419         <para>
4D vector property.</para>
19420       </summary>
19421     </member>
19422     <member name=
"T:UnityEditor.ShaderGUI">
19423       <summary>
19424         <para>Abstract
class to derive from for defining custom GUI for shader properties and for extending the material preview.</para>
19425       </summary>
19426     </member>
19427     <member name=
"M:UnityEditor.ShaderGUI.AssignNewShaderToMaterial(UnityEngine.Material,UnityEngine.Shader,UnityEngine.Shader)">
19428       <summary>
19429         <para>This method
is called when a new shader has been selected for a Material.</para>
19430       </summary>
19431       <param name=
"material">The material the newShader should be assigned to.</param>
19432       <param name=
"oldShader">Previous shader.</param>
19433       <param name=
"newShader">New shader to assign to the material.</param>
19434     </member>
19435     <member name=
"M:UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[])">
19436       <summary>
19437         <para>Find shader properties.</para>
19438       </summary>
19439       <param name=
"propertyName">Name of the material property.</param>
19440       <param name=
"properties">The array of available properties.</param>
19441       <param name=
"propertyIsMandatory">If true then this method will throw an exception if a property with propertyName was not found.</param>
19442       <returns>
19443         <para>The material property found, otherwise
null.</para>
19444       </returns>
19445     </member>
19446     <member name=
"M:UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[],System.Boolean)">
19447       <summary>
19448         <para>Find shader properties.</para>
19449       </summary>
19450       <param name=
"propertyName">Name of the material property.</param>
19451       <param name=
"properties">The array of available properties.</param>
19452       <param name=
"propertyIsMandatory">If true then this method will throw an exception if a property with propertyName was not found.</param>
19453       <returns>
19454         <para>The material property found, otherwise
null.</para>
19455       </returns>
19456     </member>
19457     <member name=
"M:UnityEditor.ShaderGUI.OnGUI(UnityEditor.MaterialEditor,UnityEditor.MaterialProperty[])">
19458       <summary>
19459         <para>To define a custom shader GUI use the methods of materialEditor to render controls
for the properties array.</para>
19460       </summary>
19461       <param name=
"materialEditor">The MaterialEditor that are calling this OnGUI (the 'owner').</param>
19462       <param name=
"properties">Material properties of the current selected shader.</param>
19463     </member>
19464     <member name=
"M:UnityEditor.ShaderGUI.OnMaterialPreviewGUI(UnityEditor.MaterialEditor,UnityEngine.Rect,UnityEngine.GUIStyle)">
19465       <summary>
19466         <para>Override
for extending the rendering of the Preview area or completly replace the preview (by not calling base.OnMaterialPreviewGUI).</para>
19467       </summary>
19468       <param name=
"materialEditor">The MaterialEditor that are calling this method (the 'owner').</param>
19469       <param name=
"r">Preview rect.</param>
19470       <param name=
"background">Style for the background.</param>
19471     </member>
19472     <member name=
"M:UnityEditor.ShaderGUI.OnMaterialPreviewSettingsGUI(UnityEditor.MaterialEditor)">
19473       <summary>
19474         <para>Override
for extending the functionality of the toolbar of the preview area or completly replace the toolbar by not calling base.OnMaterialPreviewSettingsGUI.</para>
19475       </summary>
19476       <param name=
"materialEditor">The MaterialEditor that are calling this method (the 'owner').</param>
19477     </member>
19478     <member name=
"T:UnityEditor.ShaderUtil">
19479       <summary>
19480         <para>Utility functions to assist with working with shaders
from the editor.</para>
19481       </summary>
19482     </member>
19483     <member name=
"P:UnityEditor.ShaderUtil.hardwareSupportsRectRenderTexture">
19484       <summary>
19485         <para>Does the current hardware support render textues.</para>
19486       </summary>
19487     </member>
19488     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyCount(UnityEngine.Shader)">
19489       <summary>
19490         <para>Get the number of properties
in Shader s.</para>
19491       </summary>
19492       <param name=
"s">The shader to check against.</param>
19493     </member>
19494     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyDescription(UnityEngine.Shader,System.Int32)">
19495       <summary>
19496         <para>Get the description of the shader propery at index propertyIdx of Shader s.</para>
19497       </summary>
19498       <param name=
"s">The shader to check against.</param>
19499       <param name=
"propertyIdx">The property index to use.</param>
19500     </member>
19501     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyName(UnityEngine.Shader,System.Int32)">
19502       <summary>
19503         <para>Get the name of the shader propery at index propertyIdx of Shader s.</para>
19504       </summary>
19505       <param name=
"s">The shader to check against.</param>
19506       <param name=
"propertyIdx">The property index to use.</param>
19507     </member>
19508     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyType(UnityEngine.Shader,System.Int32)">
19509       <summary>
19510         <para>Get the ShaderProperyType of the shader propery at index propertyIdx of Shader s.</para>
19511       </summary>
19512       <param name=
"s">The shader to check against.</param>
19513       <param name=
"propertyIdx">The property index to use.</param>
19514     </member>
19515     <member name=
"M:UnityEditor.ShaderUtil.GetRangeLimits(UnityEngine.Shader,System.Int32,System.Int32)">
19516       <summary>
19517         <para>Get Limits
for a range property at index propertyIdx of Shader s.</para>
19518       </summary>
19519       <param name=
"defminmax">Which value to get: 0 = default, 1 = min, 2 = max.</param>
19520       <param name=
"s">The shader to check against.</param>
19521       <param name=
"propertyIdx">The property index to use.</param>
19522     </member>
19523     <member name=
"M:UnityEditor.ShaderUtil.GetTexDim(UnityEngine.Shader,System.Int32)">
19524       <summary>
19525         <para>Gets texture dimension of a shader property.</para>
19526       </summary>
19527       <param name=
"s">The shader to get the property from.</param>
19528       <param name=
"propertyIdx">The property index to use.</param>
19529       <returns>
19530         <para>Texture dimension.</para>
19531       </returns>
19532     </member>
19533     <member name=
"M:UnityEditor.ShaderUtil.IsShaderPropertyHidden(UnityEngine.Shader,System.Int32)">
19534       <summary>
19535         <para>Is the shader propery at index propertyIdx of Shader s hidden?</para>
19536       </summary>
19537       <param name=
"s">The shader to check against.</param>
19538       <param name=
"propertyIdx">The property index to use.</param>
19539     </member>
19540     <member name=
"T:UnityEditor.ShaderUtil.ShaderPropertyType">
19541       <summary>
19542         <para>Type of a given texture property.</para>
19543       </summary>
19544     </member>
19545     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Color">
19546       <summary>
19547         <para>Color Property.</para>
19548       </summary>
19549     </member>
19550     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Float">
19551       <summary>
19552         <para>Float Property.</para>
19553       </summary>
19554     </member>
19555     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Range">
19556       <summary>
19557         <para>Range Property.</para>
19558       </summary>
19559     </member>
19560     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.TexEnv">
19561       <summary>
19562         <para>Texture Property.</para>
19563       </summary>
19564     </member>
19565     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Vector">
19566       <summary>
19567         <para>Vector Property.</para>
19568       </summary>
19569     </member>
19570     <member name=
"T:UnityEditor.SketchUpImportCamera">
19571       <summary>
19572         <para>Structure to hold camera data extracted
from a SketchUp file.</para>
19573       </summary>
19574     </member>
19575     <member name=
"F:UnityEditor.SketchUpImportCamera.aspectRatio">
19576       <summary>
19577         <para>Aspect ratio of the camera.</para>
19578       </summary>
19579     </member>
19580     <member name=
"F:UnityEditor.SketchUpImportCamera.fieldOfView">
19581       <summary>
19582         <para>Field of view of the camera.</para>
19583       </summary>
19584     </member>
19585     <member name=
"F:UnityEditor.SketchUpImportCamera.isPerspective">
19586       <summary>
19587         <para>Indicate
if the camera is using a perspective or orthogonal projection.</para>
19588       </summary>
19589     </member>
19590     <member name=
"F:UnityEditor.SketchUpImportCamera.lookAt">
19591       <summary>
19592         <para>The position the camera
is looking at.</para>
19593       </summary>
19594     </member>
19595     <member name=
"F:UnityEditor.SketchUpImportCamera.orthoSize">
19596       <summary>
19597         <para>The orthogonal projection size of the camera. This
value only make sense if SketchUpImportCamera.isPerspective is false.</para>
19598       </summary>
19599     </member>
19600     <member name=
"F:UnityEditor.SketchUpImportCamera.position">
19601       <summary>
19602         <para>The position of the camera.</para>
19603       </summary>
19604     </member>
19605     <member name=
"F:UnityEditor.SketchUpImportCamera.up">
19606       <summary>
19607         <para>Up vector of the camera.</para>
19608       </summary>
19609     </member>
19610     <member name=
"T:UnityEditor.SketchUpImporter">
19611       <summary>
19612         <para>Derives
from AssetImporter to handle importing of SketchUp files.</para>
19613       </summary>
19614     </member>
19615     <member name=
"P:UnityEditor.SketchUpImporter.latitude">
19616       <summary>
19617         <para>Retrieves the latitude Geo Coordinate imported
from the SketchUp file.</para>
19618       </summary>
19619     </member>
19620     <member name=
"P:UnityEditor.SketchUpImporter.longitude">
19621       <summary>
19622         <para>Retrieves the longitude Geo Coordinate imported
from the SketchUp file.</para>
19623       </summary>
19624     </member>
19625     <member name=
"P:UnityEditor.SketchUpImporter.northCorrection">
19626       <summary>
19627         <para>Retrieves the north correction
value imported from the SketchUp file.</para>
19628       </summary>
19629     </member>
19630     <member name=
"M:UnityEditor.SketchUpImporter.GetDefaultCamera">
19631       <summary>
19632         <para>The
default camera or the camera of the active scene which the SketchUp file was saved with.</para>
19633       </summary>
19634       <returns>
19635         <para>The
default camera.</para>
19636       </returns>
19637     </member>
19638     <member name=
"M:UnityEditor.SketchUpImporter.GetScenes">
19639       <summary>
19640         <para>The method returns an array of SketchUpImportScene which represents SketchUp scenes.</para>
19641       </summary>
19642       <returns>
19643         <para>Array of scenes extracted
from a SketchUp file.</para>
19644       </returns>
19645     </member>
19646     <member name=
"T:UnityEditor.SketchUpImportScene">
19647       <summary>
19648         <para>Structure to hold scene data extracted
from a SketchUp file.</para>
19649       </summary>
19650     </member>
19651     <member name=
"F:UnityEditor.SketchUpImportScene.camera">
19652       <summary>
19653         <para>The camera data of the SketchUp scene.</para>
19654       </summary>
19655     </member>
19656     <member name=
"F:UnityEditor.SketchUpImportScene.name">
19657       <summary>
19658         <para>The name of the SketchUp scene.</para>
19659       </summary>
19660     </member>
19661     <member name=
"T:UnityEditor.SpeedTreeImporter">
19662       <summary>
19663         <para>AssetImportor
for importing SpeedTree model assets.</para>
19664       </summary>
19665     </member>
19666     <member name=
"P:UnityEditor.SpeedTreeImporter.alphaTestRef">
19667       <summary>
19668         <para>Gets and sets a
default alpha test reference values.</para>
19669       </summary>
19670     </member>
19671     <member name=
"P:UnityEditor.SpeedTreeImporter.animateCrossFading">
19672       <summary>
19673         <para>Indicates
if the cross-fade LOD transition, applied to the last mesh LOD and the billboard, should be animated.</para>
19674       </summary>
19675     </member>
19676     <member name=
"P:UnityEditor.SpeedTreeImporter.bestWindQuality">
19677       <summary>
19678         <para>Returns the best-possible wind quality
on this asset (configured in SpeedTree modeler).</para>
19679       </summary>
19680     </member>
19681     <member name=
"P:UnityEditor.SpeedTreeImporter.billboardTransitionCrossFadeWidth">
19682       <summary>
19683         <para>Proportion of the last
3D mesh LOD region width which is used for cross-fading to billboard tree.</para>
19684       </summary>
19685     </member>
19686     <member name=
"P:UnityEditor.SpeedTreeImporter.castShadows">
19687       <summary>
19688         <para>Gets and sets an array of booleans to enable shadow casting
for each LOD.</para>
19689       </summary>
19690     </member>
19691     <member name=
"P:UnityEditor.SpeedTreeImporter.enableBump">
19692       <summary>
19693         <para>Gets and sets an array of booleans to enable normal mapping
for each LOD.</para>
19694       </summary>
19695     </member>
19696     <member name=
"P:UnityEditor.SpeedTreeImporter.enableHue">
19697       <summary>
19698         <para>Gets and sets an array of booleans to enable Hue variation effect
for each LOD.</para>
19699       </summary>
19700     </member>
19701     <member name=
"P:UnityEditor.SpeedTreeImporter.enableSmoothLODTransition">
19702       <summary>
19703         <para>Enables smooth LOD transitions.</para>
19704       </summary>
19705     </member>
19706     <member name=
"P:UnityEditor.SpeedTreeImporter.fadeOutWidth">
19707       <summary>
19708         <para>Proportion of the billboard LOD region width which
is used for fading out the billboard.</para>
19709       </summary>
19710     </member>
19711     <member name=
"P:UnityEditor.SpeedTreeImporter.hasBillboard">
19712       <summary>
19713         <para>Tells
if there is a billboard LOD.</para>
19714       </summary>
19715     </member>
19716     <member name=
"P:UnityEditor.SpeedTreeImporter.hasImported">
19717       <summary>
19718         <para>Tells
if the SPM file has been previously imported.</para>
19719       </summary>
19720     </member>
19721     <member name=
"P:UnityEditor.SpeedTreeImporter.hueVariation">
19722       <summary>
19723         <para>Gets and sets a
default Hue variation color and amount (in alpha).</para>
19724       </summary>
19725     </member>
19726     <member name=
"P:UnityEditor.SpeedTreeImporter.mainColor">
19727       <summary>
19728         <para>Gets and sets a
default main color.</para>
19729       </summary>
19730     </member>
19731     <member name=
"P:UnityEditor.SpeedTreeImporter.materialFolderPath">
19732       <summary>
19733         <para>Returns the folder path
where generated materials will be placed in.</para>
19734       </summary>
19735     </member>
19736     <member name=
"P:UnityEditor.SpeedTreeImporter.receiveShadows">
19737       <summary>
19738         <para>Gets and sets an array of booleans to enable shadow receiving
for each LOD.</para>
19739       </summary>
19740     </member>
19741     <member name=
"P:UnityEditor.SpeedTreeImporter.reflectionProbeUsages">
19742       <summary>
19743         <para>Gets and sets an array of Reflection Probe usages
for each LOD.</para>
19744       </summary>
19745     </member>
19746     <member name=
"P:UnityEditor.SpeedTreeImporter.scaleFactor">
19747       <summary>
19748         <para>How much to scale the tree model compared to what
is in the .spm file.</para>
19749       </summary>
19750     </member>
19751     <member name=
"P:UnityEditor.SpeedTreeImporter.shininess">
19752       <summary>
19753         <para>Gets and sets a
default Shininess value.</para>
19754       </summary>
19755     </member>
19756     <member name=
"P:UnityEditor.SpeedTreeImporter.specColor">
19757       <summary>
19758         <para>Gets and sets a
default specular color.</para>
19759       </summary>
19760     </member>
19761     <member name=
"P:UnityEditor.SpeedTreeImporter.useLightProbes">
19762       <summary>
19763         <para>Gets and sets an array of booleans to enable Light Probe lighting
for each LOD.</para>
19764       </summary>
19765     </member>
19766     <member name=
"P:UnityEditor.SpeedTreeImporter.windQualities">
19767       <summary>
19768         <para>Gets and sets an array of integers of the wind qualities
on each LOD. Values will be clampped by BestWindQuality internally.</para>
19769       </summary>
19770     </member>
19771     <member name=
"F:UnityEditor.SpeedTreeImporter.windQualityNames">
19772       <summary>
19773         <para>Gets an array of name strings
for wind quality value.</para>
19774       </summary>
19775     </member>
19776     <member name=
"M:UnityEditor.SpeedTreeImporter.#ctor">
19777       <summary>
19778         <para>Construct a
new SpeedTreeImporter object.</para>
19779       </summary>
19780     </member>
19781     <member name=
"M:UnityEditor.SpeedTreeImporter.GenerateMaterials">
19782       <summary>
19783         <para>Generates all necessary materials under materialFolderPath. If Version Control
is enabled please first check out the folder.</para>
19784       </summary>
19785     </member>
19786     <member name=
"P:UnityEditor.SpeedTreeImporter.LODHeights">
19787       <summary>
19788         <para>Gets and sets an array of floats of each LOD
's screen height value.</para>
19789       </summary>
19790     </member>
19791     <member name=
"T:UnityEditor.SplashScreenStyle">
19792       <summary>
19793         <para>The style of builtin splash screen to use.</para>
19794       </summary>
19795     </member>
19796     <member name=
"F:UnityEditor.SplashScreenStyle.Dark">
19797       <summary>
19798         <para>Dark background with light logo and text.</para>
19799       </summary>
19800     </member>
19801     <member name=
"F:UnityEditor.SplashScreenStyle.Light">
19802       <summary>
19803         <para>White background with dark logo and text.</para>
19804       </summary>
19805     </member>
19806     <member name=
"T:UnityEditor.SpriteImportMode">
19807       <summary>
19808         <para>Texture importer modes
for Sprite import.</para>
19809       </summary>
19810     </member>
19811     <member name=
"F:UnityEditor.SpriteImportMode.Multiple">
19812       <summary>
19813         <para>Sprites are multiple image sections extracted
from the texture.</para>
19814       </summary>
19815     </member>
19816     <member name=
"F:UnityEditor.SpriteImportMode.None">
19817       <summary>
19818         <para>Graphic
is not a Sprite.</para>
19819       </summary>
19820     </member>
19821     <member name=
"F:UnityEditor.SpriteImportMode.Polygon">
19822       <summary>
19823         <para>Sprite has it own mesh outline defined.</para>
19824       </summary>
19825     </member>
19826     <member name=
"F:UnityEditor.SpriteImportMode.Single">
19827       <summary>
19828         <para>Sprite
is a single image section extracted automatically from the texture.</para>
19829       </summary>
19830     </member>
19831     <member name=
"T:UnityEditor.SpriteMetaData">
19832       <summary>
19833         <para>Editor data used
in producing a Sprite.</para>
19834       </summary>
19835     </member>
19836     <member name=
"F:UnityEditor.SpriteMetaData.alignment">
19837       <summary>
19838         <para>Edge-relative alignment of the sprite graphic.</para>
19839       </summary>
19840     </member>
19841     <member name=
"F:UnityEditor.SpriteMetaData.border">
19842       <summary>
19843         <para>Edge border size
for a sprite (in pixels).</para>
19844       </summary>
19845     </member>
19846     <member name=
"F:UnityEditor.SpriteMetaData.name">
19847       <summary>
19848         <para>Name of the Sprite.</para>
19849       </summary>
19850     </member>
19851     <member name=
"F:UnityEditor.SpriteMetaData.pivot">
19852       <summary>
19853         <para>Pivot point of the Sprite relative to its bounding rectangle.</para>
19854       </summary>
19855     </member>
19856     <member name=
"F:UnityEditor.SpriteMetaData.rect">
19857       <summary>
19858         <para>Bounding rectangle of the sprite
's graphic within the atlas image.</para>
19859       </summary>
19860     </member>
19861     <member name=
"T:UnityEditor.SpritePackerMode">
19862       <summary>
19863         <para>Sprite Packer mode
for the current project.</para>
19864       </summary>
19865     </member>
19866     <member name=
"F:UnityEditor.SpritePackerMode.AlwaysOn">
19867       <summary>
19868         <para>Always maintain an up-to-date sprite atlas cache.</para>
19869       </summary>
19870     </member>
19871     <member name=
"F:UnityEditor.SpritePackerMode.BuildTimeOnly">
19872       <summary>
19873         <para>Updates sprite atlas cache
when building player/bundles.</para>
19874       </summary>
19875     </member>
19876     <member name=
"F:UnityEditor.SpritePackerMode.Disabled">
19877       <summary>
19878         <para>Doesn
't pack sprites.</para>
19879       </summary>
19880     </member>
19881     <member name=
"T:UnityEditor.Sprites.AtlasSettings">
19882       <summary>
19883         <para>Describes the final atlas texture.</para>
19884       </summary>
19885     </member>
19886     <member name=
"F:UnityEditor.Sprites.AtlasSettings.allowsAlphaSplitting">
19887       <summary>
19888         <para>Marks
this atlas so that it contains textures that have been flagged for Alpha splitting when needed (for example ETC1 compression for textures with transparency).</para>
19889       </summary>
19890     </member>
19891     <member name=
"F:UnityEditor.Sprites.AtlasSettings.anisoLevel">
19892       <summary>
19893         <para>Anisotropic filtering level of the atlas texture.</para>
19894       </summary>
19895     </member>
19896     <member name=
"F:UnityEditor.Sprites.AtlasSettings.colorSpace">
19897       <summary>
19898         <para>Desired color space of the atlas.</para>
19899       </summary>
19900     </member>
19901     <member name=
"F:UnityEditor.Sprites.AtlasSettings.compressionQuality">
19902       <summary>
19903         <para>Quality of atlas texture compression
in the range [0..100].</para>
19904       </summary>
19905     </member>
19906     <member name=
"F:UnityEditor.Sprites.AtlasSettings.enableRotation">
19907       <summary>
19908         <para>Allows Sprite Packer to rotate/flip the Sprite to ensure optimal Packing.</para>
19909       </summary>
19910     </member>
19911     <member name=
"F:UnityEditor.Sprites.AtlasSettings.filterMode">
19912       <summary>
19913         <para>Filtering mode of the atlas texture.</para>
19914       </summary>
19915     </member>
19916     <member name=
"F:UnityEditor.Sprites.AtlasSettings.format">
19917       <summary>
19918         <para>The format of the atlas texture.</para>
19919       </summary>
19920     </member>
19921     <member name=
"F:UnityEditor.Sprites.AtlasSettings.generateMipMaps">
19922       <summary>
19923         <para>Should sprite atlas textures generate mip maps?</para>
19924       </summary>
19925     </member>
19926     <member name=
"F:UnityEditor.Sprites.AtlasSettings.maxHeight">
19927       <summary>
19928         <para>Maximum height of the atlas texture.</para>
19929       </summary>
19930     </member>
19931     <member name=
"F:UnityEditor.Sprites.AtlasSettings.maxWidth">
19932       <summary>
19933         <para>Maximum width of the atlas texture.</para>
19934       </summary>
19935     </member>
19936     <member name=
"F:UnityEditor.Sprites.AtlasSettings.paddingPower">
19937       <summary>
19938         <para>The amount of extra padding between packed sprites.</para>
19939       </summary>
19940     </member>
19941     <member name=
"?:UnityEditor.Sprites.IPackerPolicy">
19942       <summary>
19943         <para>Sprite packing policy
interface. Provide a custom implementation to control which Sprites go into which atlases.</para>
19944       </summary>
19945     </member>
19946     <member name=
"M:UnityEditor.Sprites.IPackerPolicy.GetVersion">
19947       <summary>
19948         <para>Return the version of your policy. Sprite Packer needs to know
if atlas grouping logic changed.</para>
19949       </summary>
19950     </member>
19951     <member name=
"M:UnityEditor.Sprites.IPackerPolicy.OnGroupAtlases(UnityEditor.BuildTarget,UnityEditor.Sprites.PackerJob,System.Int32[])">
19952       <summary>
19953         <para>Implement custom atlas grouping here.</para>
19954       </summary>
19955       <param name=
"target"></param>
19956       <param name=
"job"></param>
19957       <param name=
"textureImporterInstanceIDs"></param>
19958     </member>
19959     <member name=
"T:UnityEditor.Sprites.Packer">
19960       <summary>
19961         <para>Sprite Packer helpers.</para>
19962       </summary>
19963     </member>
19964     <member name=
"P:UnityEditor.Sprites.Packer.atlasNames">
19965       <summary>
19966         <para>Array of Sprite atlas names found
in the current atlas cache.</para>
19967       </summary>
19968     </member>
19969     <member name=
"F:UnityEditor.Sprites.Packer.kDefaultPolicy">
19970       <summary>
19971         <para>Name of the
default Sprite Packer policy.</para>
19972       </summary>
19973     </member>
19974     <member name=
"T:UnityEditor.Sprites.Packer.Execution">
19975       <summary>
19976         <para>Sprite Packer execution mode.</para>
19977       </summary>
19978     </member>
19979     <member name=
"F:UnityEditor.Sprites.Packer.Execution.ForceRegroup">
19980       <summary>
19981         <para>Will always trigger IPackerPolicy.OnGroupAtlases.</para>
19982       </summary>
19983     </member>
19984     <member name=
"F:UnityEditor.Sprites.Packer.Execution.Normal">
19985       <summary>
19986         <para>Normal execution. Will not trigger IPackerPolicy.OnGroupAtlases unless IPackerPolicy, IPackerPolicy version or TextureImporter settings have changed.</para>
19987       </summary>
19988     </member>
19989     <member name=
"M:UnityEditor.Sprites.Packer.GetAlphaTexturesForAtlas(System.String)">
19990       <summary>
19991         <para>Returns all alpha atlas textures generated
for the specified atlas.</para>
19992       </summary>
19993       <param name=
"atlasName">Name of the atlas.</param>
19994     </member>
19995     <member name=
"M:UnityEditor.Sprites.Packer.GetAtlasDataForSprite(UnityEngine.Sprite,System.String&amp;,UnityEngine.Texture2D&amp;)">
19996       <summary>
19997         <para>Returns atlasing data
for the specified Sprite.</para>
19998       </summary>
19999       <param name=
"sprite">Sprite to query.</param>
20000       <param name=
"atlasName">Gets set to the name of the atlas containing the specified Sprite.</param>
20001       <param name=
"atlasTexture">Gets set to the Texture containing the specified Sprite.</param>
20002     </member>
20003     <member name=
"M:UnityEditor.Sprites.Packer.GetTexturesForAtlas(System.String)">
20004       <summary>
20005         <para>Returns all atlas textures generated
for the specified atlas.</para>
20006       </summary>
20007       <param name=
"atlasName">Atlas name.</param>
20008     </member>
20009     <member name=
"P:UnityEditor.Sprites.Packer.Policies">
20010       <summary>
20011         <para>Available Sprite Packer policies
for this project.</para>
20012       </summary>
20013     </member>
20014     <member name=
"M:UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget,System.Boolean,UnityEditor.Sprites.Packer/Execution)">
20015       <summary>
20016         <para>Rebuilds the Sprite atlas cache.</para>
20017       </summary>
20018       <param name=
"target"></param>
20019       <param name=
"displayProgressBar"></param>
20020       <param name=
"execution"></param>
20021     </member>
20022     <member name=
"P:UnityEditor.Sprites.Packer.SelectedPolicy">
20023       <summary>
20024         <para>The active Sprite Packer policy
for this project.</para>
20025       </summary>
20026     </member>
20027     <member name=
"T:UnityEditor.Sprites.PackerJob">
20028       <summary>
20029         <para>Current Sprite Packer job definition.</para>
20030       </summary>
20031     </member>
20032     <member name=
"M:UnityEditor.Sprites.PackerJob.AddAtlas(System.String,UnityEditor.Sprites.AtlasSettings)">
20033       <summary>
20034         <para>Registers a
new atlas.</para>
20035       </summary>
20036       <param name=
"atlasName"></param>
20037       <param name=
"settings"></param>
20038     </member>
20039     <member name=
"M:UnityEditor.Sprites.PackerJob.AssignToAtlas(System.String,UnityEngine.Sprite,UnityEngine.SpritePackingMode,UnityEngine.SpritePackingRotation)">
20040       <summary>
20041         <para>Assigns a Sprite to an already registered atlas.</para>
20042       </summary>
20043       <param name=
"atlasName"></param>
20044       <param name=
"sprite"></param>
20045       <param name=
"packingMode"></param>
20046       <param name=
"packingRotation"></param>
20047     </member>
20048     <member name=
"T:UnityEditor.Sprites.SpriteUtility">
20049       <summary>
20050         <para>Helper utilities
for accessing Sprite data.</para>
20051       </summary>
20052     </member>
20053     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteIndices(UnityEngine.Sprite,System.Boolean)">
20054       <summary>
20055         <para>Returns the generated Sprite mesh indices.</para>
20056       </summary>
20057       <param name=
"sprite">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
20058       <param name=
"getAtlasData"></param>
20059     </member>
20060     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteMesh(UnityEngine.Sprite,System.Boolean)">
20061       <summary>
20062         <para>Returns the generated Sprite mesh positions.</para>
20063       </summary>
20064       <param name=
"getAtlasData">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
20065       <param name=
"sprite"></param>
20066     </member>
20067     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteTexture(UnityEngine.Sprite,System.Boolean)">
20068       <summary>
20069         <para>Returns the generated Sprite texture. If Sprite
is packed, it is possible to query for both source and atlas textures.</para>
20070       </summary>
20071       <param name=
"getAtlasData">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
20072       <param name=
"sprite"></param>
20073     </member>
20074     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteUVs(UnityEngine.Sprite,System.Boolean)">
20075       <summary>
20076         <para>Returns the generated Sprite mesh uvs.</para>
20077       </summary>
20078       <param name=
"sprite">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
20079       <param name=
"getAtlasData"></param>
20080     </member>
20081     <member name=
"T:UnityEditor.StaticEditorFlags">
20082       <summary>
20083         <para>Static Editor Flags.</para>
20084       </summary>
20085     </member>
20086     <member name=
"F:UnityEditor.StaticEditorFlags.BatchingStatic">
20087       <summary>
20088         <para>Consider
for static batching.</para>
20089       </summary>
20090     </member>
20091     <member name=
"F:UnityEditor.StaticEditorFlags.LightmapStatic">
20092       <summary>
20093         <para>Considered
static for lightmapping.</para>
20094       </summary>
20095     </member>
20096     <member name=
"F:UnityEditor.StaticEditorFlags.NavigationStatic">
20097       <summary>
20098         <para>Considered
static for navigation.</para>
20099       </summary>
20100     </member>
20101     <member name=
"F:UnityEditor.StaticEditorFlags.OccludeeStatic">
20102       <summary>
20103         <para>Considered
static for occlusion.</para>
20104       </summary>
20105     </member>
20106     <member name=
"F:UnityEditor.StaticEditorFlags.OccluderStatic">
20107       <summary>
20108         <para>Considered
static for occlusion.</para>
20109       </summary>
20110     </member>
20111     <member name=
"F:UnityEditor.StaticEditorFlags.OffMeshLinkGeneration">
20112       <summary>
20113         <para>Auto-generate OffMeshLink.</para>
20114       </summary>
20115     </member>
20116     <member name=
"F:UnityEditor.StaticEditorFlags.ReflectionProbeStatic">
20117       <summary>
20118         <para>Consider
static for reflection probe.</para>
20119       </summary>
20120     </member>
20121     <member name=
"T:UnityEditor.StaticOcclusionCulling">
20122       <summary>
20123         <para>StaticOcclusionCulling lets you perform
static occlusion culling operations.</para>
20124       </summary>
20125     </member>
20126     <member name=
"P:UnityEditor.StaticOcclusionCulling.doesSceneHaveManualPortals">
20127       <summary>
20128         <para>Does the scene contain any occlusion portals that were added manually rather than automatically?</para>
20129       </summary>
20130     </member>
20131     <member name=
"P:UnityEditor.StaticOcclusionCulling.isRunning">
20132       <summary>
20133         <para>Used to check
if asynchronous generation of static occlusion culling data is still running.</para>
20134       </summary>
20135     </member>
20136     <member name=
"P:UnityEditor.StaticOcclusionCulling.umbraDataSize">
20137       <summary>
20138         <para>Returns the size
in bytes that the PVS data is currently taking up in this scene on disk.</para>
20139       </summary>
20140     </member>
20141     <member name=
"M:UnityEditor.StaticOcclusionCulling.Cancel">
20142       <summary>
20143         <para>Used to cancel asynchronous generation of
static occlusion culling data.</para>
20144       </summary>
20145     </member>
20146     <member name=
"M:UnityEditor.StaticOcclusionCulling.Clear">
20147       <summary>
20148         <para>Clears the PVS of the opened scene.</para>
20149       </summary>
20150     </member>
20151     <member name=
"M:UnityEditor.StaticOcclusionCulling.Compute">
20152       <summary>
20153         <para>Used to generate
static occlusion culling data.</para>
20154       </summary>
20155     </member>
20156     <member name=
"M:UnityEditor.StaticOcclusionCulling.GenerateInBackground">
20157       <summary>
20158         <para>Used to compute
static occlusion culling data asynchronously.</para>
20159       </summary>
20160     </member>
20161     <member name=
"M:UnityEditor.StaticOcclusionCulling.GenerateInBackground">
20162       <summary>
20163         <para>Used to compute
static occlusion culling data asynchronously.</para>
20164       </summary>
20165     </member>
20166     <member name=
"T:UnityEditor.StaticOcclusionCullingVisualization">
20167       <summary>
20168         <para>Used to visualize
static occlusion culling at development time in scene view.</para>
20169       </summary>
20170     </member>
20171     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showGeometryCulling">
20172       <summary>
20173         <para>If
set to true, culling of geometry is enabled.</para>
20174       </summary>
20175     </member>
20176     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showOcclusionCulling">
20177       <summary>
20178         <para>If
set to true, visualization of target volumes is enabled.</para>
20179       </summary>
20180     </member>
20181     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showPortals">
20182       <summary>
20183         <para>If
set to true, visualization of portals is enabled.</para>
20184       </summary>
20185     </member>
20186     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showPreVisualization">
20187       <summary>
20188         <para>If
set to true, the visualization lines of the PVS volumes will show all cells rather than cells after culling.</para>
20189       </summary>
20190     </member>
20191     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showViewVolumes">
20192       <summary>
20193         <para>If
set to true, visualization of view volumes is enabled.</para>
20194       </summary>
20195     </member>
20196     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showVisibilityLines">
20197       <summary>
20198         <para>If
set to true, visualization of portals is enabled.</para>
20199       </summary>
20200     </member>
20201     <member name=
"T:UnityEditor.StrippingLevel">
20202       <summary>
20203         <para>Managed code stripping level.</para>
20204       </summary>
20205     </member>
20206     <member name=
"F:UnityEditor.StrippingLevel.Disabled">
20207       <summary>
20208         <para>Managed code stripping
is disabled.</para>
20209       </summary>
20210     </member>
20211     <member name=
"F:UnityEditor.StrippingLevel.StripAssemblies">
20212       <summary>
20213         <para>Unused parts of managed code are stripped away.</para>
20214       </summary>
20215     </member>
20216     <member name=
"F:UnityEditor.StrippingLevel.StripByteCode">
20217       <summary>
20218         <para>Managed method bodies are stripped away. AOT platforms only.</para>
20219       </summary>
20220     </member>
20221     <member name=
"F:UnityEditor.StrippingLevel.UseMicroMSCorlib">
20222       <summary>
20223         <para>Lightweight mscorlib version will be used at expense of limited compatibility.</para>
20224       </summary>
20225     </member>
20226     <member name=
"T:UnityEditor.SubstanceArchive">
20227       <summary>
20228         <para>Class
for Substance Archive handling.</para>
20229       </summary>
20230     </member>
20231     <member name=
"T:UnityEditor.SubstanceImporter">
20232       <summary>
20233         <para>The SubstanceImporter
class lets you access the imported ProceduralMaterial instances.</para>
20234       </summary>
20235     </member>
20236     <member name=
"M:UnityEditor.SubstanceImporter.CloneMaterial(UnityEngine.ProceduralMaterial)">
20237       <summary>
20238         <para>Clone an existing ProceduralMaterial instance.</para>
20239       </summary>
20240       <param name=
"material"></param>
20241     </member>
20242     <member name=
"M:UnityEditor.SubstanceImporter.DestroyMaterial(UnityEngine.ProceduralMaterial)">
20243       <summary>
20244         <para>Destroy an existing ProceduralMaterial instance.</para>
20245       </summary>
20246       <param name=
"material"></param>
20247     </member>
20248     <member name=
"M:UnityEditor.SubstanceImporter.ExportBitmaps(UnityEngine.ProceduralMaterial,System.String,System.Boolean)">
20249       <summary>
20250         <para>Export the bitmaps generated
by a ProceduralMaterial as TGA files.</para>
20251       </summary>
20252       <param name=
"material">The ProceduralMaterial whose output textures will be saved.</param>
20253       <param name=
"exportPath">Path to a folder where the output bitmaps will be saved. The folder will be created if it doesn't already exist.</param>
20254       <param name=
"alphaRemap">Indicates whether alpha channel remapping should be performed.</param>
20255     </member>
20256     <member name=
"M:UnityEditor.SubstanceImporter.ExportPreset(UnityEngine.ProceduralMaterial,System.String)">
20257       <summary>
20258         <para>Export a XML preset
string with the value of all parameters of a given ProceduralMaterial to the specified folder.</para>
20259       </summary>
20260       <param name=
"material">The ProceduralMaterial whose preset string will be saved.</param>
20261       <param name=
"exportPath">Path to a folder where the preset file will be saved. The folder will be created if it doesn't already exist.</param>
20262     </member>
20263     <member name=
"M:UnityEditor.SubstanceImporter.GetAnimationUpdateRate(UnityEngine.ProceduralMaterial)">
20264       <summary>
20265         <para>Get the ProceduralMaterial animation update rate
in millisecond.</para>
20266       </summary>
20267       <param name=
"material"></param>
20268     </member>
20269     <member name=
"M:UnityEditor.SubstanceImporter.GetGenerateAllOutputs(UnityEngine.ProceduralMaterial)">
20270       <summary>
20271         <para>Check
if the ProceduralMaterial needs to force generation of all its outputs.</para>
20272       </summary>
20273       <param name=
"material"></param>
20274     </member>
20275     <member name=
"M:UnityEditor.SubstanceImporter.GetGenerateMipMaps(UnityEngine.ProceduralMaterial)">
20276       <summary>
20277         <para>Return
true if the mipmaps are generated for this ProceduralMaterial.</para>
20278       </summary>
20279       <param name=
"material"></param>
20280     </member>
20281     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterialCount">
20282       <summary>
20283         <para>Get the number of ProceduralMaterial instances.</para>
20284       </summary>
20285     </member>
20286     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterialOffset(UnityEngine.ProceduralMaterial)">
20287       <summary>
20288         <para>Get the material offset, which
is used for all the textures that are part of this ProceduralMaterial.</para>
20289       </summary>
20290       <param name=
"material"></param>
20291     </member>
20292     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterials">
20293       <summary>
20294         <para>Get an array with the ProceduralMaterial instances.</para>
20295       </summary>
20296     </member>
20297     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterialScale(UnityEngine.ProceduralMaterial)">
20298       <summary>
20299         <para>Get the material scale, which
is used for all the textures that are part of this ProceduralMaterial.</para>
20300       </summary>
20301       <param name=
"material"></param>
20302     </member>
20303     <member name=
"M:UnityEditor.SubstanceImporter.GetPlatformTextureSettings(System.String,System.String,System.Int32&amp;,System.Int32&amp;,System.Int32&amp;,System.Int32&amp;)">
20304       <summary>
20305         <para>Get the import settings
for a given ProceduralMaterial for a given platform (width and height, RAW/Compressed format, loading behavior).</para>
20306       </summary>
20307       <param name=
"materialName">The name of the ProceduralMaterial.</param>
20308       <param name=
"platform">The name of the platform (can be empty).</param>
20309       <param name=
"maxTextureWidth">The maximum texture width for this ProceduralMaterial (output value).</param>
20310       <param name=
"maxTextureHeight">The maximum texture height for this ProceduralMaterial (output value).</param>
20311       <param name=
"textureFormat">The texture format (0=Compressed, 1=RAW) for this ProceduralMaterial (output value).</param>
20312       <param name=
"loadBehavior">The load behavior for this ProceduralMaterial (output value).
20313 Values match the ProceduralMaterial::ProceduralLoadingBehavior
enum.</param>
20314     </member>
20315     <member name=
"M:UnityEditor.SubstanceImporter.GetPrototypeNames">
20316       <summary>
20317         <para>Get a list of the names of the ProceduralMaterial prototypes
in the package.</para>
20318       </summary>
20319     </member>
20320     <member name=
"M:UnityEditor.SubstanceImporter.GetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String)">
20321       <summary>
20322         <para>Get the alpha source of the given texture
in the ProceduralMaterial.</para>
20323       </summary>
20324       <param name=
"material"></param>
20325       <param name=
"textureName"></param>
20326     </member>
20327     <member name=
"M:UnityEditor.SubstanceImporter.InstantiateMaterial(System.String)">
20328       <summary>
20329         <para>Instantiate a
new ProceduralMaterial instance from a prototype.</para>
20330       </summary>
20331       <param name=
"prototypeName"></param>
20332     </member>
20333     <member name=
"M:UnityEditor.SubstanceImporter.OnShaderModified(UnityEngine.ProceduralMaterial)">
20334       <summary>
20335         <para>After modifying the shader of a ProceduralMaterial, call
this function to apply the changes to the importer.</para>
20336       </summary>
20337       <param name=
"material"></param>
20338     </member>
20339     <member name=
"M:UnityEditor.SubstanceImporter.RenameMaterial(UnityEngine.ProceduralMaterial,System.String)">
20340       <summary>
20341         <para>Rename an existing ProceduralMaterial instance.</para>
20342       </summary>
20343       <param name=
"material"></param>
20344       <param name=
"name"></param>
20345     </member>
20346     <member name=
"M:UnityEditor.SubstanceImporter.ResetMaterial(UnityEngine.ProceduralMaterial)">
20347       <summary>
20348         <para>Reset the ProceduralMaterial to its
default values.</para>
20349       </summary>
20350       <param name=
"material"></param>
20351     </member>
20352     <member name=
"M:UnityEditor.SubstanceImporter.SetAnimationUpdateRate(UnityEngine.ProceduralMaterial,System.Int32)">
20353       <summary>
20354         <para>Set the ProceduralMaterial animation update rate
in millisecond.</para>
20355       </summary>
20356       <param name=
"material"></param>
20357       <param name=
"animation_update_rate"></param>
20358     </member>
20359     <member name=
"M:UnityEditor.SubstanceImporter.SetGenerateAllOutputs(UnityEngine.ProceduralMaterial,System.Boolean)">
20360       <summary>
20361         <para>Specify
if the ProceduralMaterial needs to force generation of all its outputs.</para>
20362       </summary>
20363       <param name=
"material"></param>
20364       <param name=
"generated"></param>
20365     </member>
20366     <member name=
"M:UnityEditor.SubstanceImporter.SetGenerateMipMaps(UnityEngine.ProceduralMaterial,System.Boolean)">
20367       <summary>
20368         <para>Force the generation of mipmaps
for this ProceduralMaterial.</para>
20369       </summary>
20370       <param name=
"material"></param>
20371       <param name=
"mode"></param>
20372     </member>
20373     <member name=
"M:UnityEditor.SubstanceImporter.SetMaterialOffset(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)">
20374       <summary>
20375         <para>Set the material offset, which
is used for all the textures that are part of this ProceduralMaterial.</para>
20376       </summary>
20377       <param name=
"material"></param>
20378       <param name=
"offset"></param>
20379     </member>
20380     <member name=
"M:UnityEditor.SubstanceImporter.SetMaterialScale(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)">
20381       <summary>
20382         <para>Set the material scale, which
is used for all the textures that are part of this ProceduralMaterial.</para>
20383       </summary>
20384       <param name=
"material"></param>
20385       <param name=
"scale"></param>
20386     </member>
20387     <member name=
"M:UnityEditor.SubstanceImporter.SetPlatformTextureSettings(UnityEngine.ProceduralMaterial,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
20388       <summary>
20389         <para>Set the import settings
for the input ProceduralMaterial for the input platform.</para>
20390       </summary>
20391       <param name=
"material">The name of the Procedural Material.</param>
20392       <param name=
"platform">The name of the platform (can be empty).</param>
20393       <param name=
"maxTextureWidth">The maximum texture width for this Procedural Material.</param>
20394       <param name=
"maxTextureHeight">The maximum texture height for this Procedural Material.</param>
20395       <param name=
"textureFormat">The texture format (0=Compressed, 1=RAW) for this Procedural Material.</param>
20396       <param name=
"loadBehavior">The load behavior for this Procedural Material.
20397 Values match the ProceduralMaterial::ProceduralLoadingBehavior
enum.</param>
20398     </member>
20399     <member name=
"M:UnityEditor.SubstanceImporter.SetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String,UnityEngine.ProceduralOutputType)">
20400       <summary>
20401         <para>Set the alpha source of the given texture
in the ProceduralMaterial.</para>
20402       </summary>
20403       <param name=
"material"></param>
20404       <param name=
"textureName"></param>
20405       <param name=
"alphaSource"></param>
20406     </member>
20407     <member name=
"T:UnityEditor.TakeInfo">
20408       <summary>
20409         <para>A Takeinfo
object contains all the information needed to describe a take.</para>
20410       </summary>
20411     </member>
20412     <member name=
"F:UnityEditor.TakeInfo.bakeStartTime">
20413       <summary>
20414         <para>Start time
in second.</para>
20415       </summary>
20416     </member>
20417     <member name=
"F:UnityEditor.TakeInfo.bakeStopTime">
20418       <summary>
20419         <para>Stop time
in second.</para>
20420       </summary>
20421     </member>
20422     <member name=
"F:UnityEditor.TakeInfo.defaultClipName">
20423       <summary>
20424         <para>This
is the default clip name for the clip generated for this take.</para>
20425       </summary>
20426     </member>
20427     <member name=
"F:UnityEditor.TakeInfo.name">
20428       <summary>
20429         <para>Take name
as define from imported file.</para>
20430       </summary>
20431     </member>
20432     <member name=
"F:UnityEditor.TakeInfo.sampleRate">
20433       <summary>
20434         <para>Sample rate of the take.</para>
20435       </summary>
20436     </member>
20437     <member name=
"F:UnityEditor.TakeInfo.startTime">
20438       <summary>
20439         <para>Start time
in second.</para>
20440       </summary>
20441     </member>
20442     <member name=
"F:UnityEditor.TakeInfo.stopTime">
20443       <summary>
20444         <para>Stop time
in second.</para>
20445       </summary>
20446     </member>
20447     <member name=
"T:UnityEditor.TextureImporter">
20448       <summary>
20449         <para>Texture importer lets you modify Texture2D import settings
from editor scripts.</para>
20450       </summary>
20451     </member>
20452     <member name=
"P:UnityEditor.TextureImporter.anisoLevel">
20453       <summary>
20454         <para>Anisotropic filtering level of the texture.</para>
20455       </summary>
20456     </member>
20457     <member name=
"P:UnityEditor.TextureImporter.borderMipmap">
20458       <summary>
20459         <para>Keep texture borders the same
when generating mipmaps?</para>
20460       </summary>
20461     </member>
20462     <member name=
"P:UnityEditor.TextureImporter.compressionQuality">
20463       <summary>
20464         <para>Quality of Texture Compression
in the range [0..100].</para>
20465       </summary>
20466     </member>
20467     <member name=
"P:UnityEditor.TextureImporter.convertToNormalmap">
20468       <summary>
20469         <para>Convert heightmap to normal map?</para>
20470       </summary>
20471     </member>
20472     <member name=
"P:UnityEditor.TextureImporter.fadeout">
20473       <summary>
20474         <para>Fade
out mip levels to gray color?</para>
20475       </summary>
20476     </member>
20477     <member name=
"P:UnityEditor.TextureImporter.filterMode">
20478       <summary>
20479         <para>Filtering mode of the texture.</para>
20480       </summary>
20481     </member>
20482     <member name=
"P:UnityEditor.TextureImporter.generateCubemap">
20483       <summary>
20484         <para>Cubemap generation mode.</para>
20485       </summary>
20486     </member>
20487     <member name=
"P:UnityEditor.TextureImporter.generateMipsInLinearSpace">
20488       <summary>
20489         <para>Should mip maps be generated with gamma correction?</para>
20490       </summary>
20491     </member>
20492     <member name=
"P:UnityEditor.TextureImporter.grayscaleToAlpha">
20493       <summary>
20494         <para>Generate alpha channel
from intensity?</para>
20495       </summary>
20496     </member>
20497     <member name=
"P:UnityEditor.TextureImporter.heightmapScale">
20498       <summary>
20499         <para>Amount of bumpyness
in the heightmap.</para>
20500       </summary>
20501     </member>
20502     <member name=
"P:UnityEditor.TextureImporter.isReadable">
20503       <summary>
20504         <para>Is texture data readable
from scripts.</para>
20505       </summary>
20506     </member>
20507     <member name=
"P:UnityEditor.TextureImporter.lightmap">
20508       <summary>
20509         <para>Is
this texture a lightmap?</para>
20510       </summary>
20511     </member>
20512     <member name=
"P:UnityEditor.TextureImporter.linearTexture">
20513       <summary>
20514         <para>Is texture storing non-color data?</para>
20515       </summary>
20516     </member>
20517     <member name=
"P:UnityEditor.TextureImporter.maxTextureSize">
20518       <summary>
20519         <para>Maximum texture size.</para>
20520       </summary>
20521     </member>
20522     <member name=
"P:UnityEditor.TextureImporter.mipMapBias">
20523       <summary>
20524         <para>Mip map bias of the texture.</para>
20525       </summary>
20526     </member>
20527     <member name=
"P:UnityEditor.TextureImporter.mipmapEnabled">
20528       <summary>
20529         <para>Generate mip maps
for the texture?</para>
20530       </summary>
20531     </member>
20532     <member name=
"P:UnityEditor.TextureImporter.mipmapFadeDistanceEnd">
20533       <summary>
20534         <para>Mip level
where texture is faded out completely.</para>
20535       </summary>
20536     </member>
20537     <member name=
"P:UnityEditor.TextureImporter.mipmapFadeDistanceStart">
20538       <summary>
20539         <para>Mip level
where texture begins to fade out.</para>
20540       </summary>
20541     </member>
20542     <member name=
"P:UnityEditor.TextureImporter.mipmapFilter">
20543       <summary>
20544         <para>Mipmap filtering mode.</para>
20545       </summary>
20546     </member>
20547     <member name=
"P:UnityEditor.TextureImporter.normalmap">
20548       <summary>
20549         <para>Is
this texture a normal map?</para>
20550       </summary>
20551     </member>
20552     <member name=
"P:UnityEditor.TextureImporter.normalmapFilter">
20553       <summary>
20554         <para>Normal map filtering mode.</para>
20555       </summary>
20556     </member>
20557     <member name=
"P:UnityEditor.TextureImporter.npotScale">
20558       <summary>
20559         <para>Scaling mode
for non power of two textures.</para>
20560       </summary>
20561     </member>
20562     <member name=
"P:UnityEditor.TextureImporter.qualifiesForSpritePacking">
20563       <summary>
20564         <para>Returns
true if this TextureImporter is setup for Sprite packing.</para>
20565       </summary>
20566     </member>
20567     <member name=
"P:UnityEditor.TextureImporter.spriteBorder">
20568       <summary>
20569         <para>Border sizes of the generated sprites.</para>
20570       </summary>
20571     </member>
20572     <member name=
"P:UnityEditor.TextureImporter.spriteImportMode">
20573       <summary>
20574         <para>Selects Single or Manual import mode
for Sprite textures.</para>
20575       </summary>
20576     </member>
20577     <member name=
"P:UnityEditor.TextureImporter.spritePackingTag">
20578       <summary>
20579         <para>Selects the Sprite packing tag.</para>
20580       </summary>
20581     </member>
20582     <member name=
"P:UnityEditor.TextureImporter.spritePivot">
20583       <summary>
20584         <para>The point
in the Sprite object's coordinate space where the graphic is located.</para>
20585       </summary>
20586     </member>
20587     <member name=
"P:UnityEditor.TextureImporter.spritePixelsPerUnit">
20588       <summary>
20589         <para>The number of pixels
in the sprite that correspond to one unit in world space.</para>
20590       </summary>
20591     </member>
20592     <member name=
"P:UnityEditor.TextureImporter.spritePixelsToUnits">
20593       <summary>
20594         <para>Scale factor
for mapping pixels in the graphic to units in world space.</para>
20595       </summary>
20596     </member>
20597     <member name=
"P:UnityEditor.TextureImporter.spritesheet">
20598       <summary>
20599         <para>Array representing the sections of the atlas corresponding to individual sprite graphics.</para>
20600       </summary>
20601     </member>
20602     <member name=
"P:UnityEditor.TextureImporter.textureFormat">
20603       <summary>
20604         <para>Format of imported texture.</para>
20605       </summary>
20606     </member>
20607     <member name=
"P:UnityEditor.TextureImporter.textureType">
20608       <summary>
20609         <para>Which type of texture are we dealing with here.</para>
20610       </summary>
20611     </member>
20612     <member name=
"P:UnityEditor.TextureImporter.wrapMode">
20613       <summary>
20614         <para>Wrap mode (Repeat or Clamp) of the texture.</para>
20615       </summary>
20616     </member>
20617     <member name=
"M:UnityEditor.TextureImporter.ClearPlatformTextureSettings(System.String)">
20618       <summary>
20619         <para>Clear specific target platform settings.</para>
20620       </summary>
20621       <param name=
"platform">The platform whose settings are to be cleared (see below).</param>
20622     </member>
20623     <member name=
"M:UnityEditor.TextureImporter.DoesSourceTextureHaveAlpha">
20624       <summary>
20625         <para>Does textures source image have alpha channel.</para>
20626       </summary>
20627     </member>
20628     <member name=
"M:UnityEditor.TextureImporter.DoesSourceTextureHaveColor">
20629       <summary>
20630         <para>Does textures source image have RGB channels.</para>
20631       </summary>
20632     </member>
20633     <member name=
"M:UnityEditor.TextureImporter.GetAllowsAlphaSplitting">
20634       <summary>
20635         <para>Getter
for the flag that allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).</para>
20636       </summary>
20637       <returns>
20638         <para>True
if the importer allows alpha split on the imported texture, False otherwise.</para>
20639       </returns>
20640     </member>
20641     <member name=
"M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32&amp;,UnityEditor.TextureImporterFormat&amp;,System.Int32&amp;)">
20642       <summary>
20643         <para>Get platform specific texture settings.</para>
20644       </summary>
20645       <param name=
"platform">The platform whose settings are required (see below).</param>
20646       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
20647       <param name=
"textureFormat">Data format of the texture.</param>
20648       <param name=
"compressionQuality">Value from 0..100, equivalent to the standard JPEG quality setting.</param>
20649     </member>
20650     <member name=
"M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32&amp;,UnityEditor.TextureImporterFormat&amp;)">
20651       <summary>
20652         <para>Get platform specific texture settings.</para>
20653       </summary>
20654       <param name=
"platform">The platform whose settings are required (see below).</param>
20655       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
20656       <param name=
"textureFormat">Data format of the texture.</param>
20657     </member>
20658     <member name=
"M:UnityEditor.TextureImporter.ReadTextureImportInstructions">
20659       <summary>
20660         <para>Reads the active texture output instructions of
this TextureImporter.</para>
20661       </summary>
20662     </member>
20663     <member name=
"M:UnityEditor.TextureImporter.ReadTextureSettings(UnityEditor.TextureImporterSettings)">
20664       <summary>
20665         <para>Read texture settings
into TextureImporterSettings class.</para>
20666       </summary>
20667       <param name=
"dest"></param>
20668     </member>
20669     <member name=
"M:UnityEditor.TextureImporter.SetAllowsAlphaSplitting(System.Boolean)">
20670       <summary>
20671         <para>Setter
for the flag that allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).</para>
20672       </summary>
20673       <param name=
"flag"></param>
20674     </member>
20675     <member name=
"M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Boolean)">
20676       <summary>
20677         <para>Set specific target platform settings.</para>
20678       </summary>
20679       <param name=
"platform">The platforms whose settings are to be changed (see below).</param>
20680       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
20681       <param name=
"textureFormat">Data format for the texture.</param>
20682       <param name=
"compressionQuality">Value from 0..100, with 0, 50 and 100 being respectively Fast, Normal, Best quality options in the texture importer UI. For Crunch texture formats, this roughly corresponds to JPEG quality levels.</param>
20683       <param name=
"allowsAlphaSplit">Allows splitting of imported texture into RGB+A so that ETC1 compression can be applied (Android only, and works only on textures that are a part of some atlas).</param>
20684     </member>
20685     <member name=
"M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Int32,System.Boolean)">
20686       <summary>
20687         <para>Set specific target platform settings.</para>
20688       </summary>
20689       <param name=
"platform">The platforms whose settings are to be changed (see below).</param>
20690       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
20691       <param name=
"textureFormat">Data format for the texture.</param>
20692       <param name=
"compressionQuality">Value from 0..100, with 0, 50 and 100 being respectively Fast, Normal, Best quality options in the texture importer UI. For Crunch texture formats, this roughly corresponds to JPEG quality levels.</param>
20693       <param name=
"allowsAlphaSplit">Allows splitting of imported texture into RGB+A so that ETC1 compression can be applied (Android only, and works only on textures that are a part of some atlas).</param>
20694     </member>
20695     <member name=
"M:UnityEditor.TextureImporter.SetTextureSettings(UnityEditor.TextureImporterSettings)">
20696       <summary>
20697         <para>Set texture importers settings
from TextureImporterSettings class.</para>
20698       </summary>
20699       <param name=
"src"></param>
20700     </member>
20701     <member name=
"T:UnityEditor.TextureImporterCubemapConvolution">
20702       <summary>
20703         <para>Defines Cubemap convolution mode.</para>
20704       </summary>
20705     </member>
20706     <member name=
"F:UnityEditor.TextureImporterCubemapConvolution.Diffuse">
20707       <summary>
20708         <para>Diffuse convolution (aka irradiance Cubemap).</para>
20709       </summary>
20710     </member>
20711     <member name=
"F:UnityEditor.TextureImporterCubemapConvolution.None">
20712       <summary>
20713         <para>No convolution needed. This Cubemap texture represents mirror reflection or Skybox.</para>
20714       </summary>
20715     </member>
20716     <member name=
"F:UnityEditor.TextureImporterCubemapConvolution.Specular">
20717       <summary>
20718         <para>Specular convolution (aka Prefiltered Environment Map).</para>
20719       </summary>
20720     </member>
20721     <member name=
"T:UnityEditor.TextureImporterFormat">
20722       <summary>
20723         <para>Imported texture format
for TextureImporter.</para>
20724       </summary>
20725     </member>
20726     <member name=
"F:UnityEditor.TextureImporterFormat.Alpha8">
20727       <summary>
20728         <para>Alpha
8 bit texture format.</para>
20729       </summary>
20730     </member>
20731     <member name=
"F:UnityEditor.TextureImporterFormat.ARGB16">
20732       <summary>
20733         <para>RGBA
16 bit texture format.</para>
20734       </summary>
20735     </member>
20736     <member name=
"F:UnityEditor.TextureImporterFormat.ARGB32">
20737       <summary>
20738         <para>ARGB
32 bit texture format.</para>
20739       </summary>
20740     </member>
20741     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_10x10">
20742       <summary>
20743         <para>ASTC compressed RGB texture format, 10x10 block size.</para>
20744       </summary>
20745     </member>
20746     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_12x12">
20747       <summary>
20748         <para>ASTC compressed RGB texture format, 12x12 block size.</para>
20749       </summary>
20750     </member>
20751     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_4x4">
20752       <summary>
20753         <para>ASTC compressed RGB texture format, 4x4 block size.</para>
20754       </summary>
20755     </member>
20756     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_5x5">
20757       <summary>
20758         <para>ASTC compressed RGB texture format, 5x5 block size.</para>
20759       </summary>
20760     </member>
20761     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_6x6">
20762       <summary>
20763         <para>ASTC compressed RGB texture format, 6x6 block size.</para>
20764       </summary>
20765     </member>
20766     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_8x8">
20767       <summary>
20768         <para>ASTC compressed RGB texture format, 8x8 block size.</para>
20769       </summary>
20770     </member>
20771     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_10x10">
20772       <summary>
20773         <para>ASTC compressed RGBA texture format, 10x10 block size.</para>
20774       </summary>
20775     </member>
20776     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_12x12">
20777       <summary>
20778         <para>ASTC compressed RGBA texture format, 12x12 block size.</para>
20779       </summary>
20780     </member>
20781     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_4x4">
20782       <summary>
20783         <para>ASTC compressed RGBA texture format, 4x4 block size.</para>
20784       </summary>
20785     </member>
20786     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_5x5">
20787       <summary>
20788         <para>ASTC compressed RGBA texture format, 5x5 block size.</para>
20789       </summary>
20790     </member>
20791     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_6x6">
20792       <summary>
20793         <para>ASTC compressed RGBA texture format, 6x6 block size.</para>
20794       </summary>
20795     </member>
20796     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_8x8">
20797       <summary>
20798         <para>ASTC compressed RGBA texture format, 8x8 block size.</para>
20799       </summary>
20800     </member>
20801     <member name=
"F:UnityEditor.TextureImporterFormat.ATC_RGB4">
20802       <summary>
20803         <para>ATC (Android)
4 bits/pixel compressed RGB texture format.</para>
20804       </summary>
20805     </member>
20806     <member name=
"F:UnityEditor.TextureImporterFormat.ATC_RGBA8">
20807       <summary>
20808         <para>ATC (Android)
8 bits/pixel compressed RGBA texture format.</para>
20809       </summary>
20810     </member>
20811     <member name=
"F:UnityEditor.TextureImporterFormat.Automatic16bit">
20812       <summary>
20813         <para>Choose a
16 bit format automatically.</para>
20814       </summary>
20815     </member>
20816     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticCompressed">
20817       <summary>
20818         <para>Choose a compressed format automatically.</para>
20819       </summary>
20820     </member>
20821     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticCrunched">
20822       <summary>
20823         <para>Choose a crunched format automatically.</para>
20824       </summary>
20825     </member>
20826     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticTruecolor">
20827       <summary>
20828         <para>Choose a Truecolor format automatically.</para>
20829       </summary>
20830     </member>
20831     <member name=
"F:UnityEditor.TextureImporterFormat.DXT1">
20832       <summary>
20833         <para>DXT1 compresed texture format.</para>
20834       </summary>
20835     </member>
20836     <member name=
"F:UnityEditor.TextureImporterFormat.DXT1Crunched">
20837       <summary>
20838         <para>DXT1 compresed texture format with crunch compression
for small storage sizes.</para>
20839       </summary>
20840     </member>
20841     <member name=
"F:UnityEditor.TextureImporterFormat.DXT5">
20842       <summary>
20843         <para>DXT5 compresed texture format.</para>
20844       </summary>
20845     </member>
20846     <member name=
"F:UnityEditor.TextureImporterFormat.DXT5Crunched">
20847       <summary>
20848         <para>DXT5 compresed texture format with crunch compression
for small storage sizes.</para>
20849       </summary>
20850     </member>
20851     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_R">
20852       <summary>
20853         <para>ETC2EAC compressed
4 bits pixel unsigned R texture format.</para>
20854       </summary>
20855     </member>
20856     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_R_SIGNED">
20857       <summary>
20858         <para>ETC2EAC compressed
4 bits pixel signed R texture format.</para>
20859       </summary>
20860     </member>
20861     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_RG">
20862       <summary>
20863         <para>ETC2EAC compressed
8 bits pixel unsigned RG texture format.</para>
20864       </summary>
20865     </member>
20866     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_RG_SIGNED">
20867       <summary>
20868         <para>ETC2EAC compressed
4 bits pixel signed RG texture format.</para>
20869       </summary>
20870     </member>
20871     <member name=
"F:UnityEditor.TextureImporterFormat.ETC_RGB4">
20872       <summary>
20873         <para>ETC (GLES2.
0) 4 bits/pixel compressed RGB texture format.</para>
20874       </summary>
20875     </member>
20876     <member name=
"F:UnityEditor.TextureImporterFormat.ETC2_RGB4">
20877       <summary>
20878         <para>ETC2 compressed
4 bits / pixel RGB texture format.</para>
20879       </summary>
20880     </member>
20881     <member name=
"F:UnityEditor.TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA">
20882       <summary>
20883         <para>ETC2 compressed
4 bits / pixel RGB + 1-bit alpha texture format.</para>
20884       </summary>
20885     </member>
20886     <member name=
"F:UnityEditor.TextureImporterFormat.ETC2_RGBA8">
20887       <summary>
20888         <para>ETC2 compressed
8 bits / pixel RGBA texture format.</para>
20889       </summary>
20890     </member>
20891     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGB2">
20892       <summary>
20893         <para>PowerVR (iPhone)
2 bits/pixel compressed color texture format.</para>
20894       </summary>
20895     </member>
20896     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGB4">
20897       <summary>
20898         <para>PowerVR (iPhone)
4 bits/pixel compressed color texture format.</para>
20899       </summary>
20900     </member>
20901     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGBA2">
20902       <summary>
20903         <para>PowerVR (iPhone)
2 bits/pixel compressed with alpha channel texture format.</para>
20904       </summary>
20905     </member>
20906     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGBA4">
20907       <summary>
20908         <para>PowerVR (iPhone)
4 bits/pixel compressed with alpha channel texture format.</para>
20909       </summary>
20910     </member>
20911     <member name=
"F:UnityEditor.TextureImporterFormat.RGB16">
20912       <summary>
20913         <para>RGB
16 bit texture format.</para>
20914       </summary>
20915     </member>
20916     <member name=
"F:UnityEditor.TextureImporterFormat.RGB24">
20917       <summary>
20918         <para>RGB
24 bit texture format.</para>
20919       </summary>
20920     </member>
20921     <member name=
"F:UnityEditor.TextureImporterFormat.RGBA16">
20922       <summary>
20923         <para>RGBA
16 bit (4444) texture format.</para>
20924       </summary>
20925     </member>
20926     <member name=
"F:UnityEditor.TextureImporterFormat.RGBA32">
20927       <summary>
20928         <para>RGBA
32 bit texture format.</para>
20929       </summary>
20930     </member>
20931     <member name=
"T:UnityEditor.TextureImporterGenerateCubemap">
20932       <summary>
20933         <para>Cubemap generation mode
for TextureImporter.</para>
20934       </summary>
20935     </member>
20936     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.AutoCubemap">
20937       <summary>
20938         <para>Automatically determine type of cubemap generation
from the source image.</para>
20939       </summary>
20940     </member>
20941     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.Cylindrical">
20942       <summary>
20943         <para>Generate cubemap
from cylindrical texture.</para>
20944       </summary>
20945     </member>
20946     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.FullCubemap">
20947       <summary>
20948         <para>Generate cubemap
from vertical or horizontal cross texture.</para>
20949       </summary>
20950     </member>
20951     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.None">
20952       <summary>
20953         <para>Do not generate cubemap (
default).</para>
20954       </summary>
20955     </member>
20956     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.Spheremap">
20957       <summary>
20958         <para>Generate cubemap
from spheremap texture.</para>
20959       </summary>
20960     </member>
20961     <member name=
"T:UnityEditor.TextureImporterMipFilter">
20962       <summary>
20963         <para>Mip map filter
for TextureImporter.</para>
20964       </summary>
20965     </member>
20966     <member name=
"F:UnityEditor.TextureImporterMipFilter.BoxFilter">
20967       <summary>
20968         <para>Box mipmap filter.</para>
20969       </summary>
20970     </member>
20971     <member name=
"F:UnityEditor.TextureImporterMipFilter.KaiserFilter">
20972       <summary>
20973         <para>Kaiser mipmap filter.</para>
20974       </summary>
20975     </member>
20976     <member name=
"T:UnityEditor.TextureImporterNormalFilter">
20977       <summary>
20978         <para>Normal map filtering mode
for TextureImporter.</para>
20979       </summary>
20980     </member>
20981     <member name=
"F:UnityEditor.TextureImporterNormalFilter.Sobel">
20982       <summary>
20983         <para>Sobel normal map filter.</para>
20984       </summary>
20985     </member>
20986     <member name=
"F:UnityEditor.TextureImporterNormalFilter.Standard">
20987       <summary>
20988         <para>Standard normal map filter.</para>
20989       </summary>
20990     </member>
20991     <member name=
"T:UnityEditor.TextureImporterNPOTScale">
20992       <summary>
20993         <para>Scaling mode
for non power of two textures in TextureImporter.</para>
20994       </summary>
20995     </member>
20996     <member name=
"F:UnityEditor.TextureImporterNPOTScale.None">
20997       <summary>
20998         <para>Keep non power of two textures
as is.</para>
20999       </summary>
21000     </member>
21001     <member name=
"F:UnityEditor.TextureImporterNPOTScale.ToLarger">
21002       <summary>
21003         <para>Scale to larger power of two.</para>
21004       </summary>
21005     </member>
21006     <member name=
"F:UnityEditor.TextureImporterNPOTScale.ToNearest">
21007       <summary>
21008         <para>Scale to nearest power of two.</para>
21009       </summary>
21010     </member>
21011     <member name=
"F:UnityEditor.TextureImporterNPOTScale.ToSmaller">
21012       <summary>
21013         <para>Scale to smaller power of two.</para>
21014       </summary>
21015     </member>
21016     <member name=
"T:UnityEditor.TextureImporterRGBMMode">
21017       <summary>
21018         <para>RGBM encoding mode
for HDR textures in TextureImporter.</para>
21019       </summary>
21020     </member>
21021     <member name=
"F:UnityEditor.TextureImporterRGBMMode.Auto">
21022       <summary>
21023         <para>Do RGBM encoding
when source data is HDR in TextureImporter.</para>
21024       </summary>
21025     </member>
21026     <member name=
"F:UnityEditor.TextureImporterRGBMMode.Encoded">
21027       <summary>
21028         <para>Source texture
is already RGBM encoded in TextureImporter.</para>
21029       </summary>
21030     </member>
21031     <member name=
"F:UnityEditor.TextureImporterRGBMMode.Off">
21032       <summary>
21033         <para>Do not perform RGBM encoding
in TextureImporter.</para>
21034       </summary>
21035     </member>
21036     <member name=
"F:UnityEditor.TextureImporterRGBMMode.On">
21037       <summary>
21038         <para>Do RGBM encoding
in TextureImporter.</para>
21039       </summary>
21040     </member>
21041     <member name=
"T:UnityEditor.TextureImporterSettings">
21042       <summary>
21043         <para>Stores settings of a TextureImporter.</para>
21044       </summary>
21045     </member>
21046     <member name=
"P:UnityEditor.TextureImporterSettings.allowsAlphaSplit">
21047       <summary>
21048         <para>Allow Alpha splitting
on the imported texture when needed (for example ETC1 compression for textures with transparency).</para>
21049       </summary>
21050     </member>
21051     <member name=
"P:UnityEditor.TextureImporterSettings.cubemapConvolution">
21052       <summary>
21053         <para>Convolution mode.</para>
21054       </summary>
21055     </member>
21056     <member name=
"P:UnityEditor.TextureImporterSettings.cubemapConvolutionExponent">
21057       <summary>
21058         <para>Defines how fast Phong exponent wears off
in mip maps. Higher value will apply less blur to high resolution mip maps.</para>
21059       </summary>
21060     </member>
21061     <member name=
"P:UnityEditor.TextureImporterSettings.cubemapConvolutionSteps">
21062       <summary>
21063         <para>Defines how many different Phong exponents to store
in mip maps. Higher value will give better transition between glossy and rough reflections, but will need higher texture resolution.</para>
21064       </summary>
21065     </member>
21066     <member name=
"P:UnityEditor.TextureImporterSettings.rgbm">
21067       <summary>
21068         <para>RGBM encoding mode
for HDR textures in TextureImporter.</para>
21069       </summary>
21070     </member>
21071     <member name=
"P:UnityEditor.TextureImporterSettings.spriteAlignment">
21072       <summary>
21073         <para>Edge-relative alignment of the sprite graphic.</para>
21074       </summary>
21075     </member>
21076     <member name=
"P:UnityEditor.TextureImporterSettings.spriteBorder">
21077       <summary>
21078         <para>Border sizes of the generated sprites.</para>
21079       </summary>
21080     </member>
21081     <member name=
"P:UnityEditor.TextureImporterSettings.spriteExtrude">
21082       <summary>
21083         <para>The number of blank pixels to leave between the edge of the graphic and the mesh.</para>
21084       </summary>
21085     </member>
21086     <member name=
"P:UnityEditor.TextureImporterSettings.spriteMode">
21087       <summary>
21088         <para>Sprite texture import mode.</para>
21089       </summary>
21090     </member>
21091     <member name=
"P:UnityEditor.TextureImporterSettings.spritePivot">
21092       <summary>
21093         <para>Pivot point of the Sprite relative to its graphic
's rectangle.</para>
21094       </summary>
21095     </member>
21096     <member name=
"P:UnityEditor.TextureImporterSettings.spritePixelsPerUnit">
21097       <summary>
21098         <para>The number of pixels
in the sprite that correspond to one unit in world space.</para>
21099       </summary>
21100     </member>
21101     <member name=
"P:UnityEditor.TextureImporterSettings.spritePixelsToUnits">
21102       <summary>
21103         <para>Scale factor between pixels
in the sprite graphic and world space units.</para>
21104       </summary>
21105     </member>
21106     <member name=
"P:UnityEditor.TextureImporterSettings.spriteTessellationDetail">
21107       <summary>
21108         <para>The tessellation detail to be used
for generating the mesh for the associated sprite if the SpriteMode is set to Single. For Multiple sprites, use the SpriteEditor to specify the value per sprite.
21109 Valid values are
in the range [0-1], with higher values generating a tighter mesh. A default of -1 will allow Unity to determine the value automatically.</para>
21110       </summary>
21111     </member>
21112     <member name=
"M:UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType,System.Boolean)">
21113       <summary>
21114         <para>Configure parameters to import a texture
for a purpose of type, as described TextureImporterType|here.</para>
21115       </summary>
21116       <param name=
"type">Texture type. See TextureImporterType.</param>
21117       <param name=
"applyAll">If false, change only specific properties. Exactly which, depends on type.</param>
21118     </member>
21119     <member name=
"M:UnityEditor.TextureImporterSettings.CopyTo(UnityEditor.TextureImporterSettings)">
21120       <summary>
21121         <para>Copy parameters
into another TextureImporterSettings object.</para>
21122       </summary>
21123       <param name=
"target">TextureImporterSettings object to copy settings to.</param>
21124     </member>
21125     <member name=
"M:UnityEditor.TextureImporterSettings.Equal(UnityEditor.TextureImporterSettings,UnityEditor.TextureImporterSettings)">
21126       <summary>
21127         <para>Test texture importer settings
for equality.</para>
21128       </summary>
21129       <param name=
"a"></param>
21130       <param name=
"b"></param>
21131     </member>
21132     <member name=
"T:UnityEditor.TextureImporterType">
21133       <summary>
21134         <para>Select
this to set basic parameters depending on the purpose of your texture.</para>
21135       </summary>
21136     </member>
21137     <member name=
"F:UnityEditor.TextureImporterType.Advanced">
21138       <summary>
21139         <para>Select
this when you want to have specific parameters on your texture and you want to have total control over your texture.</para>
21140       </summary>
21141     </member>
21142     <member name=
"F:UnityEditor.TextureImporterType.Bump">
21143       <summary>
21144         <para>Select
this to turn the color channels into a format suitable for real-time normal mapping.</para>
21145       </summary>
21146     </member>
21147     <member name=
"F:UnityEditor.TextureImporterType.Cookie">
21148       <summary>
21149         <para>This sets up your texture with the basic parameters used
for the Cookies of your lights.</para>
21150       </summary>
21151     </member>
21152     <member name=
"F:UnityEditor.TextureImporterType.Cubemap">
21153       <summary>
21154         <para>This converts your texture
into Cubemap suitable for Skyboxes, Environment Reflections or Image Based Lighting (IBL).</para>
21155       </summary>
21156     </member>
21157     <member name=
"F:UnityEditor.TextureImporterType.Cursor">
21158       <summary>
21159         <para>Use
this if your texture is going to be used as a cursor.</para>
21160       </summary>
21161     </member>
21162     <member name=
"F:UnityEditor.TextureImporterType.GUI">
21163       <summary>
21164         <para>Use
this if your texture is going to be used on any HUD/GUI Controls.</para>
21165       </summary>
21166     </member>
21167     <member name=
"F:UnityEditor.TextureImporterType.Image">
21168       <summary>
21169         <para>This
is the most common setting used for all the textures in general.</para>
21170       </summary>
21171     </member>
21172     <member name=
"F:UnityEditor.TextureImporterType.Lightmap">
21173       <summary>
21174         <para>This sets up your texture with the parameters used
by the lightmap.</para>
21175       </summary>
21176     </member>
21177     <member name=
"F:UnityEditor.TextureImporterType.Sprite">
21178       <summary>
21179         <para>Select
this if you will be using your texture for Sprite graphics.</para>
21180       </summary>
21181     </member>
21182     <member name=
"T:UnityEditor.TizenOSVersion">
21183       <summary>
21184         <para>Tizen OS compatibility.</para>
21185       </summary>
21186     </member>
21187     <member name=
"F:UnityEditor.TizenOSVersion.Version23">
21188       <summary>
21189         <para></para>
21190       </summary>
21191     </member>
21192     <member name=
"F:UnityEditor.TizenOSVersion.Version24">
21193       <summary>
21194         <para></para>
21195       </summary>
21196     </member>
21197     <member name=
"T:UnityEditor.TizenShowActivityIndicatorOnLoading">
21198       <summary>
21199         <para>Enumerator list of different activity indicators your game can show
when loading.</para>
21200       </summary>
21201     </member>
21202     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.DontShow">
21203       <summary>
21204         <para>Sets your game to not show any indicator
while loading.</para>
21205       </summary>
21206     </member>
21207     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.InversedLarge">
21208       <summary>
21209         <para>The loading indicator size
is large and rotates counterclockwise.</para>
21210       </summary>
21211     </member>
21212     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.InversedSmall">
21213       <summary>
21214         <para>The loading indicator size
is small and rotates counterclockwise.</para>
21215       </summary>
21216     </member>
21217     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.Large">
21218       <summary>
21219         <para>The loading indicator size
is large and rotates clockwise.</para>
21220       </summary>
21221     </member>
21222     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.Small">
21223       <summary>
21224         <para>The loading indicator size
is small and rotates clockwise.</para>
21225       </summary>
21226     </member>
21227     <member name=
"T:UnityEditor.Tool">
21228       <summary>
21229         <para>Which tool
is active in the editor.</para>
21230       </summary>
21231     </member>
21232     <member name=
"F:UnityEditor.Tool.Move">
21233       <summary>
21234         <para>The move tool
is active.</para>
21235       </summary>
21236     </member>
21237     <member name=
"F:UnityEditor.Tool.None">
21238       <summary>
21239         <para>No tool
is active. Set this to implement your own in-inspector toolbar (like the terrain editor does).</para>
21240       </summary>
21241     </member>
21242     <member name=
"F:UnityEditor.Tool.Rect">
21243       <summary>
21244         <para>The rect tool
is active.</para>
21245       </summary>
21246     </member>
21247     <member name=
"F:UnityEditor.Tool.Rotate">
21248       <summary>
21249         <para>The rotate tool
is active.</para>
21250       </summary>
21251     </member>
21252     <member name=
"F:UnityEditor.Tool.Scale">
21253       <summary>
21254         <para>The scale tool
is active.</para>
21255       </summary>
21256     </member>
21257     <member name=
"F:UnityEditor.Tool.View">
21258       <summary>
21259         <para>The view tool
is active - Use Tools.viewTool to find out which view tool we're talking about.</para>
21260       </summary>
21261     </member>
21262     <member name=
"T:UnityEditor.Tools">
21263       <summary>
21264         <para>Class used to manipulate the tools used
in Unity's Scene View.</para>
21265       </summary>
21266     </member>
21267     <member name=
"P:UnityEditor.Tools.current">
21268       <summary>
21269         <para>The tool that
is currently selected for the Scene View.</para>
21270       </summary>
21271     </member>
21272     <member name=
"P:UnityEditor.Tools.handlePosition">
21273       <summary>
21274         <para>The position of the tool handle
in world space.</para>
21275       </summary>
21276     </member>
21277     <member name=
"P:UnityEditor.Tools.handleRect">
21278       <summary>
21279         <para>The rectangle used
for the rect tool.</para>
21280       </summary>
21281     </member>
21282     <member name=
"P:UnityEditor.Tools.handleRectRotation">
21283       <summary>
21284         <para>The rotation of the rect tool handle
in world space.</para>
21285       </summary>
21286     </member>
21287     <member name=
"P:UnityEditor.Tools.handleRotation">
21288       <summary>
21289         <para>The rotation of the tool handle
in world space.</para>
21290       </summary>
21291     </member>
21292     <member name=
"P:UnityEditor.Tools.hidden">
21293       <summary>
21294         <para>Hides the Tools(Move, Rotate, Resize)
on the Scene view.</para>
21295       </summary>
21296     </member>
21297     <member name=
"P:UnityEditor.Tools.pivotMode">
21298       <summary>
21299         <para>Are we
in Center or Pivot mode.</para>
21300       </summary>
21301     </member>
21302     <member name=
"P:UnityEditor.Tools.pivotRotation">
21303       <summary>
21304         <para>What
's the rotation of the tool handle.</para>
21305       </summary>
21306     </member>
21307     <member name=
"P:UnityEditor.Tools.rectBlueprintMode">
21308       <summary>
21309         <para>Is the rect handle
in blueprint mode?</para>
21310       </summary>
21311     </member>
21312     <member name=
"P:UnityEditor.Tools.viewTool">
21313       <summary>
21314         <para>The option that
is currently active for the View tool in the Scene view.</para>
21315       </summary>
21316     </member>
21317     <member name=
"P:UnityEditor.Tools.visibleLayers">
21318       <summary>
21319         <para>Which layers are visible
in the scene view.</para>
21320       </summary>
21321     </member>
21322     <member name=
"T:UnityEditor.TransformSort">
21323       <summary>
21324         <para>Is the
default sorting method used by the hierarchy.</para>
21325       </summary>
21326     </member>
21327     <member name=
"P:UnityEditor.TransformSort.content">
21328       <summary>
21329         <para>Content to visualize the transform sorting method.</para>
21330       </summary>
21331     </member>
21332     <member name=
"T:UnityEditor.TrueTypeFontImporter">
21333       <summary>
21334         <para>AssetImporter
for importing Fonts.</para>
21335       </summary>
21336     </member>
21337     <member name=
"P:UnityEditor.TrueTypeFontImporter.ascentCalculationMode">
21338       <summary>
21339         <para>Calculation mode
for determining font's ascent.</para>
21340       </summary>
21341     </member>
21342     <member name=
"P:UnityEditor.TrueTypeFontImporter.characterPadding">
21343       <summary>
21344         <para>Border pixels added to character images
for padding. This is useful if you want to render text using a shader which needs to render outside of the character area (like an outline shader).</para>
21345       </summary>
21346     </member>
21347     <member name=
"P:UnityEditor.TrueTypeFontImporter.characterSpacing">
21348       <summary>
21349         <para>Spacing between character images
in the generated texture in pixels. This is useful if you want to render text using a shader which samples pixels outside of the character area (like an outline shader).</para>
21350       </summary>
21351     </member>
21352     <member name=
"P:UnityEditor.TrueTypeFontImporter.customCharacters">
21353       <summary>
21354         <para>A custom
set of characters to be included in the Font Texture.</para>
21355       </summary>
21356     </member>
21357     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontNames">
21358       <summary>
21359         <para>An array of font names, to be used
when includeFontData is set to false.</para>
21360       </summary>
21361     </member>
21362     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontReferences">
21363       <summary>
21364         <para>References to other fonts to be used looking
for fallbacks.</para>
21365       </summary>
21366     </member>
21367     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontRenderingMode">
21368       <summary>
21369         <para>Font rendering mode to use
for this font.</para>
21370       </summary>
21371     </member>
21372     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontSize">
21373       <summary>
21374         <para>Font size to use
for importing the characters.</para>
21375       </summary>
21376     </member>
21377     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontTextureCase">
21378       <summary>
21379         <para>Use
this to adjust which characters should be imported.</para>
21380       </summary>
21381     </member>
21382     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontTTFName">
21383       <summary>
21384         <para>The
internal font name of the TTF file.</para>
21385       </summary>
21386     </member>
21387     <member name=
"P:UnityEditor.TrueTypeFontImporter.includeFontData">
21388       <summary>
21389         <para>If
this is enabled, the actual font will be embedded into the asset for Dynamic fonts.</para>
21390       </summary>
21391     </member>
21392     <member name=
"M:UnityEditor.TrueTypeFontImporter.GenerateEditableFont(System.String)">
21393       <summary>
21394         <para>Create an editable copy of the font asset at path.</para>
21395       </summary>
21396       <param name=
"path"></param>
21397     </member>
21398     <member name=
"T:UnityEditor.tvOSSdkVersion">
21399       <summary>
21400         <para>Supported tvOS SDK versions.</para>
21401       </summary>
21402     </member>
21403     <member name=
"F:UnityEditor.tvOSSdkVersion.Device">
21404       <summary>
21405         <para>Device SDK.</para>
21406       </summary>
21407     </member>
21408     <member name=
"F:UnityEditor.tvOSSdkVersion.Simulator">
21409       <summary>
21410         <para>Simulator SDK.</para>
21411       </summary>
21412     </member>
21413     <member name=
"T:UnityEditor.tvOSTargetOSVersion">
21414       <summary>
21415         <para>Supported tvOS deployment versions.</para>
21416       </summary>
21417     </member>
21418     <member name=
"F:UnityEditor.tvOSTargetOSVersion.tvOS_9_0">
21419       <summary>
21420         <para>Target tvOS
9.0.</para>
21421       </summary>
21422     </member>
21423     <member name=
"F:UnityEditor.tvOSTargetOSVersion.tvOS_9_1">
21424       <summary>
21425         <para>Target tvOS
9.1.</para>
21426       </summary>
21427     </member>
21428     <member name=
"F:UnityEditor.tvOSTargetOSVersion.Unknown">
21429       <summary>
21430         <para>Unknown tvOS version, managed
by user.</para>
21431       </summary>
21432     </member>
21433     <member name=
"T:UnityEditor.UIOrientation">
21434       <summary>
21435         <para>Default mobile device orientation.</para>
21436       </summary>
21437     </member>
21438     <member name=
"F:UnityEditor.UIOrientation.AutoRotation">
21439       <summary>
21440         <para>Auto Rotation Enabled.</para>
21441       </summary>
21442     </member>
21443     <member name=
"F:UnityEditor.UIOrientation.LandscapeLeft">
21444       <summary>
21445         <para>Landscape : counter-clockwise
from Portrait.</para>
21446       </summary>
21447     </member>
21448     <member name=
"F:UnityEditor.UIOrientation.LandscapeRight">
21449       <summary>
21450         <para>Landscape: clockwise
from Portrait.</para>
21451       </summary>
21452     </member>
21453     <member name=
"F:UnityEditor.UIOrientation.Portrait">
21454       <summary>
21455         <para>Portrait.</para>
21456       </summary>
21457     </member>
21458     <member name=
"F:UnityEditor.UIOrientation.PortraitUpsideDown">
21459       <summary>
21460         <para>Portrait upside down.</para>
21461       </summary>
21462     </member>
21463     <member name=
"T:UnityEditor.Undo">
21464       <summary>
21465         <para>Lets you register undo operations
on specific objects you are about to perform changes on.</para>
21466       </summary>
21467     </member>
21468     <member name=
"F:UnityEditor.Undo.undoRedoPerformed">
21469       <summary>
21470         <para>Callback that
is triggered after an undo or redo was executed.</para>
21471       </summary>
21472     </member>
21473     <member name=
"F:UnityEditor.Undo.willFlushUndoRecord">
21474       <summary>
21475         <para>Invoked before the Undo system performs a flush.</para>
21476       </summary>
21477     </member>
21478     <member name=
"M:UnityEditor.Undo.AddComponent(UnityEngine.GameObject,System.Type)">
21479       <summary>
21480         <para>Adds a component to the game
object and registers an undo operation for this action.</para>
21481       </summary>
21482       <param name=
"gameObject">The game object you want to add the component to.</param>
21483       <param name=
"type">The type of component you want to add.</param>
21484       <returns>
21485         <para>The newly added component.</para>
21486       </returns>
21487     </member>
21488     <member name=
"M:UnityEditor.Undo.AddComponent(UnityEngine.GameObject)">
21489       <summary>
21490         <para>Generic version.</para>
21491       </summary>
21492       <param name=
"gameObject">The game object you want to add the component to.</param>
21493       <returns>
21494         <para>The newly added component.</para>
21495       </returns>
21496     </member>
21497     <member name=
"M:UnityEditor.Undo.ClearUndo(UnityEngine.Object)">
21498       <summary>
21499         <para>Removes all Undo operation
for the identifier object registered using Undo.RegisterCompleteObjectUndo from the undo stack.</para>
21500       </summary>
21501       <param name=
"identifier"></param>
21502     </member>
21503     <member name=
"M:UnityEditor.Undo.CollapseUndoOperations(System.Int32)">
21504       <summary>
21505         <para>Collapses all undo operation up to
group index together into one step.</para>
21506       </summary>
21507       <param name=
"groupIndex"></param>
21508     </member>
21509     <member name=
"M:UnityEditor.Undo.DestroyObjectImmediate(UnityEngine.Object)">
21510       <summary>
21511         <para>Destroys the
object and records an undo operation so that it can be recreated.</para>
21512       </summary>
21513       <param name=
"objectToUndo">The object that will be destroyed.</param>
21514     </member>
21515     <member name=
"M:UnityEditor.Undo.FlushUndoRecordObjects">
21516       <summary>
21517         <para>Ensure objects recorded
using RecordObject or ::ref:RecordObjects are registered as an undoable action. In most cases there is no reason to invoke FlushUndoRecordObjects since it's automatically done right after mouse-up and certain other events that conventionally marks the end of an action.</para>
21518       </summary>
21519     </member>
21520     <member name=
"M:UnityEditor.Undo.GetCurrentGroup">
21521       <summary>
21522         <para>Unity automatically groups undo operations
by the current group index.</para>
21523       </summary>
21524     </member>
21525     <member name=
"M:UnityEditor.Undo.GetCurrentGroupName">
21526       <summary>
21527         <para>Get the name that will be shown
in the UI for the current undo group.</para>
21528       </summary>
21529       <returns>
21530         <para>Name of the current
group or an empty string if the current group is empty.</para>
21531       </returns>
21532     </member>
21533     <member name=
"M:UnityEditor.Undo.IncrementCurrentGroup">
21534       <summary>
21535         <para>Unity automatically groups undo operations
by the current group index.</para>
21536       </summary>
21537     </member>
21538     <member name=
"M:UnityEditor.Undo.MoveGameObjectToScene(UnityEngine.GameObject,UnityEngine.SceneManagement.Scene,System.String)">
21539       <summary>
21540         <para>Move a GameObject
from its current scene to a new scene.
21541 It
is required that the GameObject is at the root of its current scene.</para>
21542       </summary>
21543       <param name=
"go">GameObject to move.</param>
21544       <param name=
"scene">Scene to move the GameObject into.</param>
21545       <param name=
"name">Name of the undo action.</param>
21546     </member>
21547     <member name=
"M:UnityEditor.Undo.PerformRedo">
21548       <summary>
21549         <para>Perform an Redo operation.</para>
21550       </summary>
21551     </member>
21552     <member name=
"M:UnityEditor.Undo.PerformUndo">
21553       <summary>
21554         <para>Perform an Undo operation.</para>
21555       </summary>
21556     </member>
21557     <member name=
"M:UnityEditor.Undo.RecordObject(UnityEngine.Object,System.String)">
21558       <summary>
21559         <para>Records any changes done
on the object after the RecordObject function.</para>
21560       </summary>
21561       <param name=
"objectToUndo">The reference to the object that you will be modifying.</param>
21562       <param name=
"name">The title of the action to appear in the undo history (i.e. visible in the undo menu).</param>
21563     </member>
21564     <member name=
"M:UnityEditor.Undo.RecordObjects(UnityEngine.Object[],System.String)">
21565       <summary>
21566         <para>Records multiple undoable objects
in a single call. This is the same as calling Undo.RecordObject multiple times.</para>
21567       </summary>
21568       <param name=
"objectsToUndo"></param>
21569       <param name=
"name"></param>
21570     </member>
21571     <member name=
"M:UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object,System.String)">
21572       <summary>
21573         <para>Stores a copy of the
object states on the undo stack.</para>
21574       </summary>
21575       <param name=
"objectToUndo">The object whose state changes need to be undone.</param>
21576       <param name=
"name">The name of the undo operation.</param>
21577     </member>
21578     <member name=
"M:UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object[],System.String)">
21579       <summary>
21580         <para>This
is equivalent to calling the first overload mutiple times, save for the fact that only one undo operation will be generated for this one.</para>
21581       </summary>
21582       <param name=
"objectsToUndo">An array of objects whose state changes need to be undone.</param>
21583       <param name=
"name">The name of the undo operation.</param>
21584     </member>
21585     <member name=
"M:UnityEditor.Undo.RegisterCreatedObjectUndo(UnityEngine.Object,System.String)">
21586       <summary>
21587         <para>Register an undo operations
for a newly created object.</para>
21588       </summary>
21589       <param name=
"objectToUndo">The object that was created.</param>
21590       <param name=
"name">The name of the action to undo. Think "Undo ...." in the main menu.</param>
21591     </member>
21592     <member name=
"M:UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object,System.String)">
21593       <summary>
21594         <para>Copy the states of a hierarchy of objects onto the undo stack.</para>
21595       </summary>
21596       <param name=
"objectToUndo">The object used to determine a hierarchy of objects whose state changes need to be undone.</param>
21597       <param name=
"name">The name of the undo operation.</param>
21598     </member>
21599     <member name=
"M:UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object)">
21600       <summary>
21601         <para>This overload
is deprecated. Use Undo.RegisterFullObjectHierarchyUndo(Object, string) instead.</para>
21602       </summary>
21603       <param name=
"objectToUndo"></param>
21604     </member>
21605     <member name=
"M:UnityEditor.Undo.RevertAllDownToGroup(System.Int32)">
21606       <summary>
21607         <para>Performs all undo operations up to the
group index without storing a redo operation in the process.</para>
21608       </summary>
21609       <param name=
"group"></param>
21610     </member>
21611     <member name=
"M:UnityEditor.Undo.RevertAllInCurrentGroup">
21612       <summary>
21613         <para>Performs the last undo operation but does not record a redo operation.</para>
21614       </summary>
21615     </member>
21616     <member name=
"M:UnityEditor.Undo.SetCurrentGroupName(System.String)">
21617       <summary>
21618         <para>Set the name of the current undo
group.</para>
21619       </summary>
21620       <param name=
"name">New name of the current undo group.</param>
21621     </member>
21622     <member name=
"M:UnityEditor.Undo.SetTransformParent(UnityEngine.Transform,UnityEngine.Transform,System.String)">
21623       <summary>
21624         <para>Sets the parent of transform to the
new parent and records an undo operation.</para>
21625       </summary>
21626       <param name=
"transform"></param>
21627       <param name=
"newParent"></param>
21628       <param name=
"name"></param>
21629     </member>
21630     <member name=
"T:UnityEditor.Undo.UndoRedoCallback">
21631       <summary>
21632         <para>Delegate used
for undoRedoPerformed.</para>
21633       </summary>
21634     </member>
21635     <member name=
"T:UnityEditor.Undo.WillFlushUndoRecord">
21636       <summary>
21637         <para>Delegate used
for willFlushUndoRecord.</para>
21638       </summary>
21639     </member>
21640     <member name=
"T:UnityEditor.UndoPropertyModification">
21641       <summary>
21642         <para>See Also: Undo.postprocessModifications.</para>
21643       </summary>
21644     </member>
21645     <member name=
"T:UnityEditor.UnwrapParam">
21646       <summary>
21647         <para>Unwrapping settings.</para>
21648       </summary>
21649     </member>
21650     <member name=
"F:UnityEditor.UnwrapParam.angleError">
21651       <summary>
21652         <para>Maximum allowed angle distortion (
0..1).</para>
21653       </summary>
21654     </member>
21655     <member name=
"F:UnityEditor.UnwrapParam.areaError">
21656       <summary>
21657         <para>Maximum allowed area distortion (
0..1).</para>
21658       </summary>
21659     </member>
21660     <member name=
"F:UnityEditor.UnwrapParam.hardAngle">
21661       <summary>
21662         <para>This angle (
in degrees) or greater between triangles will cause seam to be created.</para>
21663       </summary>
21664     </member>
21665     <member name=
"F:UnityEditor.UnwrapParam.packMargin">
21666       <summary>
21667         <para>How much uv-islands will be padded.</para>
21668       </summary>
21669     </member>
21670     <member name=
"M:UnityEditor.UnwrapParam.SetDefaults(UnityEditor.UnwrapParam&amp;)">
21671       <summary>
21672         <para>Will
set default values for params.</para>
21673       </summary>
21674       <param name=
"param"></param>
21675     </member>
21676     <member name=
"T:UnityEditor.Unwrapping">
21677       <summary>
21678         <para>This
class holds everything you may need in regard to uv-unwrapping.</para>
21679       </summary>
21680     </member>
21681     <member name=
"M:UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh)">
21682       <summary>
21683         <para>Will generate per-triangle uv (
3 UVs for each triangle) with default settings.</para>
21684       </summary>
21685       <param name=
"src">The source mesh to generate UVs for.</param>
21686       <returns>
21687         <para>The list of UVs generated.</para>
21688       </returns>
21689     </member>
21690     <member name=
"M:UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh,UnityEditor.UnwrapParam)">
21691       <summary>
21692         <para>Will generate per-triangle uv (
3 UVs for each triangle) with provided settings.</para>
21693       </summary>
21694       <param name=
"src">The source mesh to generate UVs for.</param>
21695       <param name=
"settings">Allows you to specify custom parameters to control the unwrapping.</param>
21696       <returns>
21697         <para>The list of UVs generated.</para>
21698       </returns>
21699     </member>
21700     <member name=
"M:UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh)">
21701       <summary>
21702         <para>Will auto generate uv2 with
default settings for provided mesh, and fill them in.</para>
21703       </summary>
21704       <param name=
"src"></param>
21705     </member>
21706     <member name=
"M:UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh,UnityEditor.UnwrapParam)">
21707       <summary>
21708         <para>Will auto generate uv2 with provided settings
for provided mesh, and fill them in.</para>
21709       </summary>
21710       <param name=
"src"></param>
21711       <param name=
"settings"></param>
21712     </member>
21713     <member name=
"T:UnityEditor.VersionControl.Asset">
21714       <summary>
21715         <para>This
class containes information about the version control state of an asset.</para>
21716       </summary>
21717     </member>
21718     <member name=
"P:UnityEditor.VersionControl.Asset.fullName">
21719       <summary>
21720         <para>Gets the full name of the asset including extension.</para>
21721       </summary>
21722     </member>
21723     <member name=
"P:UnityEditor.VersionControl.Asset.isFolder">
21724       <summary>
21725         <para>Returns
true if the asset is a folder.</para>
21726       </summary>
21727     </member>
21728     <member name=
"P:UnityEditor.VersionControl.Asset.isInCurrentProject">
21729       <summary>
21730         <para>Returns
true if the assets is in the current project.</para>
21731       </summary>
21732     </member>
21733     <member name=
"P:UnityEditor.VersionControl.Asset.isMeta">
21734       <summary>
21735         <para>Returns
true if the instance of the Asset class actually refers to a .meta file.</para>
21736       </summary>
21737     </member>
21738     <member name=
"P:UnityEditor.VersionControl.Asset.locked">
21739       <summary>
21740         <para>Returns
true if the asset is locked by the version control system.</para>
21741       </summary>
21742     </member>
21743     <member name=
"P:UnityEditor.VersionControl.Asset.name">
21744       <summary>
21745         <para>Get the name of the asset.</para>
21746       </summary>
21747     </member>
21748     <member name=
"P:UnityEditor.VersionControl.Asset.path">
21749       <summary>
21750         <para>Gets the path of the asset.</para>
21751       </summary>
21752     </member>
21753     <member name=
"P:UnityEditor.VersionControl.Asset.readOnly">
21754       <summary>
21755         <para>Returns
true is the asset is read only.</para>
21756       </summary>
21757     </member>
21758     <member name=
"P:UnityEditor.VersionControl.Asset.state">
21759       <summary>
21760         <para>Gets the version control state of the asset.</para>
21761       </summary>
21762     </member>
21763     <member name=
"M:UnityEditor.VersionControl.Asset.Edit">
21764       <summary>
21765         <para>Opens the assets
in an associated editor.</para>
21766       </summary>
21767     </member>
21768     <member name=
"M:UnityEditor.VersionControl.Asset.IsOneOfStates(UnityEditor.VersionControl.Asset/States[])">
21769       <summary>
21770         <para>Returns
true if the version control state of the assets is one of the input states.</para>
21771       </summary>
21772       <param name=
"states">Array of states to test for.</param>
21773     </member>
21774     <member name=
"M:UnityEditor.VersionControl.Asset.IsState(UnityEditor.VersionControl.Asset/States)">
21775       <summary>
21776         <para>Returns
true if the version control state of the asset exactly matches the input state.</para>
21777       </summary>
21778       <param name=
"state">State to check for.</param>
21779     </member>
21780     <member name=
"M:UnityEditor.VersionControl.Asset.Load">
21781       <summary>
21782         <para>Loads the asset to memory.</para>
21783       </summary>
21784     </member>
21785     <member name=
"T:UnityEditor.VersionControl.Asset.States">
21786       <summary>
21787         <para>Describes the various version control states an asset can have.</para>
21788       </summary>
21789     </member>
21790     <member name=
"F:UnityEditor.VersionControl.Asset.States.AddedLocal">
21791       <summary>
21792         <para>The was locally added to version control.</para>
21793       </summary>
21794     </member>
21795     <member name=
"F:UnityEditor.VersionControl.Asset.States.AddedRemote">
21796       <summary>
21797         <para>Remotely
this asset was added to version control.</para>
21798       </summary>
21799     </member>
21800     <member name=
"F:UnityEditor.VersionControl.Asset.States.CheckedOutLocal">
21801       <summary>
21802         <para>The asset has been
checked out on the local machine.</para>
21803       </summary>
21804     </member>
21805     <member name=
"F:UnityEditor.VersionControl.Asset.States.CheckedOutRemote">
21806       <summary>
21807         <para>The asset has been
checked out on a remote machine.</para>
21808       </summary>
21809     </member>
21810     <member name=
"F:UnityEditor.VersionControl.Asset.States.Conflicted">
21811       <summary>
21812         <para>There
is a conflict with the asset that needs to be resolved.</para>
21813       </summary>
21814     </member>
21815     <member name=
"F:UnityEditor.VersionControl.Asset.States.DeletedLocal">
21816       <summary>
21817         <para>The asset has been deleted locally.</para>
21818       </summary>
21819     </member>
21820     <member name=
"F:UnityEditor.VersionControl.Asset.States.DeletedRemote">
21821       <summary>
21822         <para>The asset has been deleted
on a remote machine.</para>
21823       </summary>
21824     </member>
21825     <member name=
"F:UnityEditor.VersionControl.Asset.States.Local">
21826       <summary>
21827         <para>The asset
is not under version control.</para>
21828       </summary>
21829     </member>
21830     <member name=
"F:UnityEditor.VersionControl.Asset.States.LockedLocal">
21831       <summary>
21832         <para>The asset
is locked by the local machine.</para>
21833       </summary>
21834     </member>
21835     <member name=
"F:UnityEditor.VersionControl.Asset.States.LockedRemote">
21836       <summary>
21837         <para>The asset
is locked by a remote machine.</para>
21838       </summary>
21839     </member>
21840     <member name=
"F:UnityEditor.VersionControl.Asset.States.MetaFile">
21841       <summary>
21842         <para>This instance of the
class actaully refers to a .meta file.</para>
21843       </summary>
21844     </member>
21845     <member name=
"F:UnityEditor.VersionControl.Asset.States.Missing">
21846       <summary>
21847         <para>The asset exists
in version control but is missing on the local machine.</para>
21848       </summary>
21849     </member>
21850     <member name=
"F:UnityEditor.VersionControl.Asset.States.None">
21851       <summary>
21852         <para>The version control state
is unknown.</para>
21853       </summary>
21854     </member>
21855     <member name=
"F:UnityEditor.VersionControl.Asset.States.OutOfSync">
21856       <summary>
21857         <para>A newer version of the asset
is available on the version control server.</para>
21858       </summary>
21859     </member>
21860     <member name=
"F:UnityEditor.VersionControl.Asset.States.ReadOnly">
21861       <summary>
21862         <para>The asset
is read only.</para>
21863       </summary>
21864     </member>
21865     <member name=
"F:UnityEditor.VersionControl.Asset.States.Synced">
21866       <summary>
21867         <para>The asset
is up to date.</para>
21868       </summary>
21869     </member>
21870     <member name=
"F:UnityEditor.VersionControl.Asset.States.Updating">
21871       <summary>
21872         <para>The state of the asset
is currently being queried from the version control server.</para>
21873       </summary>
21874     </member>
21875     <member name=
"T:UnityEditor.VersionControl.AssetList">
21876       <summary>
21877         <para>A list of version control information about assets.</para>
21878       </summary>
21879     </member>
21880     <member name=
"M:UnityEditor.VersionControl.AssetList.Filter(System.Boolean,UnityEditor.VersionControl.Asset/States[])">
21881       <summary>
21882         <para>Based
on the current list and the states a new list is returned which only contains the assets with the requested states.</para>
21883       </summary>
21884       <param name=
"includeFolder">Whether or not folders should be included.</param>
21885       <param name=
"states">Which states to filter by.</param>
21886     </member>
21887     <member name=
"M:UnityEditor.VersionControl.AssetList.FilterChildren">
21888       <summary>
21889         <para>Create an optimised list of assets
by removing children of folders in the same list.</para>
21890       </summary>
21891     </member>
21892     <member name=
"M:UnityEditor.VersionControl.AssetList.FilterCount(System.Boolean,UnityEditor.VersionControl.Asset/States[])">
21893       <summary>
21894         <para>Count the list of assets
by given a set of states.</para>
21895       </summary>
21896       <param name=
"includeFolder">Whether or not to include folders.</param>
21897       <param name=
"states">Which states to include in the count.</param>
21898     </member>
21899     <member name=
"T:UnityEditor.VersionControl.ChangeSet">
21900       <summary>
21901         <para>Wrapper around a changeset description and ID.</para>
21902       </summary>
21903     </member>
21904     <member name=
"F:UnityEditor.VersionControl.ChangeSet.defaultID">
21905       <summary>
21906         <para>The ID of the
default changeset.</para>
21907       </summary>
21908     </member>
21909     <member name=
"P:UnityEditor.VersionControl.ChangeSet.description">
21910       <summary>
21911         <para>Description of a changeset.</para>
21912       </summary>
21913     </member>
21914     <member name=
"P:UnityEditor.VersionControl.ChangeSet.id">
21915       <summary>
21916         <para>Version control specific ID of a changeset.</para>
21917       </summary>
21918     </member>
21919     <member name=
"T:UnityEditor.VersionControl.ChangeSets">
21920       <summary>
21921         <para>Simply a list of changetsets.</para>
21922       </summary>
21923     </member>
21924     <member name=
"T:UnityEditor.VersionControl.CheckoutMode">
21925       <summary>
21926         <para>What to checkout
when starting the Checkout task through the version control Provider.</para>
21927       </summary>
21928     </member>
21929     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Asset">
21930       <summary>
21931         <para>Checkout the asset only.</para>
21932       </summary>
21933     </member>
21934     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Both">
21935       <summary>
21936         <para>Checkout both asset and .meta file.</para>
21937       </summary>
21938     </member>
21939     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Exact">
21940       <summary>
21941         <para>Checkout.</para>
21942       </summary>
21943     </member>
21944     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Meta">
21945       <summary>
21946         <para>Checkout .meta file only.</para>
21947       </summary>
21948     </member>
21949     <member name=
"T:UnityEditor.VersionControl.CompletionAction">
21950       <summary>
21951         <para>Different actions a version control task can
do upon completion.</para>
21952       </summary>
21953     </member>
21954     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnAddedChangeWindow">
21955       <summary>
21956         <para>Refresh windows upon task completion.</para>
21957       </summary>
21958     </member>
21959     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnChangeContentsPendingWindow">
21960       <summary>
21961         <para>Update the content of a pending changeset with the result of the task upon completion.</para>
21962       </summary>
21963     </member>
21964     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnChangeSetsPendingWindow">
21965       <summary>
21966         <para>Update the pending changesets with the result of the task upon completion.</para>
21967       </summary>
21968     </member>
21969     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnCheckoutCompleted">
21970       <summary>
21971         <para>Show or update the checkout failure window.</para>
21972       </summary>
21973     </member>
21974     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnGotLatestPendingWindow">
21975       <summary>
21976         <para>Refreshes the incoming and pensing changes window upon task completion.</para>
21977       </summary>
21978     </member>
21979     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnIncomingPendingWindow">
21980       <summary>
21981         <para>Update incoming changes window with the result of the task upon completion.</para>
21982       </summary>
21983     </member>
21984     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnSubmittedChangeWindow">
21985       <summary>
21986         <para>Refresh the submit window with the result of the task upon completion.</para>
21987       </summary>
21988     </member>
21989     <member name=
"F:UnityEditor.VersionControl.CompletionAction.UpdatePendingWindow">
21990       <summary>
21991         <para>Update the list of pending changes
when a task completes.</para>
21992       </summary>
21993     </member>
21994     <member name=
"T:UnityEditor.VersionControl.ConfigField">
21995       <summary>
21996         <para>This
class describes the.</para>
21997       </summary>
21998     </member>
21999     <member name=
"P:UnityEditor.VersionControl.ConfigField.description">
22000       <summary>
22001         <para>Descrition of the configuration field.</para>
22002       </summary>
22003     </member>
22004     <member name=
"P:UnityEditor.VersionControl.ConfigField.isPassword">
22005       <summary>
22006         <para>This
is true if the configuration field is a password field.</para>
22007       </summary>
22008     </member>
22009     <member name=
"P:UnityEditor.VersionControl.ConfigField.isRequired">
22010       <summary>
22011         <para>This
is true if the configuration field is required for the version control plugin to function correctly.</para>
22012       </summary>
22013     </member>
22014     <member name=
"P:UnityEditor.VersionControl.ConfigField.label">
22015       <summary>
22016         <para>Label that
is displayed next to the configuration field in the editor.</para>
22017       </summary>
22018     </member>
22019     <member name=
"P:UnityEditor.VersionControl.ConfigField.name">
22020       <summary>
22021         <para>Name of the configuration field.</para>
22022       </summary>
22023     </member>
22024     <member name=
"T:UnityEditor.VersionControl.FileMode">
22025       <summary>
22026         <para>Mode of the file.</para>
22027       </summary>
22028     </member>
22029     <member name=
"F:UnityEditor.VersionControl.FileMode.Binary">
22030       <summary>
22031         <para>Binary file.</para>
22032       </summary>
22033     </member>
22034     <member name=
"F:UnityEditor.VersionControl.FileMode.None">
22035       <summary>
22036         <para>No mode
set.</para>
22037       </summary>
22038     </member>
22039     <member name=
"F:UnityEditor.VersionControl.FileMode.Text">
22040       <summary>
22041         <para>Text file.</para>
22042       </summary>
22043     </member>
22044     <member name=
"T:UnityEditor.VersionControl.MergeMethod">
22045       <summary>
22046         <para>Which method to use
when merging.</para>
22047       </summary>
22048     </member>
22049     <member name=
"F:UnityEditor.VersionControl.MergeMethod.MergeAll">
22050       <summary>
22051         <para>Merge all changes.</para>
22052       </summary>
22053     </member>
22054     <member name=
"F:UnityEditor.VersionControl.MergeMethod.MergeNonConflicting">
22055       <summary>
22056         <para>Merge non-conflicting changes.</para>
22057       </summary>
22058     </member>
22059     <member name=
"F:UnityEditor.VersionControl.MergeMethod.MergeNone">
22060       <summary>
22061         <para>Don
't merge any changes.</para>
22062       </summary>
22063     </member>
22064     <member name=
"T:UnityEditor.VersionControl.Message">
22065       <summary>
22066         <para>Messages
from the version control system.</para>
22067       </summary>
22068     </member>
22069     <member name=
"P:UnityEditor.VersionControl.Message.message">
22070       <summary>
22071         <para>The message text.</para>
22072       </summary>
22073     </member>
22074     <member name=
"P:UnityEditor.VersionControl.Message.severity">
22075       <summary>
22076         <para>The severity of the message.</para>
22077       </summary>
22078     </member>
22079     <member name=
"T:UnityEditor.VersionControl.Message.Severity">
22080       <summary>
22081         <para>Severity of a version control message.</para>
22082       </summary>
22083     </member>
22084     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Error">
22085       <summary>
22086         <para>Error message.</para>
22087       </summary>
22088     </member>
22089     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Info">
22090       <summary>
22091         <para>Informational message.</para>
22092       </summary>
22093     </member>
22094     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Verbose">
22095       <summary>
22096         <para>Verbose message.</para>
22097       </summary>
22098     </member>
22099     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Warning">
22100       <summary>
22101         <para>Warning message.</para>
22102       </summary>
22103     </member>
22104     <member name=
"M:UnityEditor.VersionControl.Message.Show">
22105       <summary>
22106         <para>Write the message to the console.</para>
22107       </summary>
22108     </member>
22109     <member name=
"T:UnityEditor.VersionControl.OnlineState">
22110       <summary>
22111         <para>Represent the connection state of the version control provider.</para>
22112       </summary>
22113     </member>
22114     <member name=
"F:UnityEditor.VersionControl.OnlineState.Offline">
22115       <summary>
22116         <para>Connection to the version control server could not be established.</para>
22117       </summary>
22118     </member>
22119     <member name=
"F:UnityEditor.VersionControl.OnlineState.Online">
22120       <summary>
22121         <para>Connection to the version control server has been established.</para>
22122       </summary>
22123     </member>
22124     <member name=
"F:UnityEditor.VersionControl.OnlineState.Updating">
22125       <summary>
22126         <para>The version control provider
is currently trying to connect to the version control server.</para>
22127       </summary>
22128     </member>
22129     <member name=
"T:UnityEditor.VersionControl.Plugin">
22130       <summary>
22131         <para>The plugin
class describes a version control plugin and which configuratin options it has.</para>
22132       </summary>
22133     </member>
22134     <member name=
"P:UnityEditor.VersionControl.Plugin.configFields">
22135       <summary>
22136         <para>Configuration fields of the plugin.</para>
22137       </summary>
22138     </member>
22139     <member name=
"T:UnityEditor.VersionControl.Provider">
22140       <summary>
22141         <para>This
class provides acces to the version control API.</para>
22142       </summary>
22143     </member>
22144     <member name=
"P:UnityEditor.VersionControl.Provider.activeTask">
22145       <summary>
22146         <para>Gets the currently executing task.</para>
22147       </summary>
22148     </member>
22149     <member name=
"P:UnityEditor.VersionControl.Provider.enabled">
22150       <summary>
22151         <para>Returns
true if the version control provider is enabled and a valid Unity Pro License was found.</para>
22152       </summary>
22153     </member>
22154     <member name=
"P:UnityEditor.VersionControl.Provider.isActive">
22155       <summary>
22156         <para>Returns
true if a version control plugin has been selected and configured correctly.</para>
22157       </summary>
22158     </member>
22159     <member name=
"P:UnityEditor.VersionControl.Provider.offlineReason">
22160       <summary>
22161         <para>Returns the reason
for the version control provider being offline (if it is offline).</para>
22162       </summary>
22163     </member>
22164     <member name=
"P:UnityEditor.VersionControl.Provider.onlineState">
22165       <summary>
22166         <para>Returns the OnlineState of the version control provider.</para>
22167       </summary>
22168     </member>
22169     <member name=
"P:UnityEditor.VersionControl.Provider.requiresNetwork">
22170       <summary>
22171         <para>This
is true if a network connection is required by the currently selected version control plugin to perform any action.</para>
22172       </summary>
22173     </member>
22174     <member name=
"M:UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.AssetList,System.Boolean)">
22175       <summary>
22176         <para>Adds an assets or list of assets to version control.</para>
22177       </summary>
22178       <param name=
"assets">List of assets to add to version control system.</param>
22179       <param name=
"recursive">Set this true if adding should be done recursively into subfolders.</param>
22180       <param name=
"asset">Single asset to add to version control system.</param>
22181     </member>
22182     <member name=
"M:UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.Asset,System.Boolean)">
22183       <summary>
22184         <para>Adds an assets or list of assets to version control.</para>
22185       </summary>
22186       <param name=
"assets">List of assets to add to version control system.</param>
22187       <param name=
"recursive">Set this true if adding should be done recursively into subfolders.</param>
22188       <param name=
"asset">Single asset to add to version control system.</param>
22189     </member>
22190     <member name=
"M:UnityEditor.VersionControl.Provider.AddIsValid(UnityEditor.VersionControl.AssetList)">
22191       <summary>
22192         <para>Given a list of assets
this function returns true if Add is a valid task to perform.</para>
22193       </summary>
22194       <param name=
"assets">List of assets to test.</param>
22195     </member>
22196     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetDescription(UnityEditor.VersionControl.ChangeSet)">
22197       <summary>
22198         <para>Given a changeset only containing the changeset ID,
this will start a task for quering the description of the changeset.</para>
22199       </summary>
22200       <param name=
"changeset">Changeset to query description of.</param>
22201     </member>
22202     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ChangeSet)">
22203       <summary>
22204         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
22205       </summary>
22206       <param name=
"assets">List of asset to move to changeset.</param>
22207       <param name=
"changeset">Changeset to move asset to.</param>
22208       <param name=
"asset">Asset to move to changeset.</param>
22209       <param name=
"changesetID">ChangesetID to move asset to.</param>
22210     </member>
22211     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.ChangeSet)">
22212       <summary>
22213         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
22214       </summary>
22215       <param name=
"assets">List of asset to move to changeset.</param>
22216       <param name=
"changeset">Changeset to move asset to.</param>
22217       <param name=
"asset">Asset to move to changeset.</param>
22218       <param name=
"changesetID">ChangesetID to move asset to.</param>
22219     </member>
22220     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,System.String)">
22221       <summary>
22222         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
22223       </summary>
22224       <param name=
"assets">List of asset to move to changeset.</param>
22225       <param name=
"changeset">Changeset to move asset to.</param>
22226       <param name=
"asset">Asset to move to changeset.</param>
22227       <param name=
"changesetID">ChangesetID to move asset to.</param>
22228     </member>
22229     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,System.String)">
22230       <summary>
22231         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
22232       </summary>
22233       <param name=
"assets">List of asset to move to changeset.</param>
22234       <param name=
"changeset">Changeset to move asset to.</param>
22235       <param name=
"asset">Asset to move to changeset.</param>
22236       <param name=
"changesetID">ChangesetID to move asset to.</param>
22237     </member>
22238     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSets">
22239       <summary>
22240         <para>Get a list of pending changesets owned
by the current user.</para>
22241       </summary>
22242     </member>
22243     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetStatus(UnityEditor.VersionControl.ChangeSet)">
22244       <summary>
22245         <para>Retrieves the list of assets belonging to a changeset.</para>
22246       </summary>
22247       <param name=
"changeset">Changeset to query for assets.</param>
22248       <param name=
"changesetID">ChangesetID to query for assets.</param>
22249     </member>
22250     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetStatus(System.String)">
22251       <summary>
22252         <para>Retrieves the list of assets belonging to a changeset.</para>
22253       </summary>
22254       <param name=
"changeset">Changeset to query for assets.</param>
22255       <param name=
"changesetID">ChangesetID to query for assets.</param>
22256     </member>
22257     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.CheckoutMode)">
22258       <summary>
22259         <para>Checkout an asset or list of asset
from the version control system.</para>
22260       </summary>
22261       <param name=
"assets">List of assets to checkout.</param>
22262       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
22263       <param name=
"asset">Asset to checkout.</param>
22264     </member>
22265     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(System.String[],UnityEditor.VersionControl.CheckoutMode)">
22266       <summary>
22267         <para>Checkout an asset or list of asset
from the version control system.</para>
22268       </summary>
22269       <param name=
"assets">List of assets to checkout.</param>
22270       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
22271       <param name=
"asset">Asset to checkout.</param>
22272     </member>
22273     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object[],UnityEditor.VersionControl.CheckoutMode)">
22274       <summary>
22275         <para>Checkout an asset or list of asset
from the version control system.</para>
22276       </summary>
22277       <param name=
"assets">List of assets to checkout.</param>
22278       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
22279       <param name=
"asset">Asset to checkout.</param>
22280     </member>
22281     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.CheckoutMode)">
22282       <summary>
22283         <para>Checkout an asset or list of asset
from the version control system.</para>
22284       </summary>
22285       <param name=
"assets">List of assets to checkout.</param>
22286       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
22287       <param name=
"asset">Asset to checkout.</param>
22288     </member>
22289     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(System.String,UnityEditor.VersionControl.CheckoutMode)">
22290       <summary>
22291         <para>Checkout an asset or list of asset
from the version control system.</para>
22292       </summary>
22293       <param name=
"assets">List of assets to checkout.</param>
22294       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
22295       <param name=
"asset">Asset to checkout.</param>
22296     </member>
22297     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object,UnityEditor.VersionControl.CheckoutMode)">
22298       <summary>
22299         <para>Checkout an asset or list of asset
from the version control system.</para>
22300       </summary>
22301       <param name=
"assets">List of assets to checkout.</param>
22302       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
22303       <param name=
"asset">Asset to checkout.</param>
22304     </member>
22305     <member name=
"M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList)">
22306       <summary>
22307         <para>Given an asset or a list of assets
this function returns true if Checkout is a valid task to perform.</para>
22308       </summary>
22309       <param name=
"assets">List of assets.</param>
22310       <param name=
"asset">Single asset.</param>
22311     </member>
22312     <member name=
"M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset)">
22313       <summary>
22314         <para>Given an asset or a list of assets
this function returns true if Checkout is a valid task to perform.</para>
22315       </summary>
22316       <param name=
"assets">List of assets.</param>
22317       <param name=
"asset">Single asset.</param>
22318     </member>
22319     <member name=
"M:UnityEditor.VersionControl.Provider.ClearCache">
22320       <summary>
22321         <para>This will invalidate the cached state information
for all assets.</para>
22322       </summary>
22323     </member>
22324     <member name=
"M:UnityEditor.VersionControl.Provider.Delete(System.String)">
22325       <summary>
22326         <para>This will statt a task
for deleting an asset or assets both from disk and from version control system.</para>
22327       </summary>
22328       <param name=
"assetProjectPath">Project path of asset.</param>
22329       <param name=
"assets">List of assets to delete.</param>
22330       <param name=
"asset">Asset to delete.</param>
22331     </member>
22332     <member name=
"M:UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.AssetList)">
22333       <summary>
22334         <para>This will statt a task
for deleting an asset or assets both from disk and from version control system.</para>
22335       </summary>
22336       <param name=
"assetProjectPath">Project path of asset.</param>
22337       <param name=
"assets">List of assets to delete.</param>
22338       <param name=
"asset">Asset to delete.</param>
22339     </member>
22340     <member name=
"M:UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.Asset)">
22341       <summary>
22342         <para>This will statt a task
for deleting an asset or assets both from disk and from version control system.</para>
22343       </summary>
22344       <param name=
"assetProjectPath">Project path of asset.</param>
22345       <param name=
"assets">List of assets to delete.</param>
22346       <param name=
"asset">Asset to delete.</param>
22347     </member>
22348     <member name=
"M:UnityEditor.VersionControl.Provider.DeleteChangeSets(UnityEditor.VersionControl.ChangeSets)">
22349       <summary>
22350         <para>Starts a task that will attempt to delete the given changeset.</para>
22351       </summary>
22352       <param name=
"changesets">List of changetsets.</param>
22353     </member>
22354     <member name=
"M:UnityEditor.VersionControl.Provider.DeleteChangeSetsIsValid(UnityEditor.VersionControl.ChangeSets)">
22355       <summary>
22356         <para>Test
if deleting a changeset is a valid task to perform.</para>
22357       </summary>
22358       <param name=
"changesets">Changeset to test.</param>
22359     </member>
22360     <member name=
"M:UnityEditor.VersionControl.Provider.DiffHead(UnityEditor.VersionControl.AssetList,System.Boolean)">
22361       <summary>
22362         <para>Starts a task
for showing a diff of the given assest versus their head revision.</para>
22363       </summary>
22364       <param name=
"assets">List of assets.</param>
22365       <param name=
"includingMetaFiles">Whether or not to include .meta.</param>
22366     </member>
22367     <member name=
"M:UnityEditor.VersionControl.Provider.DiffIsValid(UnityEditor.VersionControl.AssetList)">
22368       <summary>
22369         <para>Return
true is starting a Diff task is a valid operation.</para>
22370       </summary>
22371       <param name=
"assets">List of assets.</param>
22372     </member>
22373     <member name=
"M:UnityEditor.VersionControl.Provider.GetActiveConfigFields">
22374       <summary>
22375         <para>Returns the configuration fields
for the currently active version control plugin.</para>
22376       </summary>
22377     </member>
22378     <member name=
"M:UnityEditor.VersionControl.Provider.GetActivePlugin">
22379       <summary>
22380         <para>Gets the currently user selected verson control plugin.</para>
22381       </summary>
22382     </member>
22383     <member name=
"M:UnityEditor.VersionControl.Provider.GetAssetByGUID(System.String)">
22384       <summary>
22385         <para>Returns version control information about an asset.</para>
22386       </summary>
22387       <param name=
"guid">GUID of asset.</param>
22388     </member>
22389     <member name=
"M:UnityEditor.VersionControl.Provider.GetAssetByPath(System.String)">
22390       <summary>
22391         <para>Returns version control information about an asset.</para>
22392       </summary>
22393       <param name=
"unityPath">Path to asset.</param>
22394     </member>
22395     <member name=
"M:UnityEditor.VersionControl.Provider.GetAssetListFromSelection">
22396       <summary>
22397         <para>Return version control information about the currently selected assets.</para>
22398       </summary>
22399     </member>
22400     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.AssetList)">
22401       <summary>
22402         <para>Start a task
for getting the latest version of an asset from the version control server.</para>
22403       </summary>
22404       <param name=
"assets">List of assets to update.</param>
22405       <param name=
"asset">Asset to update.</param>
22406     </member>
22407     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.Asset)">
22408       <summary>
22409         <para>Start a task
for getting the latest version of an asset from the version control server.</para>
22410       </summary>
22411       <param name=
"assets">List of assets to update.</param>
22412       <param name=
"asset">Asset to update.</param>
22413     </member>
22414     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.AssetList)">
22415       <summary>
22416         <para>Returns
true if getting the latest version of an asset is a valid operation.</para>
22417       </summary>
22418       <param name=
"assets">List of assets to test.</param>
22419       <param name=
"asset">Asset to test.</param>
22420     </member>
22421     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.Asset)">
22422       <summary>
22423         <para>Returns
true if getting the latest version of an asset is a valid operation.</para>
22424       </summary>
22425       <param name=
"assets">List of assets to test.</param>
22426       <param name=
"asset">Asset to test.</param>
22427     </member>
22428     <member name=
"M:UnityEditor.VersionControl.Provider.Incoming">
22429       <summary>
22430         <para>Start a task
for quering the version control server for incoming changes.</para>
22431       </summary>
22432     </member>
22433     <member name=
"M:UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(UnityEditor.VersionControl.ChangeSet)">
22434       <summary>
22435         <para>Given an incoming changeset
this will start a task to query the version control server for which assets are part of the changeset.</para>
22436       </summary>
22437       <param name=
"changeset">Incoming changeset.</param>
22438       <param name=
"changesetID">Incoming changesetid.</param>
22439     </member>
22440     <member name=
"M:UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(System.String)">
22441       <summary>
22442         <para>Given an incoming changeset
this will start a task to query the version control server for which assets are part of the changeset.</para>
22443       </summary>
22444       <param name=
"changeset">Incoming changeset.</param>
22445       <param name=
"changesetID">Incoming changesetid.</param>
22446     </member>
22447     <member name=
"M:UnityEditor.VersionControl.Provider.IsOpenForEdit(UnityEditor.VersionControl.Asset)">
22448       <summary>
22449         <para>Returns
true if an asset can be edited.</para>
22450       </summary>
22451       <param name=
"asset">Asset to test.</param>
22452     </member>
22453     <member name=
"M:UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.AssetList,System.Boolean)">
22454       <summary>
22455         <para>Attempt to
lock an asset for exclusive editing.</para>
22456       </summary>
22457       <param name=
"assets">List of assets to lock/unlock.</param>
22458       <param name=
"locked">True to lock assets, false to unlock assets.</param>
22459       <param name=
"asset">Asset to lock/unlock.</param>
22460     </member>
22461     <member name=
"M:UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.Asset,System.Boolean)">
22462       <summary>
22463         <para>Attempt to
lock an asset for exclusive editing.</para>
22464       </summary>
22465       <param name=
"assets">List of assets to lock/unlock.</param>
22466       <param name=
"locked">True to lock assets, false to unlock assets.</param>
22467       <param name=
"asset">Asset to lock/unlock.</param>
22468     </member>
22469     <member name=
"M:UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.AssetList)">
22470       <summary>
22471         <para>Return
true if the task can be executed.</para>
22472       </summary>
22473       <param name=
"assets">List of assets to test.</param>
22474       <param name=
"asset">Asset to test.</param>
22475     </member>
22476     <member name=
"M:UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.Asset)">
22477       <summary>
22478         <para>Return
true if the task can be executed.</para>
22479       </summary>
22480       <param name=
"assets">List of assets to test.</param>
22481       <param name=
"asset">Asset to test.</param>
22482     </member>
22483     <member name=
"M:UnityEditor.VersionControl.Provider.Merge(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.MergeMethod)">
22484       <summary>
22485         <para>This method will initiate a merge task handle merging of the conflicting assets.</para>
22486       </summary>
22487       <param name=
"assets">The list of conflicting assets to be merged.</param>
22488       <param name=
"method">How to merge the assets.</param>
22489     </member>
22490     <member name=
"M:UnityEditor.VersionControl.Provider.Move(System.String,System.String)">
22491       <summary>
22492         <para>Uses the version control plugin to move an asset
from one path to another.</para>
22493       </summary>
22494       <param name=
"from">Path to source asset.</param>
22495       <param name=
"to">Path to destination.</param>
22496     </member>
22497     <member name=
"M:UnityEditor.VersionControl.Provider.Resolve(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ResolveMethod)">
22498       <summary>
22499         <para>Start a task that will resolve conflicting assets
in version control.</para>
22500       </summary>
22501       <param name=
"assets">The list of asset to mark as resolved.</param>
22502       <param name=
"resolveMethod">How the assets should be resolved.</param>
22503     </member>
22504     <member name=
"M:UnityEditor.VersionControl.Provider.ResolveIsValid(UnityEditor.VersionControl.AssetList)">
22505       <summary>
22506         <para>Tests
if any of the assets in the list is resolvable.</para>
22507       </summary>
22508       <param name=
"assets">The list of asset to be resolved.</param>
22509     </member>
22510     <member name=
"M:UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)">
22511       <summary>
22512         <para>Reverts the specified assets
by undoing any changes done since last time you synced.</para>
22513       </summary>
22514       <param name=
"assets">The list of assets to be reverted.</param>
22515       <param name=
"mode">How to revert the assets.</param>
22516       <param name=
"asset">The asset to be reverted.</param>
22517     </member>
22518     <member name=
"M:UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)">
22519       <summary>
22520         <para>Reverts the specified assets
by undoing any changes done since last time you synced.</para>
22521       </summary>
22522       <param name=
"assets">The list of assets to be reverted.</param>
22523       <param name=
"mode">How to revert the assets.</param>
22524       <param name=
"asset">The asset to be reverted.</param>
22525     </member>
22526     <member name=
"M:UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)">
22527       <summary>
22528         <para>Return
true if Revert is a valid task to perform.</para>
22529       </summary>
22530       <param name=
"assets">List of assets to test.</param>
22531       <param name=
"mode">Revert mode to test for.</param>
22532       <param name=
"asset">Asset to test.</param>
22533     </member>
22534     <member name=
"M:UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)">
22535       <summary>
22536         <para>Return
true if Revert is a valid task to perform.</para>
22537       </summary>
22538       <param name=
"assets">List of assets to test.</param>
22539       <param name=
"mode">Revert mode to test for.</param>
22540       <param name=
"asset">Asset to test.</param>
22541     </member>
22542     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList)">
22543       <summary>
22544         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22545       </summary>
22546       <param name=
"assets">The assets fetch new state for.</param>
22547       <param name=
"asset">The asset path to fetch new state for.</param>
22548       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22549     </member>
22550     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset)">
22551       <summary>
22552         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22553       </summary>
22554       <param name=
"assets">The assets fetch new state for.</param>
22555       <param name=
"asset">The asset path to fetch new state for.</param>
22556       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22557     </member>
22558     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList,System.Boolean)">
22559       <summary>
22560         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22561       </summary>
22562       <param name=
"assets">The assets fetch new state for.</param>
22563       <param name=
"asset">The asset path to fetch new state for.</param>
22564       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22565     </member>
22566     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset,System.Boolean)">
22567       <summary>
22568         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22569       </summary>
22570       <param name=
"assets">The assets fetch new state for.</param>
22571       <param name=
"asset">The asset path to fetch new state for.</param>
22572       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22573     </member>
22574     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String[])">
22575       <summary>
22576         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22577       </summary>
22578       <param name=
"assets">The assets fetch new state for.</param>
22579       <param name=
"asset">The asset path to fetch new state for.</param>
22580       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22581     </member>
22582     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String[],System.Boolean)">
22583       <summary>
22584         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22585       </summary>
22586       <param name=
"assets">The assets fetch new state for.</param>
22587       <param name=
"asset">The asset path to fetch new state for.</param>
22588       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22589     </member>
22590     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String)">
22591       <summary>
22592         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22593       </summary>
22594       <param name=
"assets">The assets fetch new state for.</param>
22595       <param name=
"asset">The asset path to fetch new state for.</param>
22596       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22597     </member>
22598     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String,System.Boolean)">
22599       <summary>
22600         <para>Start a task that will fetch the most recent status
from revision control system.</para>
22601       </summary>
22602       <param name=
"assets">The assets fetch new state for.</param>
22603       <param name=
"asset">The asset path to fetch new state for.</param>
22604       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
22605     </member>
22606     <member name=
"M:UnityEditor.VersionControl.Provider.Submit(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList,System.String,System.Boolean)">
22607       <summary>
22608         <para>Start a task that submits the assets to version control.</para>
22609       </summary>
22610       <param name=
"changeset">The changeset to submit.</param>
22611       <param name=
"list">The list of assets to submit.</param>
22612       <param name=
"description">The description of the changeset.</param>
22613       <param name=
"saveOnly">If true then only save the changeset to be submitted later.</param>
22614     </member>
22615     <member name=
"M:UnityEditor.VersionControl.Provider.SubmitIsValid(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList)">
22616       <summary>
22617         <para>Returns
true if submitting the assets is a valid operation.</para>
22618       </summary>
22619       <param name=
"changeset">The changeset to submit.</param>
22620       <param name=
"assets">The asset to submit.</param>
22621     </member>
22622     <member name=
"M:UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.AssetList)">
22623       <summary>
22624         <para>Returns
true if locking the assets is a valid operation.</para>
22625       </summary>
22626       <param name=
"assets">The assets to lock.</param>
22627       <param name=
"asset">The asset to lock.</param>
22628     </member>
22629     <member name=
"M:UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.Asset)">
22630       <summary>
22631         <para>Returns
true if locking the assets is a valid operation.</para>
22632       </summary>
22633       <param name=
"assets">The assets to lock.</param>
22634       <param name=
"asset">The asset to lock.</param>
22635     </member>
22636     <member name=
"M:UnityEditor.VersionControl.Provider.UpdateSettings">
22637       <summary>
22638         <para>Start a task that sends the version control settings to the version control system.</para>
22639       </summary>
22640     </member>
22641     <member name=
"T:UnityEditor.VersionControl.ResolveMethod">
22642       <summary>
22643         <para>How assets should be resolved.</para>
22644       </summary>
22645     </member>
22646     <member name=
"F:UnityEditor.VersionControl.ResolveMethod.UseMerged">
22647       <summary>
22648         <para>Use merged version.</para>
22649       </summary>
22650     </member>
22651     <member name=
"F:UnityEditor.VersionControl.ResolveMethod.UseMine">
22652       <summary>
22653         <para>Use
"mine" (local version).</para>
22654       </summary>
22655     </member>
22656     <member name=
"F:UnityEditor.VersionControl.ResolveMethod.UseTheirs">
22657       <summary>
22658         <para>Use
"theirs" (other/remote version).</para>
22659       </summary>
22660     </member>
22661     <member name=
"T:UnityEditor.VersionControl.RevertMode">
22662       <summary>
22663         <para>Defines the behaviour of the version control revert methods.</para>
22664       </summary>
22665     </member>
22666     <member name=
"F:UnityEditor.VersionControl.RevertMode.KeepModifications">
22667       <summary>
22668         <para>Revert files but keep locally changed ones.</para>
22669       </summary>
22670     </member>
22671     <member name=
"F:UnityEditor.VersionControl.RevertMode.Normal">
22672       <summary>
22673         <para>Use the version control regular revert approach.</para>
22674       </summary>
22675     </member>
22676     <member name=
"F:UnityEditor.VersionControl.RevertMode.Unchanged">
22677       <summary>
22678         <para>Revert only unchanged files.</para>
22679       </summary>
22680     </member>
22681     <member name=
"T:UnityEditor.VersionControl.SubmitResult">
22682       <summary>
22683         <para>The status of an operation returned
by the VCS.</para>
22684       </summary>
22685     </member>
22686     <member name=
"F:UnityEditor.VersionControl.SubmitResult.ConflictingFiles">
22687       <summary>
22688         <para>Files conflicted.</para>
22689       </summary>
22690     </member>
22691     <member name=
"F:UnityEditor.VersionControl.SubmitResult.Error">
22692       <summary>
22693         <para>An error was returned.</para>
22694       </summary>
22695     </member>
22696     <member name=
"F:UnityEditor.VersionControl.SubmitResult.OK">
22697       <summary>
22698         <para>Submission worked.</para>
22699       </summary>
22700     </member>
22701     <member name=
"F:UnityEditor.VersionControl.SubmitResult.UnaddedFiles">
22702       <summary>
22703         <para>Files were unable to be added.</para>
22704       </summary>
22705     </member>
22706     <member name=
"T:UnityEditor.VersionControl.Task">
22707       <summary>
22708         <para>A UnityEditor.VersionControl.Task
is created almost everytime UnityEditor.VersionControl.Provider is ask to perform an action.</para>
22709       </summary>
22710     </member>
22711     <member name=
"P:UnityEditor.VersionControl.Task.assetList">
22712       <summary>
22713         <para>The result of some types of tasks.</para>
22714       </summary>
22715     </member>
22716     <member name=
"P:UnityEditor.VersionControl.Task.changeSets">
22717       <summary>
22718         <para>List of changesets returned
by some tasks.</para>
22719       </summary>
22720     </member>
22721     <member name=
"P:UnityEditor.VersionControl.Task.description">
22722       <summary>
22723         <para>A
short description of the current task.</para>
22724       </summary>
22725     </member>
22726     <member name=
"P:UnityEditor.VersionControl.Task.messages">
22727       <summary>
22728         <para>May contain messages
from the version control plugins.</para>
22729       </summary>
22730     </member>
22731     <member name=
"P:UnityEditor.VersionControl.Task.progressPct">
22732       <summary>
22733         <para>Progress of current task
in precent.</para>
22734       </summary>
22735     </member>
22736     <member name=
"P:UnityEditor.VersionControl.Task.resultCode">
22737       <summary>
22738         <para>Some task
return result codes, these are stored here.</para>
22739       </summary>
22740     </member>
22741     <member name=
"P:UnityEditor.VersionControl.Task.secondsSpent">
22742       <summary>
22743         <para>Total time spent
in task since the task was started.</para>
22744       </summary>
22745     </member>
22746     <member name=
"P:UnityEditor.VersionControl.Task.success">
22747       <summary>
22748         <para>Get whether or not the task was completed succesfully.</para>
22749       </summary>
22750     </member>
22751     <member name=
"P:UnityEditor.VersionControl.Task.text">
22752       <summary>
22753         <para>Will contain the result of the Provider.ChangeSetDescription task.</para>
22754       </summary>
22755     </member>
22756     <member name=
"M:UnityEditor.VersionControl.Task.SetCompletionAction(UnityEditor.VersionControl.CompletionAction)">
22757       <summary>
22758         <para>Upon completion of a task a completion task will be performed
if it is set.</para>
22759       </summary>
22760       <param name=
"action">Which completion action to perform.</param>
22761     </member>
22762     <member name=
"M:UnityEditor.VersionControl.Task.Wait">
22763       <summary>
22764         <para>A blocking wait
for the task to complete.</para>
22765       </summary>
22766     </member>
22767     <member name=
"T:UnityEditor.VertexChannelCompressionFlags">
22768       <summary>
22769         <para>This
enum is used to build a bitmask for controlling per-channel vertex compression.</para>
22770       </summary>
22771     </member>
22772     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kColor">
22773       <summary>
22774         <para>Vertex color.</para>
22775       </summary>
22776     </member>
22777     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kNormal">
22778       <summary>
22779         <para>Vertex normal.</para>
22780       </summary>
22781     </member>
22782     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kPosition">
22783       <summary>
22784         <para>Position.</para>
22785       </summary>
22786     </member>
22787     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kTangent">
22788       <summary>
22789         <para>Tangent.</para>
22790       </summary>
22791     </member>
22792     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV0">
22793       <summary>
22794         <para>Texture coordinate channel
0. Usually used for Albedo texture.</para>
22795       </summary>
22796     </member>
22797     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV1">
22798       <summary>
22799         <para>Texture coordinate channel
1. Usually used for baked lightmap.</para>
22800       </summary>
22801     </member>
22802     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV2">
22803       <summary>
22804         <para>Texture coordinate channel
2. Usually used for realtime GI.</para>
22805       </summary>
22806     </member>
22807     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV3">
22808       <summary>
22809         <para>Texture coordinate channel
3.</para>
22810       </summary>
22811     </member>
22812     <member name=
"T:UnityEditor.ViewTool">
22813       <summary>
22814         <para>Enum
for Tools.viewTool.</para>
22815       </summary>
22816     </member>
22817     <member name=
"F:UnityEditor.ViewTool.FPS">
22818       <summary>
22819         <para>The FPS tool
is selected.</para>
22820       </summary>
22821     </member>
22822     <member name=
"F:UnityEditor.ViewTool.None">
22823       <summary>
22824         <para>View tool
is not selected.</para>
22825       </summary>
22826     </member>
22827     <member name=
"F:UnityEditor.ViewTool.Orbit">
22828       <summary>
22829         <para>The orbit tool
is selected.</para>
22830       </summary>
22831     </member>
22832     <member name=
"F:UnityEditor.ViewTool.Pan">
22833       <summary>
22834         <para>The pan tool
is selected.</para>
22835       </summary>
22836     </member>
22837     <member name=
"F:UnityEditor.ViewTool.Zoom">
22838       <summary>
22839         <para>The zoom tool
is selected.</para>
22840       </summary>
22841     </member>
22842     <member name=
"T:UnityEditor.WiiUBuildDebugLevel">
22843       <summary>
22844         <para>Wii U Player debugging level.</para>
22845       </summary>
22846     </member>
22847     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.Debug">
22848       <summary>
22849         <para>Asserts enabled, memory profiling enabled, Nintendo Wii U profiler linked, no optimizations.</para>
22850       </summary>
22851     </member>
22852     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.DebugOptimized">
22853       <summary>
22854         <para>Asserts enabled, memory profiling enabled, Nintendo Wii U profiler linked, optimized build.</para>
22855       </summary>
22856     </member>
22857     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.Development">
22858       <summary>
22859         <para>Memory profiling enabled, Nintendo Wii U profiler linked, optimizations enabled.</para>
22860       </summary>
22861     </member>
22862     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.Master">
22863       <summary>
22864         <para>Optimizations enabled.</para>
22865       </summary>
22866     </member>
22867     <member name=
"T:UnityEditor.WiiUBuildOutput">
22868       <summary>
22869         <para>Player packaging.</para>
22870       </summary>
22871     </member>
22872     <member name=
"F:UnityEditor.WiiUBuildOutput.DownloadImage">
22873       <summary>
22874         <para>Download image.</para>
22875       </summary>
22876     </member>
22877     <member name=
"F:UnityEditor.WiiUBuildOutput.Unpackaged">
22878       <summary>
22879         <para>Unpacked.</para>
22880       </summary>
22881     </member>
22882     <member name=
"F:UnityEditor.WiiUBuildOutput.WUMADFile">
22883       <summary>
22884         <para>WUMAD package.</para>
22885       </summary>
22886     </member>
22887     <member name=
"T:UnityEditor.WiiUTVResolution">
22888       <summary>
22889         <para>Resolution setting
for TV output.</para>
22890       </summary>
22891     </member>
22892     <member name=
"F:UnityEditor.WiiUTVResolution.Resolution_1080p">
22893       <summary>
22894         <para>1920×
1080 (Full HD).</para>
22895       </summary>
22896     </member>
22897     <member name=
"F:UnityEditor.WiiUTVResolution.Resolution_720p">
22898       <summary>
22899         <para>1280×
720 pixels.</para>
22900       </summary>
22901     </member>
22902     <member name=
"T:UnityEditor.WSABuildType">
22903       <summary>
22904         <para>Build configurations
for Windows Store Visual Studio solutions.</para>
22905       </summary>
22906     </member>
22907     <member name=
"F:UnityEditor.WSABuildType.Debug">
22908       <summary>
22909         <para>Debug configuation.
22910 No optimizations, profiler code enabled.</para>
22911       </summary>
22912     </member>
22913     <member name=
"F:UnityEditor.WSABuildType.Master">
22914       <summary>
22915         <para>Master configuation.
22916 Optimizations enabled, profiler code disabled. This configuration
is used when submitting the application to Windows Store.</para>
22917       </summary>
22918     </member>
22919     <member name=
"F:UnityEditor.WSABuildType.Release">
22920       <summary>
22921         <para>Release configuration.
22922 Optimization enabled, profiler code enabled.</para>
22923       </summary>
22924     </member>
22925     <member name=
"T:UnityEditor.WSASDK">
22926       <summary>
22927         <para>Specifies Windows SDK which used
when building Windows Store Apps.</para>
22928       </summary>
22929     </member>
22930     <member name=
"T:UnityEditor.XboxBuildSubtarget">
22931       <summary>
22932         <para>Target Xbox build type.</para>
22933       </summary>
22934     </member>
22935     <member name=
"F:UnityEditor.XboxBuildSubtarget.Debug">
22936       <summary>
22937         <para>Debug player (
for building with source code).</para>
22938       </summary>
22939     </member>
22940     <member name=
"F:UnityEditor.XboxBuildSubtarget.Development">
22941       <summary>
22942         <para>Development player.</para>
22943       </summary>
22944     </member>
22945     <member name=
"F:UnityEditor.XboxBuildSubtarget.Master">
22946       <summary>
22947         <para>Master player (submission-proof).</para>
22948       </summary>
22949     </member>
22950   </members>
22951 </doc>


Gõ tìm kiếm nhanh...